diff options
author | Nao Pross <np@0hm.ch> | 2021-12-16 18:39:38 +0100 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-12-16 18:39:38 +0100 |
commit | 6b59bcb1d8aa4e97bca55bf464c5832d0c0fbc43 (patch) | |
tree | db13ca36576c2df5505baf971ac18a72f192edbf /doc/thesis/chapters | |
parent | Figures for statistical model (diff) | |
download | Fading-6b59bcb1d8aa4e97bca55bf464c5832d0c0fbc43.tar.gz Fading-6b59bcb1d8aa4e97bca55bf464c5832d0c0fbc43.zip |
Typo without
Diffstat (limited to 'doc/thesis/chapters')
-rw-r--r-- | doc/thesis/chapters/implementation.tex | 40 |
1 files changed, 16 insertions, 24 deletions
diff --git a/doc/thesis/chapters/implementation.tex b/doc/thesis/chapters/implementation.tex index 7be6763..aa394bf 100644 --- a/doc/thesis/chapters/implementation.tex +++ b/doc/thesis/chapters/implementation.tex @@ -280,35 +280,27 @@ In order to study the effects of multipath fading, a series of simulations have \begin{figure} \centering - \input{figures/tikz/qpsk-sim-constellations-whitout-effects} + \input{figures/tikz/qpsk-sim-constellations-without-effects} + \caption{ + TODO + } +\end{figure} + +\begin{figure} + \centering + \input{figures/tikz/qpsk-sim-constellations-static} \caption{ Constellation diagrams for a simulated link using QPSK with AWGN and Rayleighan fading. } \end{figure} -%\begin{figure} -% \centering -% \input{figures/tikz/qpsk-sim-constellations-static} -% \caption{ -% Constellation diagrams for a simulated link using QPSK with AWGN and Rayleighan fading. -% } -%\end{figure} - -%\begin{figure} -% \centering -% \input{figures/tikz/qpsk-sim-constellations-static-symb} -% \caption{ -% Constellation diagrams for a simulated link using QPSK with the discrete time model block. -% } -%\end{figure} -% -%\begin{figure} -% \centering -% \input{figures/tikz/qpsk-sim-constellations-dynamic} -% \caption{ -% Constellation diagrams for a simulated link using QPSK with AWGN and Rayleighan fading. The paramters are: frequency offset of 0.2 \%, \SI{100}{\milli\volt} noise, dopper shift for \(v = \SI{2}{\meter\per\second}\), and a NLOS urban PDP. -% } -%\end{figure} +\begin{figure} + \centering + \input{figures/tikz/qpsk-sim-constellations-dynamic} + \caption{ + Constellation diagrams for a simulated link using QPSK with AWGN and Rayleighan fading. The paramters are: frequency offset of 0.2 \%, \SI{100}{\milli\volt} noise, dopper shift for \(v = \SI{2}{\meter\per\second}\), and a NLOS urban PDP. + } +\end{figure} \subsection{Fading with discrete time model} |