summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorPhilipp Le <philipp-le-prviat@freenet.de>2020-05-12 00:05:27 +0200
committerPhilipp Le <philipp-le-prviat@freenet.de>2021-03-04 01:16:19 +0100
commitd836ea127b872fde18da3b36dc02d093d34de9df (patch)
tree4c8309fb10379bb48f90a7830866ad76ffaf4454 /common
parent5767a0ecbd07dc7f7b4aa3186d6196b426fa686c (diff)
downloaddcs-lecture-notes-d836ea127b872fde18da3b36dc02d093d34de9df.zip
dcs-lecture-notes-d836ea127b872fde18da3b36dc02d093d34de9df.tar.gz
dcs-lecture-notes-d836ea127b872fde18da3b36dc02d093d34de9df.tar.bz2
Adding block symbols
Diffstat (limited to 'common')
-rw-r--r--common/acronym.tex2
-rw-r--r--common/settings.tex8
2 files changed, 6 insertions, 4 deletions
diff --git a/common/acronym.tex b/common/acronym.tex
index 5006996..51b1d30 100644
--- a/common/acronym.tex
+++ b/common/acronym.tex
@@ -8,13 +8,13 @@
\acro{AOA}{angle of arrival}
\acro{AWGN}{additive white Gaussian noise}
\acro{B2B}{business-to-business}
- \acro{BEF}{band elimination filter}
\acro{BER}{bit error rate}
\acro{BIBO}{bounded-input, bounded-output}
\acro{BPF}{band pass filter}
\acro{BPM}{burst-position modulation}
\acro{BPSK}{binary phase shift keying}
\acro{BS}{base station}
+ \acro{BSF}{band stop filter}
\acro{CDF}{cummulative distribution function}
\acro{CDMA}{code-division multiple access}
\acro{CEP}{circular error probablilty}
diff --git a/common/settings.tex b/common/settings.tex
index 8227182..e6523bd 100644
--- a/common/settings.tex
+++ b/common/settings.tex
@@ -228,16 +228,18 @@
\ifstrequal{#1}{N}{Notation}{%
\ifstrequal{#1}{S}{Symbols}{%
\ifstrequal{#1}{F}{Functions}{%
+ \ifstrequal{#1}{B}{Block Symbols}{%
+ }%
}%
}%
}%
}%
]}
-\newcommand{\nomunit}[1]{%
- \renewcommand{\nomentryend}{\hspace*{\fill}#1}}
+\newcommand{\nomunit}[1]{%
+ \renewcommand{\nomentryend}{\hspace*{\fill}#1}}
-\nomenclature[C]{$c$}{Speed of light}
+\nomenclature[C]{$c$}{Speed of light}
\nomenclature[Na]{$\underline{a}$}{Value, explicitly marked complex valued}
\nomenclature[Nb]{$\vect{a}$}{Vector}