mirror of
https://github.com/aicodix/code.git
synced 2026-04-27 14:30:36 +00:00
added encoder and syndrome decoder for short BCH codes
This commit is contained in:
parent
1b4899c66d
commit
5d944ca7a9
6 changed files with 258 additions and 0 deletions
|
|
@ -52,6 +52,14 @@ Implemented are the following Encoders and Decoders:
|
|||
* [bose_chaudhuri_hocquenghem_encoder.hh](bose_chaudhuri_hocquenghem_encoder.hh)
|
||||
* [bose_chaudhuri_hocquenghem_decoder.hh](bose_chaudhuri_hocquenghem_decoder.hh)
|
||||
|
||||
### [short_bch_code_encoder.hh](short_bch_code_encoder.hh)
|
||||
|
||||
Encoder for short [BCH codes](https://en.wikipedia.org/wiki/BCH_code)
|
||||
|
||||
### [short_bch_code_decoder.hh](short_bch_code_decoder.hh)
|
||||
|
||||
[Syndrome decoder](https://en.wikipedia.org/wiki/Decoding_methods#Syndrome_decoding) for short [BCH codes](https://en.wikipedia.org/wiki/BCH_code)
|
||||
|
||||
### [simplex_encoder.hh](simplex_encoder.hh)
|
||||
|
||||
Encoder for [Simplex codes](https://en.wikipedia.org/wiki/Linear_code).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue