Skip to content

Commit

Permalink
plots refinement
Browse files Browse the repository at this point in the history
  • Loading branch information
AliAbdelwanis committed Jan 28, 2025
1 parent 6fb768a commit 38b9a86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions exercise/fig/ex07/Fig_subtask1.1_modulation.tex
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@
%major grid style={line width=.2pt,draw=gray!90},
]
% modulation s
\addplot[blue, domain= 0:360, solid] {sin(x)};
\addplot[blue, domain= 0:360, solid] {0.75*sin(x)};
% carrier signal c
\draw[thin, black] (0,-1) -- (60,1) -- (60,-1) -- (120,1) -- (120,-1) -- (180,1) -- (180,-1) -- (240,1) -- (240,-1) -- (300,1) -- (300,-1) -- (360,1) -- (360,-1);
%\draw (0,-1) \foreach \x in {0 ,60, 120, 180, 240, 300} {-- ++(60,2) -- ++(0,-2) };

% Label of s
\node[black, fill=white, inner sep = 1pt, anchor = south] at (axis cs:80,1.1) {$s^{*}(t)$};
\node[black, fill=white, inner sep = 1pt, anchor = south] at (axis cs:85,0.8) {$s^{*}(t)$};
% Label of c
\node[black, fill=white, inner sep = 1pt, anchor = south] at (axis cs:200,0.4) {$c(t)$};
\end{axis}
Expand Down
2 changes: 1 addition & 1 deletion exercise/tex/exercise07.tex
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

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

% Subtask3
Expand Down

0 comments on commit 38b9a86

Please sign in to comment.