From a57aa1d4d6a7f7fa91e89cb4cb388d306259b098 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Mon, 20 Dec 2021 18:38:42 +0100 Subject: Update list of symbols and create appendix --- doc/thesis/Fading.tex | 32 +++++++++++++++++++++++--------- 1 file changed, 23 insertions(+), 9 deletions(-) (limited to 'doc/thesis/Fading.tex') diff --git a/doc/thesis/Fading.tex b/doc/thesis/Fading.tex index 7fbcc20..a5835f7 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 @@ -116,16 +118,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) \\ @@ -140,14 +147,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} @@ -207,4 +214,11 @@ \printskelnotes \printbibliography + \appendix + \chapter{Appendix} + + \begin{itemize} + \item + \end{itemize} + \end{document} -- cgit v1.2.1 From 90b4872276ad0e870fa5a43fd89c0028b61befe6 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Mon, 20 Dec 2021 18:53:07 +0100 Subject: Minor corrections --- doc/thesis/Fading.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/thesis/Fading.tex') diff --git a/doc/thesis/Fading.tex b/doc/thesis/Fading.tex index a5835f7..adc7911 100644 --- a/doc/thesis/Fading.tex +++ b/doc/thesis/Fading.tex @@ -176,25 +176,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} -- cgit v1.2.1