aboutsummaryrefslogtreecommitdiffstats
path: root/doc/thesis/Fading.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/thesis/Fading.tex')
-rw-r--r--doc/thesis/Fading.tex40
1 files changed, 27 insertions, 13 deletions
diff --git a/doc/thesis/Fading.tex b/doc/thesis/Fading.tex
index 73f247f..9a61380 100644
--- a/doc/thesis/Fading.tex
+++ b/doc/thesis/Fading.tex
@@ -17,6 +17,8 @@
titlepage, abstract = on,
% header and footers
automark,
+ % remove numbers
+ numbers = noenddot
]{scrreprt}
%% Language configuration
@@ -122,16 +124,21 @@
% \textbf{Notation} & \bfseries Description \\
% \midrule
\multicolumn{2}{l}{\itshape Mathematics} \\
- \vec{v},\, \vec{m} & Vector quantity \\
+ j & Imaginary unit \\
\phi^* & Complex conjugate of \(\phi\) \\
+ \vec{v},\, \vec{m} & Vector quantity \\
+ \E{X} & Expectation of a random variable \(X\) \\
\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 \\
+ t & Time \\
+ T & Period \\
+ \tau & Convolution time \\
+ f & Frequency in Hz \\
+ \omega & Frequency in radians per second \\
+ \Omega & Digital frequency in radians per sample \\
+ \varphi & Phase angle \\
+ c_0 & Speed of light \\
+ v & Velocity \\
\midrule
\multicolumn{2}{l}{\itshape Modulation schemes} \\
n(t) & Additive white Gaussian noise (AWGN) \\
@@ -146,14 +153,14 @@
r(m) & Received samples \\
\midrule
\multicolumn{2}{l}{\itshape Channel modelling} \\
- h(t) & LTI impluse response, \(h(\tau, t\) for the LTV IR \\
+ h(t) & LTI impluse response, \(h(\tau, t)\) for the LTV IR \\
h(m) & LTI discrete time impulse response, \(h_l(m)\) for the LTV discrete time IR \\
H(f) & LTI Frequency response, \(H(f, t)\) for the 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\) \\
+ R_{xy} & Correlation between \(x\) and \(y\), also written as \(x \star y\) \\
\bottomrule
\end{tabularx}
@@ -175,25 +182,25 @@
GR & GNU Radio \\
GRC & GNU Radio Companion \\
GSM & Global System for Mobile communication \\
- IMGUI & Immediate Graphical User Interface \\
+ IMGUI & Immediate Mode Graphical User Interface \\
IP & Internet Protocol \\
IR & Impulse Response \\
IoT & Internet of Things \\
LMS-DD & Least Mean Square Decision-Directed equalizer \\
- LOS & Line of Sight \\
+ LOS & Line Of Sight \\
LTI & Linear Time Invariant \\
LTV & Linear Time-Varying \\
MSB & Most Significant Bit \\
NLOS & No Line Of Sight \\
PDP & Power Delay Profile \\
PSK & Phase Shift Keying \\
- QAM & Quadrature Amplitude \\
+ QAM & Quadrature Amplitude Modulation \\
QPSK & Quadrature Phase Shift Keying \\
SDR & Software Defined radio \\
UDP & User Datagram Protocol \\
US & Uncorrelated Scattering \\
WSS & Wide Sense Stationary \\
- WSSUS & Wide Sense Stationary Uncorrelated Scaterring \\
+ WSSUS & Wide Sense Stationary Uncorrelated Scattering \\
\bottomrule
\end{tabularx}
@@ -213,4 +220,11 @@
\printskelnotes
\printbibliography
+ \appendix
+ \chapter{Appendix}
+
+ \begin{itemize}
+ \item
+ \end{itemize}
+
\end{document}