This document describes the process of, and measurements taken during the reflection experiment; Part of the EV6 Hardware Implementation course at the University of applied sciences Utrecht.
Signals travel over transmission lines, these lines can be as simple as a wire or as complex as a PCB trace. Any transmission line has a characteristic impedance, when the line is not terminated properly, reflections will occur.
These reflections can cause signal integrity issues, and can even damage the transmission hardware.
However, the effect can also be used to our advantage, by putting a pulse on the line and measuring the time it takes for the reflection to return, we can roughly calculate the length of the transmission line or a fault in the cable.
Different termination methods and values have different effects on the reflections.
\subsection{Objective}
The purpose of the experiment is to learn the importance of proper termination of transmission lines. The results should include the effects of various different termination methods and the estimated length of an un-terminated transmission line of unknown length.
\section{Methodology}
The experiment requires a pulse to be generated on the line and a way to measure any reflections, the equipment used is as follows:
In initial tests, it was found that using a single BNC cable between the terminator and the function generator would produce a reflection, however it would overlap with the original signal, making it difficult to take any measurements. Therefore the setup was built using three cables instead of one in order to delay the reflection to a point where it can be measured. The cables were connected using BNC male to male connectors, making the total cable length about 3 meters.
\subsection{Measurements to be taken}
The following scenarios will be tested:
\begin{itemize}
\item Open termination
\item Short termination
\item Matched termination
\end{itemize}
For each scenario, the full dataset of the oscilloscope will be saved to CSV and analysed at a later moment using Python.
\section{Expected results}
We expect the following results for the different termination methods:
\begin{description}
\item[Open termination]
The reflected signal will be equal in amplitude to the input signal.