python-bchlib
python-bchlib copied to clipboard
How to get an (n, k) encoder?
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?