Change plot variables
This commit is contained in:
parent
d17b10c8f5
commit
06951f9f13
1 changed files with 2 additions and 2 deletions
|
@ -163,8 +163,8 @@ Théorie du signal --- TD1
|
|||
\begin{tikzpicture}
|
||||
%TODO plot this
|
||||
\draw[help lines, dashed] (-7,-2) grid (7,2);
|
||||
\draw[-latex] (-7,0) -- (7,0) node[below]{$t$};
|
||||
\draw[-latex] (0,-2) -- (0,2) node[left]{$x(t)$};
|
||||
\draw[-latex] (-7,0) -- (7,0) node[below]{$f$};
|
||||
\draw[-latex] (0,-2) -- (0,2) node[left]{$S_x(f)$};
|
||||
|
||||
\end{tikzpicture}
|
||||
\end{center}
|
||||
|
|
Loading…
Reference in a new issue