Added acronyms

This commit is contained in:
Andreas Tsouchlos 2023-02-13 14:48:51 +01:00
parent 2642392fc8
commit e96d7fdfe9
3 changed files with 69 additions and 55 deletions

View File

@ -2,58 +2,69 @@
% Sorting them is a good idea because the acronym package won't! % Sorting them is a good idea because the acronym package won't!
\chapter{Abbreviations} \chapter{Abbreviations}
\begin{acronym}[TROLL] \begin{acronym}[TROLL]
\acro{AGC}[AGC]{automatic gain control} \acro{AWGN}[AWGN]{Additive White Gaussian Noise}
\acro{API}[API]{application program interface} \acro{ADMM}[ADMM]{Alternating Direction Method of Multipliers}
\acro{AWGN}[AWGN]{additive white Gaussian noise}
\acro{AVX}[AVX]{advanced vector extensions}
\acro{BEC}[BEC]{binary erasure channel} \acro{BER}[BER]{Bit Error Rate}
\acro{BER}[BER]{bit error rate} \acro{BP}[BP]{Belief Propagation}
\acro{BDMC}[BDMC]{binary \acs{DMC}} \acro{BPSK}[BPSK]{Binary Phase Shift Keying}
\acro{BP}[BP]{belief propagation}
\acro{BSC}[BSC]{binary symmetric channel}
\acro{CEL}[CEL]{Communications Engineering Lab} \acro{FER}[FER]{Frame Error Rate}
\acro{CPU}[CPU]{central processing unit}
\acro{DFT}[DFT]{discrete Fourier transform} \acro{LP}[LP]{Linear Programming}
\acro{DMC}[DMC]{discrete nemoryless channel} \acro{LDPC}[LDPC]{Low-Density Parity-Check}
\acro{dSNR}[dSNR]{design \ac{SNR}}
\acro{DSP}[DSP]{digital signal processing}
\acro{ESA}[ESA]{European Space Agency} % \acro{AGC}[AGC]{automatic gain control}
% \acro{API}[API]{application program interface}
\acro{FER}[FER]{frame error rate} % \acro{AVX}[AVX]{advanced vector extensions}
\acro{FFT}[FFT]{fast Fourier transform} %
% \acro{BEC}[BEC]{binary erasure channel}
\acro{GPP}[GPP]{general purpose processor} % \acro{BER}[BER]{bit error rate}
\acro{GRC}[GRC]{GNU Radio Companion} % \acro{BDMC}[BDMC]{binary \acs{DMC}}
% \acro{BP}[BP]{belief propagation}
\acro{NASA}[NASA]{National Aeronautics and Space Administration} % \acro{BSC}[BSC]{binary symmetric channel}
\acro{LDPC}[LDPC]{low-density parity-check} %
\acro{SIMD}[SIMD]{single instruction multiple data} % \acro{CEL}[CEL]{Communications Engineering Lab}
\acro{VOLK}[VOLK]{vector-optimized library of kernels} % \acro{CPU}[CPU]{central processing unit}
%
\acro{IDFT}[IDFT]{inverse discrete Fourier transform} % \acro{DFT}[DFT]{discrete Fourier transform}
\acro{KIT}[KIT]{Karlsruhe Institute of Technology} % \acro{DMC}[DMC]{discrete nemoryless channel}
% \acro{dSNR}[dSNR]{design \ac{SNR}}
\acro{LR}[LR]{likelihood ratio} % \acro{DSP}[DSP]{digital signal processing}
\acro{LLR}[LLR]{log-likelihood ratio} %
\acro{LTE}[LTE]{Long Term Evolution} % \acro{ESA}[ESA]{European Space Agency}
%
\acro{MAP}[MAP]{maximum a posteriori} % \acro{FER}[FER]{frame error rate}
\acro{ML}[ML]{maximum likelihood} % \acro{FFT}[FFT]{fast Fourier transform}
%
\acro{NRZ}[NRZ]{non return to zero} % \acro{GPP}[GPP]{general purpose processor}
% \acro{GRC}[GRC]{GNU Radio Companion}
\acro{RV}[RV]{random variable} %
% \acro{NASA}[NASA]{National Aeronautics and Space Administration}
\acro{SC}[SC]{successive cancellation} % \acro{LDPC}[LDPC]{low-density parity-check}
\acro{SCL}[SCL]{successive cancellation list} % \acro{SIMD}[SIMD]{single instruction multiple data}
\acro{SDR}[SDR]{software defined radio} % \acro{VOLK}[VOLK]{vector-optimized library of kernels}
\acro{SNR}[SNR]{signal-to-noise ratio} %
\acro{SPC}[SPC]{single parity check} % \acro{IDFT}[IDFT]{inverse discrete Fourier transform}
\acro{SSE}[SSE]{streaming \ac{SIMD} extensions} % \acro{KIT}[KIT]{Karlsruhe Institute of Technology}
%
\acro{UML}[UML]{unified modeling language} % \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} \end{acronym}

View File

@ -7,8 +7,8 @@
\label{sec:theo:Preliminaries: Channel Model and Modulation} \label{sec:theo:Preliminaries: Channel Model and Modulation}
\begin{itemize} \begin{itemize}
\item AWGN \item \ac{AWGN}
\item BPSK \item \ac{BPSK}
\end{itemize} \end{itemize}
@ -55,6 +55,9 @@
\draw[->] (decoder) -- (demapper); \draw[->] (decoder) -- (demapper);
\draw[->] (demapper) -- (out); \draw[->] (demapper) -- (out);
\end{tikzpicture} \end{tikzpicture}
\caption{Overview of notation}
\label{fig:notation}
\end{figure} \end{figure}

View File

@ -37,7 +37,7 @@
\pgfplotsset{compat=newest} \pgfplotsset{compat=newest}
\usepgfplotslibrary{colorbrewer} \usepgfplotslibrary{colorbrewer}
%\tikzexternalize[prefix=build/] \tikzexternalize[prefix=build/]
% %
% Generic packages % Generic packages