From 5ca393187e7d7981913be8b32d6b5a692df72a53 Mon Sep 17 00:00:00 2001 From: Andreas Tsouchlos Date: Sat, 18 Feb 2023 16:56:57 +0100 Subject: [PATCH] Added abbreviations LLR and LCLP --- latex/thesis/abbreviations.tex | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/latex/thesis/abbreviations.tex b/latex/thesis/abbreviations.tex index 2849b37..3241938 100644 --- a/latex/thesis/abbreviations.tex +++ b/latex/thesis/abbreviations.tex @@ -58,9 +58,9 @@ %L % -\DeclareAcronym{LP}{ - short = LP, - long = linear programming +\DeclareAcronym{LCLP}{ + short = LCLP, + long = linear code linear program } \DeclareAcronym{LDPC}{ @@ -68,6 +68,17 @@ long = low-density parity-check } +\DeclareAcronym{LLR}{ + short = LLR, + long = log-likelihood ratio +} + +\DeclareAcronym{LP}{ + short = LP, + long = linear programming +} + + % % P %