From 6964c9b50490003a4e2da939a020850d31dc8777 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Thu, 16 Dec 2021 18:16:31 +0100 Subject: Figures for statistical model --- doc/thesis/chapters/implementation.tex | 4 ++-- doc/thesis/chapters/theory.tex | 21 +++++++++++++-------- 2 files changed, 15 insertions(+), 10 deletions(-) (limited to 'doc/thesis/chapters') 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} -- cgit v1.2.1