|
2 | 2 | % CircuitWithOneTransistorAndOneLoadResistor
|
3 | 3 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
4 | 4 |
|
5 |
| -\begin{figure}[htb] |
| 5 | +\begin{figure}[h] |
6 | 6 | \begin{center}
|
7 | 7 | \begin{circuitikz}[european currents,european resistors,american inductors]
|
8 | 8 | \draw
|
9 |
| - (0,0) coordinate(U+) to [short,-] ++(0.5,0) |
10 |
| - node[currarrow](Tl){} -- ++(1,0) ++(0.5,0) node[nigfete,rotate=90](Trans){} -- ++(1.5,0) coordinate(Tr) |
11 |
| - to [short,-*] ++(0.5,0) coordinate(junc1) -- ++(0.5,0) coordinate(Ll) to [L,l_=$L$,i^=$i_\text{L}$] |
12 |
| - ++(2,0) coordinate(Lr) to [short,-*] ++(0.5,0) coordinate(junc2) -- ++(2,0) |
13 |
| - coordinate(Rt) to [R,l_=$R$,i_=$i_\text{2}$,v^=$U_\text{2}$,voltage shift=0.5, voltage=straight] ++(0,-3) coordinate(Rb) |
14 |
| - to [short,-*] ++(-2,0) coordinate(junc3) to [short,-*] ++(-3,0) coordinate(junc4) to [short] ++(-2,0) |
15 |
| - coordinate(junc5) to [short,-] ++(-2,0) coordinate(U-) |
16 |
| - (junc2) to [C,l_=$C$](junc3) |
17 |
| - (junc4) to [short] ++(0,0.5) coordinate(Db) to[D-,l^=$D$] ++(0,2) coordinate(Dt) to [short] (junc1) |
18 |
| - (Trans.G) to [sqV] ++(0,-1)(junc5) |
19 |
| - |
20 |
| - (U+) to [V=$U_1$] (U-) |
21 |
| - |
22 |
| - (Trans) node[anchor=south,color=black]{$T_1$} |
23 |
| - (Tl) node[anchor=south,color=black]{$i_\text{1}$} |
| 9 | + (0,0) coordinate(N1) to [short] ++(1.5,0) coordinate(U1p) |
| 10 | + ++(2,0) node[nigfete,rotate=90](Trans){} |
| 11 | + (U1p) to [short,i=$i_1(t)$] (Trans.drain) |
| 12 | + (Trans.source) to [short,i=$i_2(t)$] ++(1.5,0) coordinate(U2p) |
| 13 | + to [short,-] ++(1,0) to [R,l^=$R_\text{L}$, v=$u_2(t)$, voltage = straight ] ++(0,-3) to [short] ++(-1,0) coordinate(U2n) to [short] (1,-3) coordinate(U1n) to [short,-] ++(-1,0) coordinate(N10) |
| 14 | + (N1) to [V,v=$U_1$, voltage = straight] (N10) |
| 15 | + % (U1p) to [open,v^=$U_1$] (U1n) |
| 16 | + %(U2p) to [open,v_=$u_2(t)$] (U2n) |
| 17 | + (Trans.gate) to [short,o-] ++(0,-.3) to [sqV] ++(0,-1) |
| 18 | + (Trans.gate) ++(-0.3,0) node(T1){$\text{T}_\text{1}$} |
| 19 | + |
24 | 20 | ;
|
25 | 21 | \end{circuitikz}
|
26 | 22 | \end{center}
|
27 |
| - \caption{Circuit with one transistor, filter and one load resistor.} |
28 |
| - \label{fig:step_down_with_load_resistor} |
29 |
| -\end{figure} |
| 23 | + \caption{Circuit with one transistor and one load resistor.} |
| 24 | + \label{fig:transistor circuit} |
| 25 | + \end{figure} |
0 commit comments