bch icon indicating copy to clipboard operation
bch copied to clipboard

Simple python implementation of binary BCH error-correcting code

Results 3 bch issues
Sort by recently updated
recently updated
newest added

What the meaning of the coefficients n, b, and d in the BchCodeGenerator class?

Can we get either a reference paper/article from which the author created the BCH library here, or alternatively, a mapping from the notation used in the code here to the...

I tried to generate a list of generator polynomials. It worked except for the t=1 cases. Specifically: (n,k,t) (7,4,1) (15,11,1) (31,26,1) (63,57,1), (255,247,1) (511,502,1), (1023,1013,1) # ./bch.py gen 7 4...