ba-thesis/latex/thesis/abbreviations.tex

79 lines
912 B
TeX

%
% A
%
\DeclareAcronym{AWGN}{
short = AWGN,
long = additive white gaussian noise
}
\DeclareAcronym{ADMM}{
short = ADMM,
long = alternating direction method of multipliers
}
%
% B
%
\DeclareAcronym{BER}{
short = BER,
long = bit error rate
}
\DeclareAcronym{BP}{
short = BP,
long = belief propagation
}
\DeclareAcronym{BPSK}{
short = BPSK,
long = binary phase-shift keying
}
%
% F
%
\DeclareAcronym{FER}{
short = FER,
long = frame error rate
}
%
% M
%
\DeclareAcronym{MAP}{
short = MAP,
long = maximum a posteriori
}
\DeclareAcronym{ML}{
short = ML,
long = maximum likelihood
}
%
%L
%
\DeclareAcronym{LP}{
short = LP,
long = linear programming
}
\DeclareAcronym{LDPC}{
short = LDPC,
long = low-density parity-check
}
%
% P
%
\DeclareAcronym{PDF}{
short = PDF,
long = probability density function
}