cleanup: move circuit into first section

This commit is contained in:
2025-02-17 14:51:46 -05:00
parent cecdabab25
commit db5d13d8e9

View File

@@ -35,7 +35,6 @@ the RMS voltage -- as seen by two tools: the Digital Multimeter (DMM),
and the oscillscope. We will use numerical and analytical methods to
model this circuit and derive expected RMS values for comparison.
\section{Analytic Modeling Results}
Figure~\ref{fig:circ} depicts the circuit we are studying.
\begin{figure}[h]
@@ -46,12 +45,13 @@ Figure~\ref{fig:circ} depicts the circuit we are studying.
\draw
(0,0) to [sV,l=$V_{in}$] (0,2)
to (3,2)
to [ R, l_=${R=\SI{7.5}{\kohm}}$ ] (3,0)
to [ R, l_=$R$ ] (3,0)
to (0,0)
;
\end{circuitikz}
\end{figure}
\section{Analytic Modeling Results}
\section{Numerical Modeling Results}
\section{Experimental Results}
\section{Data Comparison}