ソースを参照

Lagt till text i teoridel.

Jonatan Gezelius 5 年 前
コミット
021ec8d0e4

BIN
rapport/fig/kelvin_measurement.png


BIN
rapport/fig/nonIdealResistor.png


ファイルの差分が大きいため隠しています
+ 222 - 230
rapport/main.pdf


+ 3 - 0
rapport/main.tex

@@ -37,6 +37,9 @@
 %% For highlighting using \hl
 \usepackage{color,soul}
 
+%% To be able to adjust caption with using \captionsetup{width=.8\linewidth}
+\usepackage{graphicx,caption}
+
 %%% Use SI units
 \usepackage{siunitx}
 %%% For consistent formatting of lengths and other physical quantities.

+ 16 - 2
rapport/myrefs.bib

@@ -161,8 +161,6 @@
     note = "Available at \url{https://www.vishay.com/docs/60107/freqresp.pdf}"
 }
 
-
-
 @Book{theCircuitDesignersCompanion,
   author = {Peter Wilson},
   title = {The circuit designer's companion},
@@ -172,7 +170,23 @@
   year = {2012},
 }
 
+@Book{highSpeedDigitalDesign,
+  author = {Howard Johnson and Martin Graham},
+  title = {High-speed digital design, a handbook of black magic},
+  publisher = {Prentice Hall PTR},
+  isbn = {0-13-395724-1},
+  edition = {First},
+  year = {1993},
+}
 
+@Book{theElectricalEngineeringHandbook,
+  author = {Richard C. Dorf },
+  title = {The Electrical Engineering Handbook},
+  publisher = {CRC Press},
+  isbn = {0-8493-8574-1},
+  edition = {Second edition},
+  year = {1997},
+}
 
 
 

+ 28 - 17
rapport/theory.tex

@@ -246,35 +246,46 @@ When working with resistors at high frequencies, one must care for the parasitc
 
 Chapter 3.1.6 \cite{theCircuitDesignersCompanion}
 
+\autoref{fig:nonIdealResistor}. \cite{theElectricalEngineeringHandbook}
+
+\begin{figure}[h]
+    \includegraphics[width=0.5\textwidth]{nonIdealResistor}    
+    \caption{At high frequencies a resistors parasitic inductance and capacitance will affect the behavior of the circuit.}
+    \label{fig:nonIdealResistor}
+\end{figure}
+
 \section{Measurement}
-There are several measurement methods needed during the project. To verify the test pulses, voltage has to be measured over time. To verify the dummy loads, resistance has to be measured. To verify the attenuators, the magnitude response has to be measured. This chapter describes the necessary measurement theory required for this project.
+There are several measurement methods needed during the project. To verify the test pulses, voltage has to be measured over time. To verify the dummy loads, resistance has to be measured. To verify the attenuators, their magnitude response has to be measured. This chapter describes the necessary measurement theory required for this project.
 
 \subsection{Resistance}
-The circuit designers companion p.99
+To measure resistance, a current is fed through the resistor and the resulting voltage is measured to calculate the resistance using ohms law. This is typically carried out using a multimeter and two probe wires connecting to each terminal of the resistor. When measuring very low valued resistors, however, the resistance in the probe wires can be significant in relation to the resistor measured and will affect the accuracy. One way of overcoming this is to perform a 4-wire measurement using a so called \emph{Kelvin connection}. In this method the current that is fed through the resistor using one pair of wire, and the resulting voltage is measured at the desired point using another pair according to \autoref{fig:kelvin_measurement}.\cite{theCircuitDesignersCompanion}
+
+\begin{figure}
+    %\captionsetup{width=.5\linewidth}
+    \includegraphics[width=0.5\textwidth]{kelvin_measurement}    
+    \caption{When measuring a low value resistor, the \emph{Kelvin connection} can be used to determine the resistance at the point where the voltmeter is connected without the resistance in the probe leads affecting the result.}
+    \label{fig:kelvin_measurement}
+\end{figure}
 
 \subsection{High Voltage}
 The highest voltage that can be generated by the pulse generators is 1500~V, which is higher than any of the standards require but will serve as the design goal for the verification equipment. This is a higher voltage than most acquisition devices can measure without the use of external attenuators \cite{source}.
 
 Resistive attenuators.. \todo[fyll på]
 
-\subsection{Bandwidth and rise time}
-The shortest rise time is xxx ns, which can roughly be compared to yyy MHz. \cite{source}
-
-The relationship and requirements, addition of rise time limitations etc
-Combined rise time \cite{vilken_bok_menar_jag}.
-
-high speed digital design 83
+\subsection{Oscilloscopes, bandwidth, rise time and probes}
+When using an oscilloscope to measure voltage over time, there are several limiting factors to how fast signals one can measure. The oscilloscope itself has a specified bandwidth, as do the probe and any attenuators used. All of these combined determine how short rise times that can be measured accurately. The rise time of the measured will be affected by these properties and the rise time displayed on the oscilloscope screen will be approximately according to \autoref{equ:riseComposite}, where $T_N$ is the \SI{10-90}{\percent} rise time limit for each part in the chain. \cite{highSpeedDigitalDesign}
 
-\subsection{Oscilloscope and probes}
-\todo[Put good theory here]
-
-An oscilloscope measures voltage over time, using voltage probes. 
-
-The oscilloscope has properties bandwidth...
+\begin{equation}
+\label{equ:riseComposite}
+T_{rise~composite} = \sqrt{ T_1^2 + T_2^2 + ... + T_N^2}
+\end{equation}
 
-The probe also has properties..
+Since \autoref{equ:riseComposite} is based on the rise time limitation but the specification usually tells the \SI{3}{\deci\bel} bandwidth, a conversion can be made according to \autoref{equ:bwToRise}. \cite{highSpeedDigitalDesign}
 
-Commercial probes are expensive
+\begin{equation}
+\label{equ:bwToRise}
+T_{10-90} = \frac{0.338}{F_{ \SI{3}{\deci\bel}}}
+\end{equation}
 
 \subsection{Measurement errors}
 \todo[Put good theory here]

BIN
scilab/pulses/Graphic window number 0.png


この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません