Finish fist draft of binary linear block codes

This commit is contained in:
2026-03-22 22:11:35 +01:00
parent e5dc0bc074
commit 29968c8c4d
3 changed files with 156 additions and 73 deletions

View File

@@ -17,3 +17,13 @@
short=LDPC,
long=low-density parity-check
}
\DeclareAcronym{ml}{
short=ML,
long=maximum likelihood
}
\DeclareAcronym{pcm}{
short=PCM,
long=parity-check matrix
}