From e96d7fdfe967bad8a6339c50ec502bf2bb135794 Mon Sep 17 00:00:00 2001 From: Andreas Tsouchlos Date: Mon, 13 Feb 2023 14:48:51 +0100 Subject: [PATCH] Added acronyms --- latex/thesis/abbreviations.tex | 115 ++++++++++-------- .../chapters/theoretical_background.tex | 7 +- latex/thesis/thesis.tex | 2 +- 3 files changed, 69 insertions(+), 55 deletions(-) diff --git a/latex/thesis/abbreviations.tex b/latex/thesis/abbreviations.tex index e04e6af..fd06e04 100644 --- a/latex/thesis/abbreviations.tex +++ b/latex/thesis/abbreviations.tex @@ -2,58 +2,69 @@ % Sorting them is a good idea because the acronym package won't! \chapter{Abbreviations} \begin{acronym}[TROLL] - \acro{AGC}[AGC]{automatic gain control} - \acro{API}[API]{application program interface} - \acro{AWGN}[AWGN]{additive white Gaussian noise} - \acro{AVX}[AVX]{advanced vector extensions} + \acro{AWGN}[AWGN]{Additive White Gaussian Noise} + \acro{ADMM}[ADMM]{Alternating Direction Method of Multipliers} + + \acro{BER}[BER]{Bit Error Rate} + \acro{BP}[BP]{Belief Propagation} + \acro{BPSK}[BPSK]{Binary Phase Shift Keying} + + \acro{FER}[FER]{Frame Error Rate} - \acro{BEC}[BEC]{binary erasure channel} - \acro{BER}[BER]{bit error rate} - \acro{BDMC}[BDMC]{binary \acs{DMC}} - \acro{BP}[BP]{belief propagation} - \acro{BSC}[BSC]{binary symmetric channel} - - \acro{CEL}[CEL]{Communications Engineering Lab} - \acro{CPU}[CPU]{central processing unit} + \acro{LP}[LP]{Linear Programming} + \acro{LDPC}[LDPC]{Low-Density Parity-Check} - \acro{DFT}[DFT]{discrete Fourier transform} - \acro{DMC}[DMC]{discrete nemoryless channel} - \acro{dSNR}[dSNR]{design \ac{SNR}} - \acro{DSP}[DSP]{digital signal processing} - - \acro{ESA}[ESA]{European Space Agency} - - \acro{FER}[FER]{frame error rate} - \acro{FFT}[FFT]{fast Fourier transform} - - \acro{GPP}[GPP]{general purpose processor} - \acro{GRC}[GRC]{GNU Radio Companion} - - \acro{NASA}[NASA]{National Aeronautics and Space Administration} - \acro{LDPC}[LDPC]{low-density parity-check} - \acro{SIMD}[SIMD]{single instruction multiple data} - \acro{VOLK}[VOLK]{vector-optimized library of kernels} - - \acro{IDFT}[IDFT]{inverse discrete Fourier transform} - \acro{KIT}[KIT]{Karlsruhe Institute of Technology} - - \acro{LR}[LR]{likelihood ratio} - \acro{LLR}[LLR]{log-likelihood ratio} - \acro{LTE}[LTE]{Long Term Evolution} - - \acro{MAP}[MAP]{maximum a posteriori} - \acro{ML}[ML]{maximum likelihood} - - \acro{NRZ}[NRZ]{non return to zero} - - \acro{RV}[RV]{random variable} - - \acro{SC}[SC]{successive cancellation} - \acro{SCL}[SCL]{successive cancellation list} - \acro{SDR}[SDR]{software defined radio} - \acro{SNR}[SNR]{signal-to-noise ratio} - \acro{SPC}[SPC]{single parity check} - \acro{SSE}[SSE]{streaming \ac{SIMD} extensions} - - \acro{UML}[UML]{unified modeling language} +% \acro{AGC}[AGC]{automatic gain control} +% \acro{API}[API]{application program interface} +% \acro{AVX}[AVX]{advanced vector extensions} +% +% \acro{BEC}[BEC]{binary erasure channel} +% \acro{BER}[BER]{bit error rate} +% \acro{BDMC}[BDMC]{binary \acs{DMC}} +% \acro{BP}[BP]{belief propagation} +% \acro{BSC}[BSC]{binary symmetric channel} +% +% \acro{CEL}[CEL]{Communications Engineering Lab} +% \acro{CPU}[CPU]{central processing unit} +% +% \acro{DFT}[DFT]{discrete Fourier transform} +% \acro{DMC}[DMC]{discrete nemoryless channel} +% \acro{dSNR}[dSNR]{design \ac{SNR}} +% \acro{DSP}[DSP]{digital signal processing} +% +% \acro{ESA}[ESA]{European Space Agency} +% +% \acro{FER}[FER]{frame error rate} +% \acro{FFT}[FFT]{fast Fourier transform} +% +% \acro{GPP}[GPP]{general purpose processor} +% \acro{GRC}[GRC]{GNU Radio Companion} +% +% \acro{NASA}[NASA]{National Aeronautics and Space Administration} +% \acro{LDPC}[LDPC]{low-density parity-check} +% \acro{SIMD}[SIMD]{single instruction multiple data} +% \acro{VOLK}[VOLK]{vector-optimized library of kernels} +% +% \acro{IDFT}[IDFT]{inverse discrete Fourier transform} +% \acro{KIT}[KIT]{Karlsruhe Institute of Technology} +% +% \acro{LR}[LR]{likelihood ratio} +% \acro{LLR}[LLR]{log-likelihood ratio} +% \acro{LTE}[LTE]{Long Term Evolution} +% +% \acro{MAP}[MAP]{maximum a posteriori} +% \acro{ML}[ML]{maximum likelihood} +% +% \acro{NRZ}[NRZ]{non return to zero} +% +% \acro{RV}[RV]{random variable} +% +% \acro{SC}[SC]{successive cancellation} +% \acro{SCL}[SCL]{successive cancellation list} +% \acro{SDR}[SDR]{software defined radio} +% \acro{SNR}[SNR]{signal-to-noise ratio} +% \acro{SPC}[SPC]{single parity check} +% \acro{SSE}[SSE]{streaming \ac{SIMD} extensions} +% +% \acro{UML}[UML]{unified modeling language} \end{acronym} diff --git a/latex/thesis/chapters/theoretical_background.tex b/latex/thesis/chapters/theoretical_background.tex index 3197671..1cbab71 100644 --- a/latex/thesis/chapters/theoretical_background.tex +++ b/latex/thesis/chapters/theoretical_background.tex @@ -7,8 +7,8 @@ \label{sec:theo:Preliminaries: Channel Model and Modulation} \begin{itemize} - \item AWGN - \item BPSK + \item \ac{AWGN} + \item \ac{BPSK} \end{itemize} @@ -55,6 +55,9 @@ \draw[->] (decoder) -- (demapper); \draw[->] (demapper) -- (out); \end{tikzpicture} + + \caption{Overview of notation} + \label{fig:notation} \end{figure} diff --git a/latex/thesis/thesis.tex b/latex/thesis/thesis.tex index 70b5d84..9b7246c 100644 --- a/latex/thesis/thesis.tex +++ b/latex/thesis/thesis.tex @@ -37,7 +37,7 @@ \pgfplotsset{compat=newest} \usepgfplotslibrary{colorbrewer} -%\tikzexternalize[prefix=build/] +\tikzexternalize[prefix=build/] % % Generic packages