MT BCH Decoder

Performs decoding on a Bose-Chaudhari-Hocquenghem (BCH)-encoded bit stream using the Berlekamp algorithm for binary BCH codes. The BCH decoding algorithm uses either a systematic or non-systematic encoding scheme.

Decodes a code word available as a polynomial product of the data word and the generator polynomials. Performs decoding on a Bose-Chaudhari-Hocquenghem (BCH) encoded bit stream using the Berlekamp algorithm for binary BCH codes.
Decodes a code word so that it contains the entire data word sequence unchanged, preceded by the parity words. Performs decoding on a Bose-Chaudhari-Hocquenghem (BCH) encoded bit stream using the Berlekamp algorithm for binary BCH codes.