aboutsummaryrefslogtreecommitdiffstats
path: root/doc/thesis/chapters
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2021-12-16 18:16:31 +0100
committerNao Pross <np@0hm.ch>2021-12-16 18:16:31 +0100
commit6964c9b50490003a4e2da939a020850d31dc8777 (patch)
tree53e5f57b5685ec71d361468de0e7b6c69fda5075 /doc/thesis/chapters
parentGUI angepasst (diff)
downloadFading-6964c9b50490003a4e2da939a020850d31dc8777.tar.gz
Fading-6964c9b50490003a4e2da939a020850d31dc8777.zip
Figures for statistical model
Diffstat (limited to 'doc/thesis/chapters')
-rw-r--r--doc/thesis/chapters/implementation.tex4
-rw-r--r--doc/thesis/chapters/theory.tex21
2 files changed, 15 insertions, 10 deletions
diff --git a/doc/thesis/chapters/implementation.tex b/doc/thesis/chapters/implementation.tex
index ab00e21..7be6763 100644
--- a/doc/thesis/chapters/implementation.tex
+++ b/doc/thesis/chapters/implementation.tex
@@ -464,8 +464,8 @@ With QAM however, the complexity of the constellation and the higher number of b
k(k+1) & \text{when } N \text{ is odd}
\end{cases},
\end{equation}
-and \(M\) is relatively prime to \(N\). CAZAC waveforms are ideal because they have a Dirac delta as autocorrelation\cite{Chu1972}, i.e. \(R_{uu}(\tau) = \delta(\tau)\). Though unfortunately, since these complex values are not on any constellation point they break some assumptions of the polyphase clock sync and the LMD DD equalizer. Thus to use CAZAC waveforms the sender needs to put them in front of the modulated symbols (for example using a correctly parametrized stream mux block in GR), and the receiver would need to synchronize with the sequence before the clock recovery or equalization. The latter is especially problematic because then it is no longer possible to identify the peak by comparing the autocorrelation value to a fixed threshold as done in section \ref{sec:implement-phasecorr}.
+and \(M\) is relatively prime to \(N\). CAZAC waveforms are ideal because they have a Dirac delta as autocorrelation\cite{Chu1972}, i.e. \(R_{uu}(\tau) = \delta(\tau)\). Though unfortunately, since these complex values are not on any constellation point they break some assumptions of the polyphase clock sync and the LMD DD equalizer (but not CMA). Thus to use CAZAC waveforms the sender needs to put them in front of the modulated symbols (for example using a correctly parametrized stream mux block in GR), and the receiver would need to synchronize with the sequence before the clock recovery or equalization. The latter is especially problematic because then it is no longer possible to identify the peak by comparing the autocorrelation value to a fixed threshold as done in section \ref{sec:implement-phasecorr}.
-\section{Incomplete}
+\subsection{Incomplete parts}
diff --git a/doc/thesis/chapters/theory.tex b/doc/thesis/chapters/theory.tex
index d8dd696..6420de2 100644
--- a/doc/thesis/chapters/theory.tex
+++ b/doc/thesis/chapters/theory.tex
@@ -357,17 +357,22 @@ i.e. the amplitude of \(f\) is \emph{Raileigh} distributed.
\begin{figure}
\centering
- \begin{subfigure}{.45\linewidth}
- \skelfig
- \caption{NLOS, Rayleigh}
+ \hfill
+ \begin{subfigure}[t]{.5\linewidth}
+ \input{figures/tikz/rayleigh-rice-pdf-plots}
+ \caption{Amplitude density.}
\end{subfigure}
- \hskip 5mm
- \begin{subfigure}{.45\linewidth}
- \skelfig
- \caption{LOS, Rice}
+ \hfill
+ \begin{subfigure}[t]{.45\linewidth}
+ \centering
+ \resizebox{!}{5cm}{%
+ \input{figures/tikz/ring-of-scattering-objects}
+ }
+ \caption{Ring of scattering objects.}
\end{subfigure}
+ \hfill
\caption{
- Ring of scattering objects.
+ Statistical model for multipath fading.
\label{fig:multipath-statistical-models}
}
\end{figure}