aboutsummaryrefslogtreecommitdiffstats
path: root/doc/thesis/chapters/theory.tex
diff options
context:
space:
mode:
authorNaoki Pross <np@0hm.ch>2021-10-12 19:35:21 +0200
committerNaoki Pross <np@0hm.ch>2021-10-12 19:35:21 +0200
commitbbf0196c4f77bc7dbc8a021a09d30b40b2168427 (patch)
treeca916a83e57bd30a0e99cb58232bb5da69334cc2 /doc/thesis/chapters/theory.tex
parentMerge branch 'master' of github.com:NaoPross/Fading (diff)
downloadFading-bbf0196c4f77bc7dbc8a021a09d30b40b2168427.tar.gz
Fading-bbf0196c4f77bc7dbc8a021a09d30b40b2168427.zip
Block diagram of communication and start AM and QAM
Diffstat (limited to 'doc/thesis/chapters/theory.tex')
-rw-r--r--doc/thesis/chapters/theory.tex38
1 files changed, 36 insertions, 2 deletions
diff --git a/doc/thesis/chapters/theory.tex b/doc/thesis/chapters/theory.tex
index de1524d..4b4f1f7 100644
--- a/doc/thesis/chapters/theory.tex
+++ b/doc/thesis/chapters/theory.tex
@@ -1,14 +1,48 @@
-% vim: set ts=2 sw=2 noet:
+% vim: set ts=2 sw=2 noet spell:
\chapter{Theory}
+\section{Review of modulation schemes}
+
+\begin{figure}
+ \centering
+ \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}
+ }
+\end{figure}
+
+In this section we will briefly give the mathematical background required by the modulation schemes used in the project. For conciseness encoding schemes and (digital) signal processing calculations are left out and discussed later. Thus in this section is \(m_e = m\).
+
+\paragraph{AM / DSB}
+
+Ordinary amplitude modulation (AM), sometimes also known as double sideband (DSB) modulation in its simplest form is mathematically formulated in time and frequency domain through the following equations\cite{Hsu}:
+\begin{subequations}
+ \begin{align}
+ x(t) &= \big( 1 + \mu m(t) \big) x_c(t), \\
+ X(\omega) &= \pi\delta(-\omega_c)
+ + \pi\delta(\omega_c)
+ + \frac{\mu}{2} M(\omega - \omega_c)
+ + \frac{\mu}{2} M(\omega + \omega_c).
+ \end{align}
+\end{subequations}
+Where \(\mu > 0\) is the so called modulation factor, that can be adjusted to avoid clipping and improve performance.
+
+\subsection{Quadrature amplitude modulation (QAM)}
+
+Quadrature amplitude modulation is a family of modern digital modulation methods, that use an analog carrier signal. In general a QAM signal has the form
+
+\paragraph{QPSK}
+
\section{Problem description}
\section{Geometric Model}
\section{Statistical Model}
-%% TODO: write about advantage of statistical model instead of geometric
+%% TODO: write about advantage of statistical model instead of geometric
%% TODO: review and rewrite notes
\subsection{Continuous time model}