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

BCH library C Python module

Results 6 python-bchlib issues
Sort by recently updated
recently updated
newest added

Good morning, First of all, thank you for the great library! It is very well made and simple to use. I am not really an expert with ecc (and maybe...

Reopening issue which was accidentally closed before resolution. This succinctly describes the problem. If you add a single binary byte b'\x01' at the beginning to form data byte array, you...

I'm trying to use this library to provide the BCH coding used in the TPS data of DVB-T, as per the ETSI spec at https://www.etsi.org/deliver/etsi_en/300700_300799/300744/01.06.02_60/en_300744v010602p.pdf. I'm trying to use the...

The version of bch.c that python-bchlib wraps only supports GF orders up to 15. This change extends support for GF orders up to 31.

I'm using following code to get maximum possible data length with bch setting: * bch.c ``` /* sanity check: make sure data length can be handled */ if (8*len >...

question

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,...

question