uhm
This commit is contained in:
parent
6d20e97638
commit
180551bfc9
|
@ -70,9 +70,19 @@ Our calculation is based on:
|
|||
% \end{figure}
|
||||
|
||||
\subsection{9.6V Output Voltage}
|
||||
Consists of a a simple 1:4 Voltage Divider.
|
||||
|
||||
\subsection{1.8V Output Voltage}
|
||||
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\includegraphics[width=.6\textwidth]{./tikz/gen18v.pdf}
|
||||
\caption{Circuit for generating a changable Output Voltage}
|
||||
\label{fig:gen18v}
|
||||
\end{figure}
|
||||
|
||||
The in \autoref{fig:gen18v} used 1.8V stepdown modules have a characteristic formual \cite{pth08t}
|
||||
|
||||
\begin{align}
|
||||
R_{potentiometer} = P_{val} \frac{10k\Omega}{256} \label{eq:rpot}\\
|
||||
R_{SET} =& 1 / \left(\frac{1}{R_{potentiometer}} + \frac{1}{R_{parallel}}\right) + R_{series}\nonumber\\
|
||||
|
@ -80,13 +90,6 @@ Our calculation is based on:
|
|||
V_O =& \frac{30.1 k\Omega}{R_{SET} + 6.49 k\Omega} \cdot 0.7V + 0.7V\label{eq:vout}
|
||||
\end{align}
|
||||
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\includegraphics[width=.6\textwidth]{./tikz/gen18v.pdf}
|
||||
\caption{Circuit for generating a changable Output Voltage}
|
||||
\label{gen18v}
|
||||
\end{figure}
|
||||
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\hspace*{-.13\textwidth}
|
||||
|
|
|
@ -58,3 +58,4 @@
|
|||
|
||||
\newlist{todolist}{itemize}{2}
|
||||
\setlist[todolist]{label=$\square$}
|
||||
|
||||
|
|
Loading…
Reference in New Issue