Skip to content

Commit 6621504

Browse files
committed
Modifications_prof
1 parent 1eb85c7 commit 6621504

6 files changed

+29
-28
lines changed

exercise/fig/ex07/Fig_subtask1.1_modulation.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
height=0.3\textwidth,
4242
% x-Ticks
4343
xtick={0,60,120,180,240, 300, 360},
44-
xticklabels={0,60,120,180,240, 300, 360},
44+
xticklabels={0,$\frac{\pi}{3}$,$\frac{2\pi}{3}$,$\pi$,$\frac{4\pi}{3}$, $\frac{5\pi}{3}$, $2\pi$},
4545
xticklabel style = {anchor=north},
4646
% y-Ticks
4747
ytick={-1,-0.5,0,0.5,1},

exercise/fig/ex07/Fig_subtask1.2.tex

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
height=0.3\textwidth,
2929
% x-Ticks
3030
xtick={0,60,120,180,240, 300, 360},
31-
xticklabels={0,60,120,180,240, 300, 360},
31+
xticklabels={0,$\frac{\pi}{3}$,$\frac{2\pi}{3}$,$\pi$,$\frac{4\pi}{3}$, $\frac{5\pi}{3}$, $2\pi$},
3232
xticklabel style = {anchor=north},
3333
% y-Ticks
3434
ytick={-200,-100,0,100,200},
@@ -42,7 +42,7 @@
4242
% internal load voltage u
4343
\addplot[blue, domain= 0:360, solid] {150*sin(x-(180/6))};
4444
% Label of u
45-
\node[black, fill=white, inner sep = 1pt, anchor = south] at (axis cs:120,160) {$u_\mathrm{1e}$};
45+
\node[black, fill=white, inner sep = 1pt, anchor = south] at (axis cs:120,160) {$u_{2\mathrm{i}}(t)$};
4646
\end{axis}
4747
\begin{axis}[
4848
% x/y range adjustment
@@ -71,7 +71,7 @@
7171
]
7272
\end{axis}
7373
\end{tikzpicture}
74-
\caption{Internal load voltage $u_\mathrm{1e}$, fundamental voltage and current components $u^\mathrm{(1)}_\mathrm{2}(t)$
74+
\caption{Internal load voltage $u_{2\mathrm{i}}(t)$, fundamental voltage and current components $u^\mathrm{(1)}_\mathrm{2}(t)$
7575
and $i^\mathrm{(1)}_\mathrm{2}(t)$, respectively. }
7676
\label{sfig:ex07_sub1.2_fund_components}
7777
\end{figure}

exercise/fig/ex07/Fig_subtask1.3.tex

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
height=0.3\textwidth,
2929
% x-Ticks
3030
xtick={0, 45, 90, 135, 180, 225, 270, 315, 360, 405, 450,495, 540},
31-
xticklabels={0, 30, 60, 90, 120, 150, 180, 210, 240, 270, 300, 330, 360},
31+
xticklabels={0, $\frac{\pi}{6}$,$\frac{\pi}{3}$, $\frac{\pi}{2}$, $\frac{2\pi}{3}$, $\frac{5\pi}{6}$, $\pi$, $\frac{7\pi}{6}$, $\frac{4\pi}{3}$, $\frac{3\pi}{2}$, $\frac{5\pi}{3}$, $\frac{11\pi}{6}$, $2\pi$},
3232
xticklabel style = {anchor=north},
3333
% y-Ticks
3434
ytick={-400,-200,0,200,400},
@@ -45,9 +45,9 @@
4545
\addplot[blue, domain= 0:540, solid] {-155.5*sin(x/1.5)+200};
4646
\addplot[blue, domain= 0:540, solid] {-155.5*sin(x/1.5)-200};
4747
% Label of u
48-
\node[black, fill=white, inner sep = 1pt, anchor = south] at (axis cs:120,160) {$u(t)$};
48+
% \node[black, fill=white, inner sep = 1pt, anchor = south] at (axis cs:120,160) {$u_{2\mathrm{i}}(t)$};
4949
% Start point
50-
\filldraw[black] (3,-195) circle (2pt) node[anchor=west]{\textbf{s}};
50+
\filldraw[black] (3,-195) circle (2pt) node[anchor=west]{\textbf{x}};
5151
\end{axis}
5252
\begin{axis}[
5353
% x/y range adjustment

exercise/fig/ex07/Fig_subtask1.4.tex

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
height=0.3\textwidth,
2929
% x-Ticks
3030
xtick={0,60,120,180,240, 300, 360},
31-
xticklabels={0,60,120,180,240, 300, 360},
31+
xticklabels={0,$\frac{\pi}{3}$,$\frac{2\pi}{3}$,$\pi$,$\frac{4\pi}{3}$, $\frac{5\pi}{3}$, $2\pi$},
3232
xticklabel style = {anchor=north},
3333
% y-Ticks
3434
ytick={-200,-100,0,100,200},
@@ -42,7 +42,7 @@
4242
% internal load voltage u
4343
\addplot[blue, domain= 0:360, solid] {150*sin(x-(180/6))};
4444
% Label of u
45-
\node[black, fill=white, inner sep = 1pt, anchor = south] at (axis cs:120,160) {$u_\mathrm{1e}$};
45+
\node[black, fill=white, inner sep = 1pt, anchor = south] at (axis cs:120,160) {$u_{2\mathrm{i}}(t)$};
4646
\end{axis}
4747
\begin{axis}[
4848
% x/y range adjustment
@@ -72,6 +72,6 @@
7272
\end{axis}
7373
\end{tikzpicture}
7474
\caption{Output current $i_\mathrm{2}(t)$, its fundamental wave $i^\mathrm{(1)}_\mathrm{2}(t)$
75-
and its harmonics $i^\mathrm{(n)}_\mathrm{2}(t)$. }
75+
and its harmonics $i^{(k)}_\mathrm{2}(t)$. }
7676
\label{sfig:ex07_sub1.4_current_and_components}
7777
\end{figure}

exercise/fig/ex07/Single-phase_DC_Inverter.tex

+3-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
% Add connection to u2 inductor
3737
(jmu2) to [short,-] ++(0,2) coordinate (ju2x)
3838
% Add u2ae
39-
(ju2e) to [sV=$u_\mathrm{1e}$] ++(0,-1.5) coordinate (ju2n)
39+
(ju2e) to [sV=$u_{2\mathrm{i}}(t)$] ++(0,-1.5) coordinate (ju2n)
4040
% Add connection of u2in
4141
(ju2n) to [short,-*] (jT4c);
4242

@@ -50,7 +50,8 @@
5050
\draw (jT1e) ++(3,0) node[currarrow](i2){}
5151
(i2) node[anchor=south,color=black]{$i_\mathrm{2}(t)$}
5252
% Add voltage arrows u2
53-
(ju2) ++(-0.5,0) to [open,v^=$u_\mathrm{2}(t)$,voltage = straight] ++(0,-1.5);
53+
(ju2) ++(-0.5,0) to [open,v^=$$,voltage = straight] ++(0,-1.5)
54+
(ju2) ++ (0.1,-0.5) node[anchor=north,color=black]{$u_\mathrm{2}(t)$};
5455
% (ju2x) ++(0,-0.8) to [open,v^=$u_\mathrm{2}(t)$,voltage = straight] ++(3.8,0);
5556
\end{circuitikz}
5657
\end{center}

exercise/tex/exercise07.tex

+16-16
Original file line numberDiff line numberDiff line change
@@ -7,50 +7,50 @@
77
%% Task 1: Single-phase inverter: %%
88
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
99

10-
\task{Single-phase DC inverter}
11-
The following ideal single-phase DC inverter
10+
\task{Single-phase DC converter}
11+
The following ideal single-phase DC converter
1212
\input{fig/ex07/Single-phase_DC_Inverter.tex}
1313

1414
configured in a bridge topology and supplies a load consisting of an inductor and an internal load voltage. The inverter consists
15-
of four thyristors arranged in H-bridge configuration.
15+
of four transistors arranged in H-bridge configuration.
1616

1717
\begin{table}[ht]
1818
\centering % Zentriert die Tabelle
1919
\begin{tabular}{ll}
2020
\toprule
2121
Input DC voltage: & $U_{\mathrm{1}}=\SI{200}{\volt}$ \\
2222
Inductance: & $L = \SI{4.8}{\milli \henry}$ \\
23-
Internal load voltage: & $u_\mathrm{1e}(t) = 150 \sin(\omega t - \frac{\pi}{6})$ \\
23+
Internal load voltage: & $u_{2\mathrm{i}}(t) = 150 \sin(\omega t - \frac{\pi}{6})$ \\
2424
Reference angular frequency: & $\omega_2 = 2\pi \cdot \SI{50}{\hertz}$ \\
2525
\bottomrule
2626
\end{tabular}
27-
\caption{Parameters of the single-phase DC inverter.}
27+
\caption{Parameters of the single-phase DC converter.}
2828
\label{table:ex07_Task1_ParametersOfTheCircuit}
2929
\end{table}
30-
The inverter is modulated using PWM with a modulation index of M=0.75. Assuming ideal operation of the switching components:
30+
The inverter is modulated using PWM with a modulation index of $m=0.75$. Assuming ideal operation of the switching components, perform the following tasks:
3131
% Subtask1
32-
\subtask{Draw the inverter output voltage $u_\mathrm{2}(t)$ belonging to figure \ref{sfig:ex07_sub1.1_modulation}.
33-
and its fundamental component $u^\mathrm{(1)}_\mathrm{2}(t)$. How large is the phase difference $\delta$ of the voltage
34-
fundamental component $u^\mathrm{(1)}_\mathrm{2}(t)$ compared to the internal load voltage $u_\mathrm{1e}$?}
32+
\subtask{Draw the inverter output voltage $u_\mathrm{2}(t)$ belonging to Fig. \ref{sfig:ex07_sub1.1_modulation}.
33+
and its fundamental component $u^\mathrm{(1)}_\mathrm{2}(t)$. How large is the phase difference $\varphi_{2\mathrm{i}}$ of the voltage
34+
fundamental component $u^\mathrm{(1)}_\mathrm{2}(t)$ compared to the internal load voltage $u_{2\mathrm{i}}(t)$?}
3535

3636
% Subtask2
3737
\subtask{Calculate the amplitude $\hat{i}^\mathrm{(1)}_\mathrm{2}$ and the phase angle $\varphi^\mathrm{(1)}$ of the
38-
current fundamental wave $i^\mathrm{(1)}_\mathrm{2}(t)$ compared to $u_\mathrm{1e}$ and draw $u^\mathrm{(1)}_\mathrm{2}(t)$
38+
current fundamental component $i^\mathrm{(1)}_\mathrm{2}(t)$ compared to $u_{2\mathrm{i}}(t)$ and draw $u^\mathrm{(1)}_\mathrm{2}(t)$
3939
and $i^\mathrm{(1)}_\mathrm{2}(t)$ in Fig. \ref{sfig:ex07_sub1.2_fund_components}.}
4040

4141
% Subtask3
42-
\subtask{In Fig. \ref{sfig:ex07_sub1.3_Harmonics}, draw the voltage harmonics $u^\mathrm{(n)}_\mathrm{2}(t)$. Try to sketch, approximately,
43-
the current harmonics $i^\mathrm{(n)}_\mathrm{2}(t)$ by counting the voltage time area squares.
44-
One square corresponds to a voltage time area of $\SI{17.8}{\milli \volt \second}$. The starting point is marked with \textbf{s}.\\
42+
\subtask{In Fig. \ref{sfig:ex07_sub1.3_Harmonics}, draw the voltage harmonics $u^{(k)}_\mathrm{2}(t)$. Try to sketch, approximately,
43+
the current harmonics $i^{(k)}_\mathrm{2}(t)$ by counting the voltage time area squares.
44+
One square corresponds to a voltage time area of $\SI{17.8}{\milli \volt \second}$. The starting point is marked with \textbf{x}.\\
4545

46-
Hint: The current harmonics $i^\mathrm{(n)}_\mathrm{2}(t)$ have no mean values.}
46+
Hint: The current harmonics $i^{(k)}_\mathrm{2}(t)$ are free of any bias.}
4747

4848
% Subtask4
4949
\subtask{Draw the inverter's output current $i_\mathrm{2}(t)$, its fundamental wave $i^\mathrm{(1)}_\mathrm{2}(t)$
50-
and its harmonics $i^\mathrm{(n)}_\mathrm{2}(t)$ in Fig. \ref{sfig:ex07_sub1.4_current_and_components}.}
50+
and its harmonics $i^{(k)}_\mathrm{2}(t)$ in Fig. \ref{sfig:ex07_sub1.4_current_and_components}.}
5151

5252
% Subtask5
53-
\subtask{Mark the input current $i_\mathrm{i}(t)$ of the DC voltage inverter in the same figure of subtask 2.1.4.}
53+
\subtask{Mark the input current $i_\mathrm{i}(t)$ of the DC voltage inverter in the same figure of subtask 7.1.4.}
5454
\input{fig/ex07/Fig_subtask1.1_modulation.tex}
5555
\input{fig/ex07/Fig_subtask1.2.tex}
5656
\input{fig/ex07/Fig_subtask1.3.tex}

0 commit comments

Comments
 (0)