python-bchlib icon indicating copy to clipboard operation
python-bchlib copied to clipboard

How to get an (n, k) encoder?

Open wusq121 opened this issue 2 years ago • 0 comments

Let's say I want a codeword of length n that can transmit k bits of information.

In particular, I would like to be able to transmit 99 bits of information, codeword length 127 bits, and able to correct 4-bit errors. How should the parameters be set?

wusq121 avatar Dec 07 '22 13:12 wusq121