From adc00a39baff866a3b68b52ffc55a4aae71e61c4 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Sun, 31 Oct 2021 00:20:51 +0200 Subject: Fix math error in QAM, improve QAM modulator diagram, rename (wrong) QPSK to PSK --- doc/thesis/chapters/theory.tex | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'doc/thesis/chapters/theory.tex') diff --git a/doc/thesis/chapters/theory.tex b/doc/thesis/chapters/theory.tex index e3809fd..9477340 100644 --- a/doc/thesis/chapters/theory.tex +++ b/doc/thesis/chapters/theory.tex @@ -52,10 +52,10 @@ The two component \(m_i(t)\) and \(m_q(t)\) are mixed with two different periodi \begin{subequations} \label{eqn:orthonormal-conditions} \begin{align} \langle \phi_i | \phi_q \rangle - &= \int_T \phi_i^* \phi_q \, dt = \int_T \phi_i \phi_q^* \, dt + &= \int_T \phi_i \phi_q^* \, dt = 0, \text{ and } \\ \langle \phi_k | \phi_k \rangle - &= \int_T \phi_k^* \phi_k \,dt = 1, + &= \int_T \phi_k \phi_k^* \,dt = 1, \text{ where } k \text{ is either } i \text{ or } q. \end{align} \end{subequations} @@ -66,10 +66,10 @@ In practice typically \(\phi_i(t) = \cos(\omega_c t)\) and \(\phi_q(t) = j\sin(\ %% TODO: is this assumption correct? Notice that assuming \(m_i\) and \(m_q\) are constant\footnote{This is an approximation assuming that the signal changes much slower relative to the carrier.} over the carrier's period \(T\), \begin{align*} - \langle s | \phi_i \rangle = \int_T s^* \phi_i \,dt - &= \int m_i \phi_i^* \phi_i + m_q \phi_q^* \phi_i \,dt \\ - &= m_i \underbrace{\int_T \phi_i^* \phi_i \,dt}_{1} - + m_q \underbrace{\int_T \phi_q^* \phi_i \,dt}_{0} = m_i, + \langle s | \phi_i \rangle = \int_T s \phi_i^* \,dt + &= \int m_i \phi_i \phi_i^* + m_q \phi_q \phi_i^* \,dt \\ + &= m_i \underbrace{\int_T \phi_i \phi_i^* \,dt}_{1} + + m_q \underbrace{\int_T \phi_q \phi_i^* \,dt}_{0} = m_i, \end{align*} which effectively means that it is possible to isolate a single component \(m_i(t)\) out of \(s(t)\). The same of course works with \(\phi_q\) as well resulting in \(\langle s | \phi_q \rangle = m_q\). Thus (remarkably) it is possible to send two signals on the same frequency, without them interfering with each other. Since each signal can represent one of \(\sqrt{M}\) values, by having two we obtain \(\sqrt{M} \cdot \sqrt{M} = M\) possible combinations. @@ -83,8 +83,8 @@ A better way to see what QAM does, is to observe a so called \emph{constellation \end{subfigure} \hfill \begin{subfigure}{.4\linewidth} - \input{figures/tikz/qpsk-constellation} - \caption{8-PSK\label{fig:qpsk-constellation}} + \input{figures/tikz/psk-constellation} + \caption{8-PSK\label{fig:psk-constellation}} \end{subfigure} \hfill \caption{ @@ -92,7 +92,7 @@ A better way to see what QAM does, is to observe a so called \emph{constellation } \end{figure} -\section{Quadrature phase shift keying (\(M\)-QPSK)} +\section{Quadrature phase shift keying (\(M\)-PSK)} PSK is a popular modulation type for data transmission\cite{Meyer2011}. With a bipolar binary signal, the amplitude remains constant and only the phase will be changed with phase jumps of 180 degrees, which can be seen as a multiplication of the carrier signal with $\pm$ 1. That is alow known as binary phase shift keying. -- cgit v1.2.1 From 49d784994700b19480947263b1b56202703b126b Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Sun, 31 Oct 2021 01:45:18 +0200 Subject: Restructure QAM section --- doc/thesis/chapters/theory.tex | 42 +++++++++++++++++++++++++++++++++--------- 1 file changed, 33 insertions(+), 9 deletions(-) (limited to 'doc/thesis/chapters/theory.tex') diff --git a/doc/thesis/chapters/theory.tex b/doc/thesis/chapters/theory.tex index 9477340..f0fb5d4 100644 --- a/doc/thesis/chapters/theory.tex +++ b/doc/thesis/chapters/theory.tex @@ -15,6 +15,9 @@ In this section we will briefly give the mathematical background required by the %% TODO: Par on notation m(n) = m(nT) = discrete time +%% TODO: A section on maths? +% \section{Signal space and linear operators} + \section{Quadrature amplitude modulation (\(M\)-ary QAM)} \begin{figure} @@ -30,9 +33,11 @@ Quadrature amplitude modulation is a family of modern digital modulation methods %% TODO: Quick par on "we will dicusss M-Ary QAM, M is 2^something" +\subsection{Modulation of a digital message} + \paragraph{Bit splitter} -As mentioned earlier, quadrature modulation allows sending more than one bit per unit time. The first step to do it is to use a so called bit splitter, converts the continuous data stream \(m(n)\) into pairs of chunks of \(\sqrt{M}\) bits. The two bit vectors of length \(\sqrt{M}\), denoted by \(\vec{m}_i\) and \(\vec{m}_q\) in figure \ref{fig:quadrature-modulation}, are called in-phase and quadrature component respectively. The reason will become more clear later. +As mentioned earlier, quadrature modulation allows sending more than one bit per unit time. The first step to do it is to use a so called bit splitter, that converts the continuous bitstream \(m(n)\) into pairs of chunks of \(\sqrt{M}\) bits. The two bit vectors of length \(\sqrt{M}\), denoted by \(\vec{m}_i\) and \(\vec{m}_q\) in figure \ref{fig:quadrature-modulation}, are called in-phase and quadrature component respectively. The reason will become more clear later. \paragraph{Binary to level converter} @@ -42,24 +47,28 @@ Both bit vectors \(\vec{m}_i, \vec{m}_q \in \{0,1\}^{\sqrt{M}}\) are sent throug \begin{equation} m_i(t) = \text{Level}(\vec{m}_i) \cdot p(t), \end{equation} -i.e. a pulse function\footnote{Typically a root raised cosine to optimize for bandwidth.} \(p(t)\) scaled by the interpreted binary value, written here using a ``Level'' function. So at this point the analog waveform is already encoding \(\sqrt{M}\) bits per unit time, but actually it is possible to do better. +i.e. a pulse function\footnote{Typically a root raised cosine to optimize for bandwidth.} \(p(t)\) scaled by the interpreted binary value, written here using a ``Level'' function. So at this point a level of each analog waveform is encodes \(\sqrt{M}\) bits per unit time, and there are two of such waveforms. + \paragraph{Mixer} -Having analog level signals, it is this now possible to mix them with radio frequency carriers. Because there are two waveforms, one might expect that two carrier frequencies are necessary, however this is not the case. +Having analog level signals, it is this now possible to mix them with radio frequency carriers. Because there are two waveforms, one might expect that two carrier frequencies are necessary, however this is not the case. The two component \(m_i(t)\) and \(m_q(t)\) are mixed with two different periodic signals \(\phi_i(t)\) and \(\phi_q(t)\) that have the same frequency \(\omega_c = 2\pi / T\). Why this is possible is explained in the next section. -The two component \(m_i(t)\) and \(m_q(t)\) are mixed with two different periodic signals \(\phi_i(t)\) and \(\phi_q(t)\) that have the same frequency \(\omega_c = 2\pi / T\). Now the clever part: the carrier signals are picked to be \emph{orthonormal}\footnote{Orthonormal here can be understood in the same sense as in finite dimensional vector spaces, where orthonormal vectors behave exactly like equations \eqref{eqn:orthonormal-conditions} under the dot product.} to each other, mathematically this is expressed by the conditions + +\subsection{Orthogonality of carrier signals} + +Before explaining how the two carrier signals are generated, we first need to discuss some important mathematical properties \(\phi_i\) and \(\phi_q\) need to have, in order to modulate two messages over the same frequency \(\omega_c\). The two carriers need to be \emph{orthonormal}\footnote{Actually orthogonality alone would be sufficient, however then the left side of \eqref{eqn:orthonormal-condition} would not equal 1, and an inconvenient factor would be introduced in many later equations.} to each other, mathematically this is expressed by the conditions \begin{subequations} \label{eqn:orthonormal-conditions} \begin{align} \langle \phi_i | \phi_q \rangle &= \int_T \phi_i \phi_q^* \, dt - = 0, \text{ and } \\ + = 0, \text{ and } \label{eqn:orthogonal-condition} \\ \langle \phi_k | \phi_k \rangle &= \int_T \phi_k \phi_k^* \,dt = 1, - \text{ where } k \text{ is either } i \text{ or } q. + \text{ where } k \text{ is either } i \text{ or } q. \label{eqn:orthonormal-condition} \end{align} \end{subequations} -In practice typically \(\phi_i(t) = \cos(\omega_c t)\) and \(\phi_q(t) = j\sin(\omega_c t)\). Provided these rather abstract conditions, let's define a new signal +Provided these rather abstract conditions, let's define a new signal \begin{equation} s = m_i\phi_i + m_q\phi_q. \end{equation} @@ -73,7 +82,21 @@ Notice that assuming \(m_i\) and \(m_q\) are constant\footnote{This is an approx \end{align*} which effectively means that it is possible to isolate a single component \(m_i(t)\) out of \(s(t)\). The same of course works with \(\phi_q\) as well resulting in \(\langle s | \phi_q \rangle = m_q\). Thus (remarkably) it is possible to send two signals on the same frequency, without them interfering with each other. Since each signal can represent one of \(\sqrt{M}\) values, by having two we obtain \(\sqrt{M} \cdot \sqrt{M} = M\) possible combinations. -A better way to see what QAM does, is to observe a so called \emph{constellation diagram}. An example is shown in figure \ref{fig:qam-constellation} for \(M = 16\). The two carrier signals \(\phi_i\) and \(\phi_q\) can be understood as bases of a coordinate system, +A graphical way to see what is happening, is to observe a so called \emph{constellation diagram}. An example is shown in figure \ref{fig:qam-constellation} for \(M = 16\). The two carrier signals \(\phi_i\) and \(\phi_q\) can be understood as bases of a coordinate system. + +\subsection{Construction of orthogonal carrier signals} + + +If \(\phi_i\) is a real valued signal (which is typical) it is possible to find a function the quadrature carrier using the \emph{Hilbert transform}: +\begin{equation} + \hilbert g(t) = g(t) * \frac{1}{\pi t} + = \frac{1}{\pi} \int_\mathbb{R} \frac{g(\tau)}{t - \tau} \,d\tau + = \frac{1}{\pi} \int_\mathbb{R} \frac{g(t - \tau)}{\tau} \,d\tau, +\end{equation} +i.e. a linear operator that introduces a phase shift of \(\pi / 2\) over all frequencies. It is a known property of the Hilbert transform that given a real valued function \(g(t)\) then \(\langle g | \hilbert g \rangle = 0\). +In practice \(\phi_i(t) = \cos(\omega_c t)\) and \(\phi_q(t) = \hilbert \phi_i(t) = \sin(\omega_c t)\). + +\paragraph{Oscillator and phase shifter} \begin{figure} \hfill @@ -92,7 +115,8 @@ A better way to see what QAM does, is to observe a so called \emph{constellation } \end{figure} -\section{Quadrature phase shift keying (\(M\)-PSK)} + +\section{Phase shift keying (\(M\)-PSK)} PSK is a popular modulation type for data transmission\cite{Meyer2011}. With a bipolar binary signal, the amplitude remains constant and only the phase will be changed with phase jumps of 180 degrees, which can be seen as a multiplication of the carrier signal with $\pm$ 1. That is alow known as binary phase shift keying. -- cgit v1.2.1 From 9f8e8f7f14835cde2fef6389afada8ec478ca38b Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Sun, 31 Oct 2021 13:06:26 +0100 Subject: Create tex/docstyle and fix notation in theory --- doc/thesis/chapters/theory.tex | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) (limited to 'doc/thesis/chapters/theory.tex') diff --git a/doc/thesis/chapters/theory.tex b/doc/thesis/chapters/theory.tex index f0fb5d4..0cbccd2 100644 --- a/doc/thesis/chapters/theory.tex +++ b/doc/thesis/chapters/theory.tex @@ -4,7 +4,9 @@ \begin{figure} \centering - \input{figures/tikz/overview} + \resizebox{\linewidth}{!}{ + \input{figures/tikz/overview} + } \caption{ Block diagram for a general wireless communication system with annotated signal names. Frequency domain representations of signals use the uppercase symbol of their respective time domain name. \label{fig:notation} @@ -22,7 +24,9 @@ In this section we will briefly give the mathematical background required by the \begin{figure} \centering - \input{figures/tikz/qam-modulator} + \resizebox{\linewidth}{!}{ + \input{figures/tikz/qam-modulator} + } \caption{ Block diagram of a \(M\)-ary QAM modulator. \label{fig:quadrature-modulation} @@ -60,10 +64,10 @@ Having analog level signals, it is this now possible to mix them with radio freq Before explaining how the two carrier signals are generated, we first need to discuss some important mathematical properties \(\phi_i\) and \(\phi_q\) need to have, in order to modulate two messages over the same frequency \(\omega_c\). The two carriers need to be \emph{orthonormal}\footnote{Actually orthogonality alone would be sufficient, however then the left side of \eqref{eqn:orthonormal-condition} would not equal 1, and an inconvenient factor would be introduced in many later equations.} to each other, mathematically this is expressed by the conditions \begin{subequations} \label{eqn:orthonormal-conditions} \begin{align} - \langle \phi_i | \phi_q \rangle + \langle \phi_i, \phi_q \rangle &= \int_T \phi_i \phi_q^* \, dt = 0, \text{ and } \label{eqn:orthogonal-condition} \\ - \langle \phi_k | \phi_k \rangle + \langle \phi_k, \phi_k \rangle &= \int_T \phi_k \phi_k^* \,dt = 1, \text{ where } k \text{ is either } i \text{ or } q. \label{eqn:orthonormal-condition} \end{align} @@ -75,12 +79,12 @@ Provided these rather abstract conditions, let's define a new signal %% TODO: is this assumption correct? Notice that assuming \(m_i\) and \(m_q\) are constant\footnote{This is an approximation assuming that the signal changes much slower relative to the carrier.} over the carrier's period \(T\), \begin{align*} - \langle s | \phi_i \rangle = \int_T s \phi_i^* \,dt + \langle s, \phi_i \rangle = \int_T s \phi_i^* \,dt &= \int m_i \phi_i \phi_i^* + m_q \phi_q \phi_i^* \,dt \\ &= m_i \underbrace{\int_T \phi_i \phi_i^* \,dt}_{1} + m_q \underbrace{\int_T \phi_q \phi_i^* \,dt}_{0} = m_i, \end{align*} -which effectively means that it is possible to isolate a single component \(m_i(t)\) out of \(s(t)\). The same of course works with \(\phi_q\) as well resulting in \(\langle s | \phi_q \rangle = m_q\). Thus (remarkably) it is possible to send two signals on the same frequency, without them interfering with each other. Since each signal can represent one of \(\sqrt{M}\) values, by having two we obtain \(\sqrt{M} \cdot \sqrt{M} = M\) possible combinations. +which effectively means that it is possible to isolate a single component \(m_i(t)\) out of \(s(t)\). The same of course works with \(\phi_q\) as well resulting in \(\langle s, \phi_q \rangle = m_q\). Thus (remarkably) it is possible to send two signals on the same frequency, without them interfering with each other. Since each signal can represent one of \(\sqrt{M}\) values, by having two we obtain \(\sqrt{M} \cdot \sqrt{M} = M\) possible combinations. A graphical way to see what is happening, is to observe a so called \emph{constellation diagram}. An example is shown in figure \ref{fig:qam-constellation} for \(M = 16\). The two carrier signals \(\phi_i\) and \(\phi_q\) can be understood as bases of a coordinate system. @@ -93,7 +97,7 @@ If \(\phi_i\) is a real valued signal (which is typical) it is possible to find = \frac{1}{\pi} \int_\mathbb{R} \frac{g(\tau)}{t - \tau} \,d\tau = \frac{1}{\pi} \int_\mathbb{R} \frac{g(t - \tau)}{\tau} \,d\tau, \end{equation} -i.e. a linear operator that introduces a phase shift of \(\pi / 2\) over all frequencies. It is a known property of the Hilbert transform that given a real valued function \(g(t)\) then \(\langle g | \hilbert g \rangle = 0\). +i.e. a linear operator that introduces a phase shift of \(\pi / 2\) over all frequencies. It is a known property of the Hilbert transform that given a real valued function \(g(t)\) then \(\langle g, \hilbert g \rangle = 0\). In practice \(\phi_i(t) = \cos(\omega_c t)\) and \(\phi_q(t) = \hilbert \phi_i(t) = \sin(\omega_c t)\). \paragraph{Oscillator and phase shifter} @@ -131,7 +135,7 @@ Two bits are modulated at ones with the same bandwidth as a 2-PSK so more inform Most times there is noise and the points on the constellation diagram become a surface. If the surfaces overlap there will be a problem with decoding. -\section{Fading} +\section{Chanel noise and fading} \subsection{Geometric Model} @@ -157,6 +161,8 @@ received signal \(y = h * x\), i.e. convolution with channel model. Assume \(x\) is a time discrete signal with and bandwidth \(W\), thus the pulse is sinc shaped \begin{equation} - x(t) = \sum_n x[n] \sinc(t/T - n) + x(t) = \sum_n x(n) \sinc(t/T - n) \end{equation} Ideal sampling at rate \(2W\) of \(y\) gives + +\section{Receiver DSP chain} -- cgit v1.2.1 From f0325a451f6ffbd3aa7e63833e0693b311f7abfd Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Sun, 31 Oct 2021 20:49:44 +0100 Subject: Start doc on fading channels --- doc/thesis/chapters/theory.tex | 74 +++++++++++++++++++++++++++++------------- 1 file changed, 52 insertions(+), 22 deletions(-) (limited to 'doc/thesis/chapters/theory.tex') diff --git a/doc/thesis/chapters/theory.tex b/doc/thesis/chapters/theory.tex index 0cbccd2..41e2314 100644 --- a/doc/thesis/chapters/theory.tex +++ b/doc/thesis/chapters/theory.tex @@ -33,7 +33,7 @@ In this section we will briefly give the mathematical background required by the } \end{figure} -Quadrature amplitude modulation is a family of modern digital modulation methods, that use an analog carrier signal. The simple yet effective idea behind QAM is to encode extra information into an orthogonal carrier signal, thus increasing the number of bits sent per unit of time. A block diagram of the process is shown in figure \ref{fig:quadrature-modulation}. +Quadrature amplitude modulation is a family of modern digital modulation methods, that use an analog carrier signal. The simple yet effective idea behind QAM is to encode extra information into an orthogonal carrier signal, thus increasing the number of bits sent per unit of time \cite{Gallager,Kneubuehler,Mathis,Hsu}. A block diagram of the process is shown in figure \ref{fig:quadrature-modulation}. %% TODO: Quick par on "we will dicusss M-Ary QAM, M is 2^something" @@ -41,7 +41,7 @@ Quadrature amplitude modulation is a family of modern digital modulation methods \paragraph{Bit splitter} -As mentioned earlier, quadrature modulation allows sending more than one bit per unit time. The first step to do it is to use a so called bit splitter, that converts the continuous bitstream \(m(n)\) into pairs of chunks of \(\sqrt{M}\) bits. The two bit vectors of length \(\sqrt{M}\), denoted by \(\vec{m}_i\) and \(\vec{m}_q\) in figure \ref{fig:quadrature-modulation}, are called in-phase and quadrature component respectively. The reason will become more clear later. +As mentioned earlier, quadrature modulation allows sending more than one bit per unit time. The first step to do it is to use a so called bit splitter, that converts the continuous bitstream \(m(n)\) into pairs of chunks of \(\sqrt{M}\) bits. The two bit vectors of length \(\sqrt{M}\), denoted by \(\vec{m}_i\) and \(\vec{m}_q\) in figure \ref{fig:quadrature-modulation}, are called in-phase and quadrature component respectively\cite{Hsu}. The reason will become more clear later. \paragraph{Binary to level converter} @@ -51,7 +51,7 @@ Both bit vectors \(\vec{m}_i, \vec{m}_q \in \{0,1\}^{\sqrt{M}}\) are sent throug \begin{equation} m_i(t) = \text{Level}(\vec{m}_i) \cdot p(t), \end{equation} -i.e. a pulse function\footnote{Typically a root raised cosine to optimize for bandwidth.} \(p(t)\) scaled by the interpreted binary value, written here using a ``Level'' function. So at this point a level of each analog waveform is encodes \(\sqrt{M}\) bits per unit time, and there are two of such waveforms. +i.e. a pulse function\footnote{Typically a root raised cosine to optimize for bandwidth \cite{Hsu}.} \(p(t)\) scaled by the interpreted binary value, written here using a ``Level'' function. So at this point a level of each analog waveform is encodes \(\sqrt{M}\) bits per unit time, and there are two of such waveforms. \paragraph{Mixer} @@ -61,7 +61,7 @@ Having analog level signals, it is this now possible to mix them with radio freq \subsection{Orthogonality of carrier signals} -Before explaining how the two carrier signals are generated, we first need to discuss some important mathematical properties \(\phi_i\) and \(\phi_q\) need to have, in order to modulate two messages over the same frequency \(\omega_c\). The two carriers need to be \emph{orthonormal}\footnote{Actually orthogonality alone would be sufficient, however then the left side of \eqref{eqn:orthonormal-condition} would not equal 1, and an inconvenient factor would be introduced in many later equations.} to each other, mathematically this is expressed by the conditions +Before explaining how the two carrier signals are generated, we first need to discuss some important mathematical properties \(\phi_i\) and \(\phi_q\) need to have, in order to modulate two messages over the same frequency \(\omega_c\). The two carriers need to be \emph{orthonormal}\footnote{Actually orthogonality alone would be sufficient, however then the left side of \eqref{eqn:orthonormal-condition} would not equal 1, and an inconvenient factor would be introduced in many later equations \cite{Gallager,Hsu}.} to each other, mathematically this is expressed by the conditions \begin{subequations} \label{eqn:orthonormal-conditions} \begin{align} \langle \phi_i, \phi_q \rangle @@ -97,11 +97,13 @@ If \(\phi_i\) is a real valued signal (which is typical) it is possible to find = \frac{1}{\pi} \int_\mathbb{R} \frac{g(\tau)}{t - \tau} \,d\tau = \frac{1}{\pi} \int_\mathbb{R} \frac{g(t - \tau)}{\tau} \,d\tau, \end{equation} -i.e. a linear operator that introduces a phase shift of \(\pi / 2\) over all frequencies. It is a known property of the Hilbert transform that given a real valued function \(g(t)\) then \(\langle g, \hilbert g \rangle = 0\). +i.e. a linear operator that introduces a phase shift of \(\pi / 2\) over all frequencies \cite{Hsu,Gallager}. It is a known property of the Hilbert transform that given a real valued function \(g(t)\) then \(\langle g, \hilbert g \rangle = 0\) \cite{Kschischang,Kneubuehler}. In practice \(\phi_i(t) = \cos(\omega_c t)\) and \(\phi_q(t) = \hilbert \phi_i(t) = \sin(\omega_c t)\). \paragraph{Oscillator and phase shifter} +\subsection{Spectral properties of a QAM signal} + \begin{figure} \hfill \begin{subfigure}{.4\linewidth} @@ -135,34 +137,62 @@ Two bits are modulated at ones with the same bandwidth as a 2-PSK so more inform Most times there is noise and the points on the constellation diagram become a surface. If the surfaces overlap there will be a problem with decoding. -\section{Chanel noise and fading} +\section{Wireless channel} -\subsection{Geometric Model} +In the previous section, we have discussed how the data is modulated and demodulated at the two ends of the transmission system. In this section we will discuss what happens between the sender and receiver, when the modulated passband signal is transmitted wirelessly. +In theory because wireless transmission happens through electromagnetic radiation, to model a wireless channel one would need to solve Maxwell's equations either for the electric or magnetic field, however in practice that is not (analytically) possible. Instead what is typically done, is to model the impulse response of the channel using a geometrical or statistical model, parametrized by a set of coefficients that are either simulated or measured experimentally \cite{Gallager}. -\subsection{Statistical Model} +In our model we are going to include an additive white Gaussian noise (AWGN) and a Rician (or Rayleighan) fading; both are required to model physical effects of the real world. The former in particular is relevant today, as it mathematically describes dense urban environments. -%% TODO: write about advantage of statistical model instead of geometric +\subsection{Additive white Gaussian noise} -\paragraph{Continuous time model} +%% TODO: Discuss thermal stuff etc? -Continuous time small scale fading channel response. +\subsection{Geometric multipath fading model} -time varying channel impulse response: -\begin{equation} - h(t, \tau) = \sum_k c_k (t) \delta(\tau - \tau_k(t)) -\end{equation} +The simplest way to understand the multipath fading, is to consider it from a geometrical perspective. Figure \ref{fig:multipath-sketch} is a sketch a wireless transmission system affected by multipath fading. The sender's antenna radiates an electromagnetic wave in the direction of the receiver (red line), however even under the best conditions a part of the signal will be dispersed in other directions (blue lines). -received signal \(y = h * x\), i.e. convolution with channel model. +\begin{figure} + \centering + \input{figures/tikz/multipath-sketch} + \caption{ + Sketch of channel with multipath fading + \label{fig:multipath-sketch} + } +\end{figure} -\subsection{Time discretization of the model} +The problem is that, as is evident from geometry, some paths are longer than others. And thus the signal is received by the received multiple times, each with different phase shifts \cite{Gallager,Messier}. To mathematically model this effect, we describe the received signal \(r(t)\) as a linear combination of delayed copies of the sent signal \(s(t)\), each with a different phase shift \(\tau_k\): +\begin{equation} \label{eqn:geom-multipath-rx} + r(t) = \sum_k c_k s(t - \tau_k). +\end{equation} +The linearity of the model is justified by the assumption that the electromagnetic waves act linearly (superposition holds) \cite{Gallager}. How many copies of \(s(t)\) (usually referred to as ``taps'') should be included in the formula, depends on the precision requirements of the model. -%% TODO: explain why +A further complication arises, when one end (or both) is not stationary. In that case the lengths of the paths change over time, as a result both the delay of each copy \(\tau_k\) as well as the amplitudes \(c_k\) become functions of time: \(\tau_k(t)\) and \(c_k(t)\) respectively \cite{Gallager,Messier}. Even worse is when the velocity at which it is moving is high, because then Doppler shifts of the electromagnetic wave frequency become non negligible \cite{Gallager}. -Assume \(x\) is a time discrete signal with and bandwidth \(W\), thus the pulse is sinc shaped -\begin{equation} - x(t) = \sum_n x(n) \sinc(t/T - n) +We can thus conclude that the arrangement can be modelled as a linear time \emph{variant} system (LTV), if either the sender or receiver (or both) is moving, and as a linear time \emph{invariant} (LTI) systems if both ends are stationary. Regardless of which of the two cases, just the linearity is sufficient to approximate the channel as finite impulse response (FIR) filter \cite{Messier}. Mathematically we can rewrite LTV version of equation \eqref{eqn:geom-multipath-rx} using a convolution product as following: +\begin{align*} + r(t) = \sum_k c_k(t) s(t - \tau_k(t)) &= \sum_k c_k(t) \int s(t') \delta(t' - \tau_k(t)) \,dt' \\ + &= \int s(t') \sum_k c_k(t) \delta(t' - \tau_k(t)) \,dt' = s(t') * h(t, t'), +\end{align*} +obtaining a new function +\begin{equation} \label{eqn:multipath-impulse-response} + h(t,t') = \sum_k c_k(t) \delta(t' - \tau_k(t)), \end{equation} -Ideal sampling at rate \(2W\) of \(y\) gives +that describes the \emph{impulse response} of the channel. This function is depends on two time parameters: actual time \(t\) and convolution time \(t'\), since after the convolution the latter is removed. To better understand \(h(t,t')\), consider an example in shown in figure \ref{fig:multipath-impulse-response}. Each stem represents a weighted Dirac delta, so each series of stems of the same color, along the convolution time \(t'\) axis, is a channel response at some specific time \(t\). Along the other \(t\) axis we see how the entire channel response changes over time. Notice that the stems are not quite aligned to the \(t'\) time raster (dotted lines), that is because in equation \eqref{eqn:multipath-impulse-response} not only the weights \(c_k\) but also the delays \(\tau_k\) are time dependent. + +\begin{figure} + \centering + \input{figures/tikz/multipath-impulse-response} + \caption{ + LTV impulse response of a multipath fading channel. + \label{fig:multipath-impulse-response} + } +\end{figure} + + +\subsection{Statistical multipath fading model} + +%% TODO: write about advantage of statistical model instead of geometric \section{Receiver DSP chain} -- cgit v1.2.1 From a7f21af3c4dbd3190e4b696258c9fb733e425c25 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Sun, 31 Oct 2021 23:43:23 +0100 Subject: Fix notation and typos, add placeholder titlepage --- doc/thesis/chapters/theory.tex | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) (limited to 'doc/thesis/chapters/theory.tex') diff --git a/doc/thesis/chapters/theory.tex b/doc/thesis/chapters/theory.tex index 41e2314..4176ea4 100644 --- a/doc/thesis/chapters/theory.tex +++ b/doc/thesis/chapters/theory.tex @@ -139,9 +139,9 @@ If the surfaces overlap there will be a problem with decoding. \section{Wireless channel} -In the previous section, we have discussed how the data is modulated and demodulated at the two ends of the transmission system. In this section we will discuss what happens between the sender and receiver, when the modulated passband signal is transmitted wirelessly. +In the previous section, we discussed how the data is modulated and demodulated at the two ends of the transmission system. In this section we will discuss what happens between the sender and receiver when the modulated passband signal is transmitted wirelessly. -In theory because wireless transmission happens through electromagnetic radiation, to model a wireless channel one would need to solve Maxwell's equations either for the electric or magnetic field, however in practice that is not (analytically) possible. Instead what is typically done, is to model the impulse response of the channel using a geometrical or statistical model, parametrized by a set of coefficients that are either simulated or measured experimentally \cite{Gallager}. +In theory because wireless transmission happens through electromagnetic radiation, to model a wireless channel one would need to solve Maxwell's equations for either the electric or magnetic field, however in practice that is not (analytically) possible. Instead what is typically done, is to model the impulse response of the channel using a geometrical or statistical model, parametrized by a set of coefficients that are either simulated or measured experimentally \cite{Gallager}. In our model we are going to include an additive white Gaussian noise (AWGN) and a Rician (or Rayleighan) fading; both are required to model physical effects of the real world. The former in particular is relevant today, as it mathematically describes dense urban environments. @@ -151,7 +151,7 @@ In our model we are going to include an additive white Gaussian noise (AWGN) and \subsection{Geometric multipath fading model} -The simplest way to understand the multipath fading, is to consider it from a geometrical perspective. Figure \ref{fig:multipath-sketch} is a sketch a wireless transmission system affected by multipath fading. The sender's antenna radiates an electromagnetic wave in the direction of the receiver (red line), however even under the best conditions a part of the signal will be dispersed in other directions (blue lines). +The simplest way to understand the multipath fading, is to consider it from a geometrical perspective. Figure \ref{fig:multipath-sketch} is a sketch a wireless transmission system affected by multipath fading. The sender's antenna radiates an electromagnetic wave in the direction of the receiver (red line), however even under the best circumstances a part of the signal is dispersed in other directions (blue lines). \begin{figure} \centering @@ -162,24 +162,25 @@ The simplest way to understand the multipath fading, is to consider it from a ge } \end{figure} -The problem is that, as is evident from geometry, some paths are longer than others. And thus the signal is received by the received multiple times, each with different phase shifts \cite{Gallager,Messier}. To mathematically model this effect, we describe the received signal \(r(t)\) as a linear combination of delayed copies of the sent signal \(s(t)\), each with a different phase shift \(\tau_k\): +The problem is that, as is geometrically evident, some paths are longer than others. Thus the signal is received by the receiver multiple times with different phase shifts \cite{Gallager,Messier}. To mathematically model this effect, we describe the received signal \(r(t)\) as a linear combination of delayed copies of the sent signal \(s(t)\), each with a different attenuation \(c_k\) and phase shift \(\tau_k\): \begin{equation} \label{eqn:geom-multipath-rx} r(t) = \sum_k c_k s(t - \tau_k). \end{equation} -The linearity of the model is justified by the assumption that the electromagnetic waves act linearly (superposition holds) \cite{Gallager}. How many copies of \(s(t)\) (usually referred to as ``taps'') should be included in the formula, depends on the precision requirements of the model. -A further complication arises, when one end (or both) is not stationary. In that case the lengths of the paths change over time, as a result both the delay of each copy \(\tau_k\) as well as the amplitudes \(c_k\) become functions of time: \(\tau_k(t)\) and \(c_k(t)\) respectively \cite{Gallager,Messier}. Even worse is when the velocity at which it is moving is high, because then Doppler shifts of the electromagnetic wave frequency become non negligible \cite{Gallager}. +The linearity of the model is justified by the assumption that the underlying electromagnetic waves behave linearly (superposition holds) \cite{Gallager}. How many copies of \(s(t)\) (usually referred to as ``taps'' or ``rays'') should be included in the formula, depends on the precision requirements of the model. -We can thus conclude that the arrangement can be modelled as a linear time \emph{variant} system (LTV), if either the sender or receiver (or both) is moving, and as a linear time \emph{invariant} (LTI) systems if both ends are stationary. Regardless of which of the two cases, just the linearity is sufficient to approximate the channel as finite impulse response (FIR) filter \cite{Messier}. Mathematically we can rewrite LTV version of equation \eqref{eqn:geom-multipath-rx} using a convolution product as following: +A further complication arises, when one end (or both) is not stationary. In that case the lengths of the paths change over time, and as a result both the delays \(\tau_k\) as well as the attenuations \(c_k\) become functions of time: \(\tau_k(t)\) and \(c_k(t)\) respectively \cite{Gallager,Messier}. Even worse is when the velocity at which the device is moving is high, because then Doppler shifts of the electromagnetic wave frequency become non negligible \cite{Gallager}. + +We have thus observed that the arrangement can be modelled as a linear time-\emph{varying} system (LTV), if the sender or the receiver (or anything else in the channel) is moving, and as a linear time \emph{invariant} (LTI) system if the geometry is stationary. Regardless of which of the two cases, linearity alone is sufficient to approximate the channel as finite impulse response (FIR) filter \cite{Messier}. Mathematically we can rewrite LTV version of equation \eqref{eqn:geom-multipath-rx} using a convolution product as following: \begin{align*} - r(t) = \sum_k c_k(t) s(t - \tau_k(t)) &= \sum_k c_k(t) \int s(t') \delta(t' - \tau_k(t)) \,dt' \\ - &= \int s(t') \sum_k c_k(t) \delta(t' - \tau_k(t)) \,dt' = s(t') * h(t, t'), + r(t) = \sum_k c_k(t) s(t - \tau_k(t)) &= \sum_k c_k(t) \int_\mathbb{R} s(\tau) \delta(\tau - \tau_k(t)) \,d\tau \\ + &= \int_\mathbb{R} s(\tau) \sum_k c_k(t) \delta(\tau - \tau_k(t)) \,dt' = s(\tau) * h(t, \tau), \end{align*} obtaining a new function \begin{equation} \label{eqn:multipath-impulse-response} - h(t,t') = \sum_k c_k(t) \delta(t' - \tau_k(t)), + h(t,\tau) = \sum_k c_k(t) \delta(\tau - \tau_k(t)), \end{equation} -that describes the \emph{impulse response} of the channel. This function is depends on two time parameters: actual time \(t\) and convolution time \(t'\), since after the convolution the latter is removed. To better understand \(h(t,t')\), consider an example in shown in figure \ref{fig:multipath-impulse-response}. Each stem represents a weighted Dirac delta, so each series of stems of the same color, along the convolution time \(t'\) axis, is a channel response at some specific time \(t\). Along the other \(t\) axis we see how the entire channel response changes over time. Notice that the stems are not quite aligned to the \(t'\) time raster (dotted lines), that is because in equation \eqref{eqn:multipath-impulse-response} not only the weights \(c_k\) but also the delays \(\tau_k\) are time dependent. +that describes the \emph{impulse response} of the channel. This function is dependant on two time parameters: actual time \(t\) and convolution time \(\tau\). To better understand \(h(t,\tau)\), consider an example in shown in figure \ref{fig:multipath-impulse-response}. Each stem represents a weighted Dirac delta, so each series of stems of the same color, along the convolution time \(\tau\) axis, is a channel response at some specific time \(t\). Along the other \(t\) axis we see how the entire channel response changes over time\footnote{In the figure only a finite number of stems was drawn, but actually \(h(t,\tau)\) is continuous in \(t\), i.e. the weights \(c_k(t)\) of the Dirac deltas change continuously.}. Notice that the stems are not quite aligned to the \(\tau\) time raster (dotted lines), that is because in equation \eqref{eqn:multipath-impulse-response} not only the weights \(c_k\) but also the delays \(\tau_k\) are time dependent. \begin{figure} \centering @@ -190,8 +191,13 @@ that describes the \emph{impulse response} of the channel. This function is depe } \end{figure} +\subsection{Spectrum of a multipath fading channel} + +With a continuous time channel model we can now discuss the spectral properties of a fading channel. For this section, we will assume a LTI channel impulse response \(h(\tau)\) and consider a simple geometry. + +\subsection{Discrete-time model} -\subsection{Statistical multipath fading model} +\subsection{Statistical model} %% TODO: write about advantage of statistical model instead of geometric -- cgit v1.2.1 From 5d395dc3b2c8e9c94cf72f235f63586cde84903a Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Mon, 1 Nov 2021 00:22:02 +0100 Subject: On the FT of h(t,tau) --- doc/thesis/chapters/theory.tex | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'doc/thesis/chapters/theory.tex') diff --git a/doc/thesis/chapters/theory.tex b/doc/thesis/chapters/theory.tex index 4176ea4..2c4687b 100644 --- a/doc/thesis/chapters/theory.tex +++ b/doc/thesis/chapters/theory.tex @@ -56,7 +56,7 @@ i.e. a pulse function\footnote{Typically a root raised cosine to optimize for ba \paragraph{Mixer} -Having analog level signals, it is this now possible to mix them with radio frequency carriers. Because there are two waveforms, one might expect that two carrier frequencies are necessary, however this is not the case. The two component \(m_i(t)\) and \(m_q(t)\) are mixed with two different periodic signals \(\phi_i(t)\) and \(\phi_q(t)\) that have the same frequency \(\omega_c = 2\pi / T\). Why this is possible is explained in the next section. +Having analog level signals, it is this now possible to mix them with radio frequency carriers. Because there are two waveforms, one might expect that two carrier frequencies are necessary, however this is not the case. The two component \(m_i(t)\) and \(m_q(t)\) are mixed with two different periodic signals \(\phi_i(t)\) and \(\phi_q(t)\) that have the same frequency \(\omega_c = 2\pi / T\). How this is possible is explained in the next section. \subsection{Orthogonality of carrier signals} @@ -162,7 +162,7 @@ The simplest way to understand the multipath fading, is to consider it from a ge } \end{figure} -The problem is that, as is geometrically evident, some paths are longer than others. Thus the signal is received by the receiver multiple times with different phase shifts \cite{Gallager,Messier}. To mathematically model this effect, we describe the received signal \(r(t)\) as a linear combination of delayed copies of the sent signal \(s(t)\), each with a different attenuation \(c_k\) and phase shift \(\tau_k\): +The problem is that, as is geometrically evident, some paths are longer than others. Because of this fact, the signal is seen by the receiver multiple times with different phase shifts \cite{Gallager,Messier}. To mathematically model this effect, we describe the received signal \(r(t)\) as a linear combination of delayed copies of the sent signal \(s(t)\), each with a different attenuation \(c_k\) and phase shift \(\tau_k\): \begin{equation} \label{eqn:geom-multipath-rx} r(t) = \sum_k c_k s(t - \tau_k). \end{equation} @@ -174,13 +174,13 @@ A further complication arises, when one end (or both) is not stationary. In that We have thus observed that the arrangement can be modelled as a linear time-\emph{varying} system (LTV), if the sender or the receiver (or anything else in the channel) is moving, and as a linear time \emph{invariant} (LTI) system if the geometry is stationary. Regardless of which of the two cases, linearity alone is sufficient to approximate the channel as finite impulse response (FIR) filter \cite{Messier}. Mathematically we can rewrite LTV version of equation \eqref{eqn:geom-multipath-rx} using a convolution product as following: \begin{align*} r(t) = \sum_k c_k(t) s(t - \tau_k(t)) &= \sum_k c_k(t) \int_\mathbb{R} s(\tau) \delta(\tau - \tau_k(t)) \,d\tau \\ - &= \int_\mathbb{R} s(\tau) \sum_k c_k(t) \delta(\tau - \tau_k(t)) \,dt' = s(\tau) * h(t, \tau), + &= \int_\mathbb{R} s(\tau) \sum_k c_k(t) \delta(\tau - \tau_k(t)) \,d\tau = s(\tau) * h(\tau, t), \end{align*} obtaining a new function \begin{equation} \label{eqn:multipath-impulse-response} - h(t,\tau) = \sum_k c_k(t) \delta(\tau - \tau_k(t)), + h(\tau, t) = \sum_k c_k(t) \delta(\tau - \tau_k(t)), \end{equation} -that describes the \emph{impulse response} of the channel. This function is dependant on two time parameters: actual time \(t\) and convolution time \(\tau\). To better understand \(h(t,\tau)\), consider an example in shown in figure \ref{fig:multipath-impulse-response}. Each stem represents a weighted Dirac delta, so each series of stems of the same color, along the convolution time \(\tau\) axis, is a channel response at some specific time \(t\). Along the other \(t\) axis we see how the entire channel response changes over time\footnote{In the figure only a finite number of stems was drawn, but actually \(h(t,\tau)\) is continuous in \(t\), i.e. the weights \(c_k(t)\) of the Dirac deltas change continuously.}. Notice that the stems are not quite aligned to the \(\tau\) time raster (dotted lines), that is because in equation \eqref{eqn:multipath-impulse-response} not only the weights \(c_k\) but also the delays \(\tau_k\) are time dependent. +that describes the \emph{impulse response} of the channel. This function is dependant on two time parameters: actual time \(t\) and convolution time \(\tau\). To better understand \(h(\tau, t)\), consider an example in shown in figure \ref{fig:multipath-impulse-response}. Each stem represents a weighted Dirac delta, so each series of stems of the same color, along the convolution time \(\tau\) axis, is a channel response at some specific time \(t\). Along the other \(t\) axis we see how the entire channel response changes over time\footnote{In the figure only a finite number of stems was drawn, but actually \(h(\tau, t)\) is continuous in \(t\), i.e. the weights \(c_k(t)\) of the Dirac deltas change continuously.}. Notice that the stems are not quite aligned to the \(\tau\) time raster (dotted lines), that is because in equation \eqref{eqn:multipath-impulse-response} not only the weights \(c_k\) but also the delays \(\tau_k\) are time dependent. \begin{figure} \centering @@ -193,7 +193,13 @@ that describes the \emph{impulse response} of the channel. This function is depe \subsection{Spectrum of a multipath fading channel} -With a continuous time channel model we can now discuss the spectral properties of a fading channel. For this section, we will assume a LTI channel impulse response \(h(\tau)\) and consider a simple geometry. +With a continuous time channel model we can now discuss the spectral properties of a fading channel, since the frequency response is the Fourier transform of the impulse response, mathematically \(H(f, t) = \fourier h(\tau, t)\). In this case however \(h(\tau, t)\) depends on two time variables, but that is actually not an issue, it just means that the frequency response is also changing with time. Hence we perform the Fourier transform with respect to the channel (convolution) time variable \(\tau\) to obtain +\begin{equation} \label{eqn:multipath-frequency-response} + H(f, t) = \int_\mathbb{R} \sum_k c_k(t) \delta(\tau - \tau_k(t)) e^{-2\pi jf\tau} \, d\tau + = \sum_k c_k(t) e^{-2\pi jf \tau_k(t)}. +\end{equation} + +Equation \eqref{eqn:multipath-frequency-response} indicates that the frequency response is has a periodic (complex) sinusoidal shape, which has some important implications. A series of plots of the magnitude of the frequency response is shown in figure \ref{fig:multipath-frequency-response-plots}. \subsection{Discrete-time model} -- cgit v1.2.1 From 3e86fb2e2d187220efb2038a26e68a37f1dc6ff5 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Mon, 1 Nov 2021 15:37:41 +0100 Subject: Draw figure for frequency selective channels --- doc/thesis/chapters/theory.tex | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'doc/thesis/chapters/theory.tex') diff --git a/doc/thesis/chapters/theory.tex b/doc/thesis/chapters/theory.tex index 2c4687b..2506333 100644 --- a/doc/thesis/chapters/theory.tex +++ b/doc/thesis/chapters/theory.tex @@ -193,13 +193,24 @@ that describes the \emph{impulse response} of the channel. This function is depe \subsection{Spectrum of a multipath fading channel} -With a continuous time channel model we can now discuss the spectral properties of a fading channel, since the frequency response is the Fourier transform of the impulse response, mathematically \(H(f, t) = \fourier h(\tau, t)\). In this case however \(h(\tau, t)\) depends on two time variables, but that is actually not an issue, it just means that the frequency response is also changing with time. Hence we perform the Fourier transform with respect to the channel (convolution) time variable \(\tau\) to obtain +With a continuous time channel model we can now discuss the spectral properties of a fading channel since the frequency response is the Fourier transform of the impulse response, mathematically \(H(f, t) = \fourier h(\tau, t)\). In this case however \(h(\tau, t)\) depends on two time variables, but that is actually not an issue, it just means that the frequency response is also changing with time. Hence we perform the Fourier transform with respect to the channel (convolution) time variable \(\tau\) to obtain \begin{equation} \label{eqn:multipath-frequency-response} H(f, t) = \int_\mathbb{R} \sum_k c_k(t) \delta(\tau - \tau_k(t)) e^{-2\pi jf\tau} \, d\tau = \sum_k c_k(t) e^{-2\pi jf \tau_k(t)}. \end{equation} -Equation \eqref{eqn:multipath-frequency-response} indicates that the frequency response is has a periodic (complex) sinusoidal shape, which has some important implications. A series of plots of the magnitude of the frequency response is shown in figure \ref{fig:multipath-frequency-response-plots}. +Equation \eqref{eqn:multipath-frequency-response} indicates that the frequency response is a periodic complex exponential, which has some important implications. Notice that if there is only one tap (term), the magnitude of \(H(f, t)\) is a constant (with respect to \(f\)) since \(|e^{j\alpha f}| = 1\). This means that the channels attenuates all frequencies by the same amount, therefore it is said to be a \emph{frequency non-selective} channel. Whereas in the case when there is more than one tap, the taps interfere destructively at certain frequencies and the channel is called \emph{frequency selective}. Plots of the frequency response of a two tap channel model are shown in figure \ref{fig:multipath-frequency-response-plots}. On the left is the magnitude of \(H(f, t)\), which presents periodic ``dips'', and on the right complex loci for the two taps (red and blue), as well as their sum (magenta), over the frequency range near the first dip (2 to 2.5 MHz) are shown. + +\begin{figure} + \centering + \resizebox{\linewidth}{!}{ + \input{figures/tikz/multipath-frequency-response-plots} + } + \caption{ + Frequency response of a multipath fading channel. + \label{fig:multipath-frequency-response-plots} + } +\end{figure} \subsection{Discrete-time model} -- cgit v1.2.1 From 0b4422f6508fd6f5d2d28c0465f48476edd700ea Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Mon, 1 Nov 2021 16:29:17 +0100 Subject: Review construction of orthogonal carriers --- doc/thesis/chapters/theory.tex | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) (limited to 'doc/thesis/chapters/theory.tex') diff --git a/doc/thesis/chapters/theory.tex b/doc/thesis/chapters/theory.tex index 2506333..6354328 100644 --- a/doc/thesis/chapters/theory.tex +++ b/doc/thesis/chapters/theory.tex @@ -86,23 +86,14 @@ Notice that assuming \(m_i\) and \(m_q\) are constant\footnote{This is an approx \end{align*} which effectively means that it is possible to isolate a single component \(m_i(t)\) out of \(s(t)\). The same of course works with \(\phi_q\) as well resulting in \(\langle s, \phi_q \rangle = m_q\). Thus (remarkably) it is possible to send two signals on the same frequency, without them interfering with each other. Since each signal can represent one of \(\sqrt{M}\) values, by having two we obtain \(\sqrt{M} \cdot \sqrt{M} = M\) possible combinations. -A graphical way to see what is happening, is to observe a so called \emph{constellation diagram}. An example is shown in figure \ref{fig:qam-constellation} for \(M = 16\). The two carrier signals \(\phi_i\) and \(\phi_q\) can be understood as bases of a coordinate system. - -\subsection{Construction of orthogonal carrier signals} +A graphical way to see what is happening, is to observe a so called \emph{constellation diagram}. An example is shown in figure \ref{fig:qam-constellation} for \(M = 16\). The two carrier signals \(\phi_i\) and \(\phi_q\) can be understood as bases of a coordinate system, in which the two amplitude levels of the two modulated messages, determine a position in the grid. +\paragraph{Example} -If \(\phi_i\) is a real valued signal (which is typical) it is possible to find a function the quadrature carrier using the \emph{Hilbert transform}: -\begin{equation} - \hilbert g(t) = g(t) * \frac{1}{\pi t} - = \frac{1}{\pi} \int_\mathbb{R} \frac{g(\tau)}{t - \tau} \,d\tau - = \frac{1}{\pi} \int_\mathbb{R} \frac{g(t - \tau)}{\tau} \,d\tau, -\end{equation} -i.e. a linear operator that introduces a phase shift of \(\pi / 2\) over all frequencies \cite{Hsu,Gallager}. It is a known property of the Hilbert transform that given a real valued function \(g(t)\) then \(\langle g, \hilbert g \rangle = 0\) \cite{Kschischang,Kneubuehler}. -In practice \(\phi_i(t) = \cos(\omega_c t)\) and \(\phi_q(t) = \hilbert \phi_i(t) = \sin(\omega_c t)\). +A concrete example for \(M = 16\): if the message is 1110 the bit splitter creates two values \(\vec{m}_q = 11\) and \(\vec{m}_i = 10\); both are converted into an analog amplitudes \(m_q = 3\) and \(m_i = 4\); that are then mixed with their respective carrier, resulting in \(s(t)\) being the point inside the bottom right sub-quadrant of the top right quadrant (blue dot in figure \ref{fig:qam-constellation}). -\paragraph{Oscillator and phase shifter} +In figure \ref{fig:qam-constellation} the dots of the constellation have coordinates that begin on the bottom left corner, and are nicely aligned on a grid. Both are not a necessary requirement for QAM, in fact there are many schemes (for example when \(M = 32\)) that are arranged on a non square shape, and place the dots in different orders. The only constraint that most QAM modulators have in common, with regards to the geometry of the constellation, is that between any two adjacent dots (along the axis, not diagonally) only one bit of the represented value changes (gray code). This is done to improve the bit error rate (BER) of the transmission. -\subsection{Spectral properties of a QAM signal} \begin{figure} \hfill @@ -121,6 +112,20 @@ In practice \(\phi_i(t) = \cos(\omega_c t)\) and \(\phi_q(t) = \hilbert \phi_i(t } \end{figure} +\subsection{Construction of orthogonal carrier signals} + +Knowing why there is a need for orthogonal carriers, we should now discuss which functions satisfy the property described by \eqref{eqn:orthogonal-condition}. If \(\phi_i\) is a real valued signal (which is typical) it is possible to find a function the quadrature carrier using the \emph{Hilbert transform} (sometimes called Hilbert filter): +\begin{equation} + \hilbert g(t) = g(t) * \frac{1}{\pi t} + = \frac{1}{\pi} \int_\mathbb{R} \frac{g(\tau)}{t - \tau} \,d\tau + = \frac{1}{\pi} \int_\mathbb{R} \frac{g(t - \tau)}{\tau} \,d\tau. +\end{equation} +The Hilbert transform is a linear operator that introduces a phase shift of \(\pi / 2\) over all frequencies \cite{Hsu,Gallager}, and it is possible to show that given a real valued function \(g(t)\) then \(\langle g, \hilbert g \rangle = 0\) \cite{Kschischang,Kneubuehler}. There are many functions that are Hilbert transform pairs, however in practice the pair \(\phi_i(t) = \cos(\omega_c t)\) and \(\phi_q(t) = \hilbert \phi_i(t) = \sin(\omega_c t)\) is always used. + +% \paragraph{Oscillator and phase shifter} +% TODO: what to write here? + +\subsection{Spectral properties of a QAM signal} \section{Phase shift keying (\(M\)-PSK)} -- cgit v1.2.1 From 52219a8664b37e2dd3f778b5600e1b8245918d95 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Tue, 2 Nov 2021 17:15:01 +0100 Subject: Add skels --- doc/thesis/chapters/theory.tex | 93 +++++++++++++++++++++++++++++++++++++----- 1 file changed, 83 insertions(+), 10 deletions(-) (limited to 'doc/thesis/chapters/theory.tex') diff --git a/doc/thesis/chapters/theory.tex b/doc/thesis/chapters/theory.tex index 6354328..f0afe65 100644 --- a/doc/thesis/chapters/theory.tex +++ b/doc/thesis/chapters/theory.tex @@ -13,9 +13,11 @@ } \end{figure} -In this section we will briefly give the mathematical background required by the modulation schemes used in the project. The notation used is summarised in figure \ref{fig:notation}. For conciseness encoding schemes and (digital) signal processing calculations are left out and discussed later. Thus for this section \(m_e = m\). +In the first two sections we will briefly give the mathematics required by the modulation schemes used in the project. The notation used is summarised in figure \ref{fig:notation}. For conciseness encoding schemes and (digital) signal processing calculations are left out and discussed later. Thus for this section \(m_e = m\). +\skelpar[4]{Finish overview of the chapter.} + +\skelpar[3]{Discuss notation \(m(n) = m(nT)\) in discrete time and some other details.} -%% TODO: Par on notation m(n) = m(nT) = discrete time %% TODO: A section on maths? % \section{Signal space and linear operators} @@ -94,7 +96,6 @@ A concrete example for \(M = 16\): if the message is 1110 the bit splitter creat In figure \ref{fig:qam-constellation} the dots of the constellation have coordinates that begin on the bottom left corner, and are nicely aligned on a grid. Both are not a necessary requirement for QAM, in fact there are many schemes (for example when \(M = 32\)) that are arranged on a non square shape, and place the dots in different orders. The only constraint that most QAM modulators have in common, with regards to the geometry of the constellation, is that between any two adjacent dots (along the axis, not diagonally) only one bit of the represented value changes (gray code). This is done to improve the bit error rate (BER) of the transmission. - \begin{figure} \hfill \begin{subfigure}{.4\linewidth} @@ -122,14 +123,19 @@ Knowing why there is a need for orthogonal carriers, we should now discuss which \end{equation} The Hilbert transform is a linear operator that introduces a phase shift of \(\pi / 2\) over all frequencies \cite{Hsu,Gallager}, and it is possible to show that given a real valued function \(g(t)\) then \(\langle g, \hilbert g \rangle = 0\) \cite{Kschischang,Kneubuehler}. There are many functions that are Hilbert transform pairs, however in practice the pair \(\phi_i(t) = \cos(\omega_c t)\) and \(\phi_q(t) = \hilbert \phi_i(t) = \sin(\omega_c t)\) is always used. -% \paragraph{Oscillator and phase shifter} -% TODO: what to write here? +\paragraph{Oscillator and phase shifter} + +\skelpar[4]{Give a few details on how the carrier is generated in practice.} \subsection{Spectral properties of a QAM signal} +\skelpar[4]{Spectral properties of QAM} + \section{Phase shift keying (\(M\)-PSK)} -PSK is a popular modulation type for data transmission\cite{Meyer2011}. With a bipolar binary signal, the amplitude remains constant and only the phase will be changed with phase jumps of 180 degrees, which can be seen as a multiplication of the carrier signal with $\pm$ 1. That is alow known as binary phase shift keying. +\skelpar[6]{Explain PSK (assuming the previous section was read).} + +% PSK is a popular modulation type for data transmission\cite{Meyer2011}. With a bipolar binary signal, the amplitude remains constant and only the phase will be changed with phase jumps of 180 degrees, which can be seen as a multiplication of the carrier signal with $\pm$ 1. That is alow known as binary phase shift keying. % \begin{figure} % % TODO: Better Image @@ -137,10 +143,13 @@ PSK is a popular modulation type for data transmission\cite{Meyer2011}. With a b % \includegraphics[width=5cm]{./image/BPSK2.png} % \end{figure} -Two bits are modulated at ones with the same bandwidth as a 2-PSK so more informations are transmitted at the same time. \cite{Meyer2011} +% Two bits are modulated at ones with the same bandwidth as a 2-PSK so more informations are transmitted at the same time. \cite{Meyer2011} %TODO: Image Signal Raum -Most times there is noise and the points on the constellation diagram become a surface. -If the surfaces overlap there will be a problem with decoding. +% Most times there is noise and the points on the constellation diagram become a surface. If the surfaces overlap there will be a problem with decoding. + +\subsection{Quadrature PSK (QPSK)} + +\skelpar[2]{QPSK = 4-PSK = 4-QAM} \section{Wireless channel} @@ -153,6 +162,11 @@ In our model we are going to include an additive white Gaussian noise (AWGN) and \subsection{Additive white Gaussian noise} %% TODO: Discuss thermal stuff etc? +\skelpar[3]{What does AWGN model?} +\skelpar[3]{Mathematical model of AWGN, assumptions, limits etc.} +\begin{equation} + \skelline +\end{equation} \subsection{Geometric multipath fading model} @@ -219,8 +233,67 @@ Equation \eqref{eqn:multipath-frequency-response} indicates that the frequency r \subsection{Discrete-time model} +\skelpar[3]{Why use a discrete time model?} +\skelpar[3]{Mathematical discretization} + +\begin{equation} + h(n, k) = \skelline[8cm]{Discrete-time multipath fading channel impulse response} +\end{equation} + +\skelpar[3]{Discrete frequency response. Discuss bins, etc.} + \subsection{Statistical model} -%% TODO: write about advantage of statistical model instead of geometric +\skelpar[5]{Advantages of statistical model over geometric model.} + +\begin{figure} + \centering + \begin{subfigure}{.45\linewidth} + \skelfig + \caption{NLOS, Rayleigh} + \end{subfigure} + \hskip 5mm + \begin{subfigure}{.45\linewidth} + \skelfig + \caption{LOS, Rice} + \end{subfigure} + \caption{ + Ring of scattering objects. + \label{fig:multipath-statistical-models} + } +\end{figure} + +\paragraph{NLOS case} + +\skelpar[4]{Explain statistical model with Rayleighan distribution.} +\begin{equation} + \Re{h_l(n)}, \Im{h_l(n)} + \sim \mathcal{N} \left(0, \frac{1}{2} \E{|h_l(n)|^2} \right) +\end{equation} +\skelpar[4] + +\paragraph{LOS case} + +\skelpar[4]{Explain statistical model with Rician distribution.} +\begin{equation} + \Re{h_l(n)}, \Im{h_l(n)} + \sim \mathcal{N} \left( \frac{A_l}{\sqrt{2}}, \frac{1}{2} \sigma_l^2 \right) +\end{equation} +\skelpar[4] \section{Receiver DSP chain} + +\skelpar[3]{Overview of the DSP chain.} + +\begin{figure} + \centering + \skelfig[width = .8\linewidth] + \caption{ + Signal processing chain of the receiver. + \label{fig:rx-dsp-chain} + } +\end{figure} + +\paragraph{Synchronization} \skelpar[4]{Polyphase filter bank.} +\paragraph{Equalization} \skelpar[4]{CMA Equalizer.} +\paragraph{Fine tuning} \skelpar[4]{Costas Loop.} -- cgit v1.2.1