ECC edits

This commit is contained in:
2023-06-20 10:07:35 -07:00
parent 20c0a84a0c
commit da57a6a8ea
4 changed files with 131 additions and 111 deletions

View File

@ -519,6 +519,23 @@ Does this correlate with that message bit's index?
Say we have a message with exactly one single-bit error. \par
If we know which parity bits are inconsistent, how can we find where the error is?
\vfill
\pagebreak
\problem{}
How efficient is the 16-bit hamming code?
\vfill
\problem{}<generalize-hamming>
Can you generalize this system for messages of 4, 64, or 256 bits?
\vfill
\problem{}
How efficient is each code in \ref{generalize-hamming}? \par
What do we sacrifice for this efficiency gain?
\vfill
\pagebreak