aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2021-10-28 09:36:25 +0200
committerNao Pross <np@0hm.ch>2021-10-28 09:36:25 +0200
commit89f91157bcf143687be92a24c39b8000f2d6a2af (patch)
treea809c247cc63c5781bea8ff7bf6e92a1d11b7e52 /doc
parentUpdate workflow (diff)
downloadFading-89f91157bcf143687be92a24c39b8000f2d6a2af.tar.gz
Fading-89f91157bcf143687be92a24c39b8000f2d6a2af.zip
More typos and errors
Diffstat (limited to 'doc')
-rw-r--r--doc/thesis/Fading.tex3
-rw-r--r--doc/thesis/chapters/theory.tex25
-rw-r--r--doc/thesis/figures/tikz/overview.tex14
-rw-r--r--doc/thesis/figures/tikz/qam-constellation.tex3
-rw-r--r--doc/thesis/figures/tikz/qam-modulator.tex4
5 files changed, 27 insertions, 22 deletions
diff --git a/doc/thesis/Fading.tex b/doc/thesis/Fading.tex
index 3ec7f46..f8a5dfd 100644
--- a/doc/thesis/Fading.tex
+++ b/doc/thesis/Fading.tex
@@ -53,6 +53,9 @@
%% Subfigures
\usepackage{subcaption}
+%% TODO: move into tex/docstyle.sty
+%% Sans serif font
+\usepackage{roboto}
\begin{document}
diff --git a/doc/thesis/chapters/theory.tex b/doc/thesis/chapters/theory.tex
index 97d00cc..ac4c47a 100644
--- a/doc/thesis/chapters/theory.tex
+++ b/doc/thesis/chapters/theory.tex
@@ -26,23 +26,23 @@ 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 diagram showing the process is found 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. A block diagram of the process is shown in figure \ref{fig:quadrature-modulation}.
-%% TODO: Quick par on "we will dicusss M-Ary QAM"
+%% TODO: Quick par on "we will dicusss M-Ary QAM, M is 2^something"
\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\), 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, 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.
\paragraph{Binary to level converter}
%% TODO: explain why gray code
-Both bit vectors \(\vec{m}_i, \vec{m}_q \in \{0,1\}^{\sqrt{M}}\) are sent through a binary to level converter. It's purpose is to reinterpret the bit vectors as a numbers, usually in gray code, and to convert them into an analog waveform, which we will denote with \(m_i(t)\) and \(m_q(t)\) respectively. Mathematically the binary to level converter can be described as:
+Both bit vectors \(\vec{m}_i, \vec{m}_q \in \{0,1\}^{\sqrt{M}}\) are sent through a binary to level converter. It's purpose is to reinterpret the bit vectors as a numbers, usually in gray code, and to convert them into analog waveforms, which we will denote with \(m_i(t)\) and \(m_q(t)\) respectively. Mathematically the binary to level converter can be described as:
\begin{equation}
m_i(t) = \text{Level}(\vec{m}_i) \cdot p(t),
\end{equation}
-i.e. with a pulse function\footnote{Typically a root raised cosine to optimize for bandwidth.} \(p(t)\) scaled by the interpreted binary value, which is denoted 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 the analog waveform is already encoding \(\sqrt{M}\) bits per unit time, but actually it is possible to do better.
\paragraph{Mixer}
@@ -64,34 +64,35 @@ In practice typically \(\phi_i(t) = \cos(\omega_c t)\) and \(\phi_q(t) = j\sin(\
s = m_i\phi_i + m_q\phi_q.
\end{equation}
%% TODO: is this assumption correct?
-Notice that assuming \(m_i\) and \(m_q\) are constant\footnote{This of is an approximation which assumes that the signal changes much slower than the carrier's modulation frequency.} over the carrier's period \(T\),
+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,
\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 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 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,
\begin{figure}
\hfill
\begin{subfigure}{.4\linewidth}
\input{figures/tikz/qam-constellation}
- \caption{16--QAM}
+ \caption{16--QAM\label{fig:qam-constellation}}
\end{subfigure}
\hfill
\begin{subfigure}{.4\linewidth}
\input{figures/tikz/qpsk-constellation}
- \caption{8--QPSK}
+ \caption{8--QPSK\label{fig:qpsk-constellation}}
\end{subfigure}
\hfill
\caption{
Examples of constellation diagrams. Each dot represents a possible location for the complex amplitude of the passband signal.
- \label{fig:qam-constellation}
}
\end{figure}
-\subsection{Phase Shift Keying (PSK)}
+\section{Quadrature phase shift keying (\(M\)-QPSK)}
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.
@@ -101,8 +102,6 @@ PSK is a popular modulation type for data transmission\cite{Meyer2011}. With a b
% \includegraphics[width=5cm]{./image/BPSK2.png}
% \end{figure}
-\subsection{Quadrature Phase Shift Keying (QPSK)}
-
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.
diff --git a/doc/thesis/figures/tikz/overview.tex b/doc/thesis/figures/tikz/overview.tex
index 625260a..d0afaab 100644
--- a/doc/thesis/figures/tikz/overview.tex
+++ b/doc/thesis/figures/tikz/overview.tex
@@ -23,17 +23,17 @@
\draw[very thick, -latex]
(SRC) edge node[midway, above] {\(m\)} (ENC)
(ENC) edge node[midway, above] {\(m_e\)} (MOD)
- (MOD) edge node[midway, right] {\(s\)} (CHN)
- (CHN) edge node[midway, right] {\(y\)} (DMD)
- (DMD) edge node[midway, above] {\(m_e'\)} (DEC)
- (DEC) edge node[midway, above] {\(m'\)} (SNK)
+ (MOD) edge node[midway, right] {\(s(t)\)} (CHN)
+ (CHN) edge node[midway, right] {\(r(t)\)} (DMD)
+ (DMD) edge node[midway, above] {\(\hat{m}_e\)} (DEC)
+ (DEC) edge node[midway, above] {\(\hat{m}\)} (SNK)
;
\draw[very thick, -latex]
($(MOD.east)+(5mm,0)$) node[right] (CARR) {Carrier \(e^{j(\omega_c t + \phi)}\)} to (MOD);
\draw[very thick, -latex]
- ($(CHN.east)+(5mm,0)$) node[right] (NOISE) {Noise \(n\)} to (CHN);
+ ($(CHN.east)+(5mm,0)$) node[right] (NOISE) {Noise \(n(t)\)} to (CHN);
% \draw[very thick, -latex]
% ($(CHN.west)-(5mm,0)$) node[left] (FADE) {Fading} to (CHN);
@@ -48,10 +48,10 @@
\fill[lightgray!20] ($(SNK.north west)+(-5mm,5mm)$) node (RX) {}
rectangle ($(DMD.south -| CARR.east)+(5mm,-5mm)$);
- \node[gray, font = \sffamily\bfseries, anchor = south west]
+ \node[gray, font = \ttfamily\bfseries, anchor = south west]
at (TX.north) {Transmitter};
- \node[gray, font = \sffamily\bfseries, anchor = south west]
+ \node[gray, font = \ttfamily\bfseries, anchor = south west]
at (RX.north) {Receiver};
\end{pgfonlayer}
\end{tikzpicture}
diff --git a/doc/thesis/figures/tikz/qam-constellation.tex b/doc/thesis/figures/tikz/qam-constellation.tex
index e9a7778..6481650 100644
--- a/doc/thesis/figures/tikz/qam-constellation.tex
+++ b/doc/thesis/figures/tikz/qam-constellation.tex
@@ -9,6 +9,9 @@
minimum size = 1.5mm,
},
]
+
+ \draw[lightgray, densely dotted, step = 10mm] (-19mm,-19mm) grid (19mm,19mm);
+
\draw[axis] (-25mm,0) to (25mm,0) node[right] {\(\phi_i\)};
\draw[axis] (0,-25mm) to (0,25mm) node[above] {\(\phi_q\)};
diff --git a/doc/thesis/figures/tikz/qam-modulator.tex b/doc/thesis/figures/tikz/qam-modulator.tex
index 6eb60ea..59d989f 100644
--- a/doc/thesis/figures/tikz/qam-modulator.tex
+++ b/doc/thesis/figures/tikz/qam-modulator.tex
@@ -83,7 +83,7 @@
\fill[right color = white, left color = red!20, draw = white]
($(B2Li.north) + (0,1)$) coordinate (A) rectangle ($(B2Lq.south) + (9,-1)$);
- \node[blue!50, anchor = south east, xshift = -4mm] at (D) {\bfseries\ttfamily Digital bits};
- \node[red!50, anchor = south west, xshift = 4mm] at (A) {\bfseries\ttfamily Analog waveform};
+ \node[blue!50, anchor = south east, font = \ttfamily\bfseries, xshift = -4mm] at (D) {\bfseries\ttfamily Digital bits};
+ \node[red!50, anchor = south west, font = \bfseries\ttfamily, xshift = 4mm] at (A) {Analog waveform};
\end{pgfonlayer}
\end{circuitikz}