aboutsummaryrefslogtreecommitdiffstats
path: root/doc/thesis/Fading.tex
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2021-12-16 04:06:27 +0100
committerNao Pross <np@0hm.ch>2021-12-16 04:06:27 +0100
commitcd887961bf28c58ee63a29cba70273c6193ba0ac (patch)
tree7b8560f50425f3906efc01a1d41a8eadc314f577 /doc/thesis/Fading.tex
parentNew overview figure (diff)
downloadFading-cd887961bf28c58ee63a29cba70273c6193ba0ac.tar.gz
Fading-cd887961bf28c58ee63a29cba70273c6193ba0ac.zip
Create a list of symbols
Diffstat (limited to '')
-rw-r--r--doc/thesis/Fading.tex62
1 files changed, 60 insertions, 2 deletions
diff --git a/doc/thesis/Fading.tex b/doc/thesis/Fading.tex
index 2ce65ba..6cb2dd1 100644
--- a/doc/thesis/Fading.tex
+++ b/doc/thesis/Fading.tex
@@ -52,8 +52,8 @@
patterns,
}
% \tikzexternalize[
- % mode=graphics if exists,
- % figure list=true]
+% mode=graphics if exists,
+% figure list=true]
\pgfdeclarelayer{background}
\pgfdeclarelayer{foreground}
\pgfsetlayers{background,main,foreground}
@@ -64,6 +64,17 @@
%% Placeholders
\usepackage{skeldoc}
+%% Nicer tables
+\usepackage{tabularx}
+\usepackage{booktabs}
+
+%% Writing units
+\usepackage{siunitx}
+% this one is for siunitx v3, debian and older systems
+% still have only siunitx v2 installed
+% \sisetup{uncertainty-mode = separate}
+\sisetup{separate-uncertainty}
+
%% Load bibliography
\addbibresource{Fading.bib}
@@ -93,8 +104,55 @@
\end{abstract}
\tableofcontents
+ \cleardoublepage
+ %% TODO: move in a separate file
+ \chapter*{List of symbols}
+ \noindent %
+ \begin{tabularx}{\linewidth}{>{\(}c<{\)} X}
+ \toprule
+ % \textbf{Notation} & \bfseries Description \\
+ % \midrule
+ \multicolumn{2}{l}{\itshape Mathematics} \\
+ \vec{v},\, \vec{m} & Vector quantity \\
+ \phi^* & Complex conjugate of \(\phi\) \\
+ \midrule
+ \multicolumn{2}{l}{\itshape Physical quantities} \\
+ t & Time \\
+ T & Period \\
+ \tau & Convolution time \\
+ f & Frequency in Hz \\
+ \omega & Frequency in radians per second \\
+ \Omega & Digital frequency in radians per sample \\
+ \midrule
+ \multicolumn{2}{l}{\itshape Modulation schemes} \\
+ n(t) & Additive white Gaussian noise (AWGN) \\
+ f(t) & Multiplicative fading noise \\
+ p(t) & Pulse function \\
+ m(n) & Message samples \\
+ m(t) & Message waveform \\
+ \phi(t) & Carrier signal \\
+ s(t) & Signal waveform \\
+ s(n) & Signal samples \\
+ r(t) & Received signal \\
+ r(m) & Received samples \\
+ \midrule
+ \multicolumn{2}{l}{\itshape Channel modelling} \\
+ h(t) & LTI impluse response \\
+ h(\tau, t) & LTV impluse response \\
+ h(m) & LTI discrete time impulse response \\
+ h_l(m) & LTV discrete time impulse response \\
+ H(f) & LTI Frequency response \\
+ H(f, t) & LTV Frequency response \\
+ c_k & Tap attenuation \\
+ \tau_k & Tap delay \\
+ T_d & Delay spread \\
+ B_c & Coherence bandwidth \\
+ R_{xy} & Correlation between \(x\) and \(y\) \\
+ \bottomrule
+ \end{tabularx}
\cleardoublepage
+
\hypersetup{pageanchor = true}
\pagenumbering{arabic}
\setcounter{page}{1}