mirror of
https://github.com/aicodix/code.git
synced 2026-04-27 22:35:44 +00:00
added simplex code encoder and soft decoder entries
This commit is contained in:
parent
65a6feb6e0
commit
1b4899c66d
1 changed files with 7 additions and 0 deletions
|
|
@ -52,6 +52,13 @@ 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)
|
||||
|
||||
### [simplex_encoder.hh](simplex_encoder.hh)
|
||||
|
||||
Encoder for [Simplex codes](https://en.wikipedia.org/wiki/Linear_code).
|
||||
|
||||
### [simplex_decoder.hh](simplex_decoder.hh)
|
||||
|
||||
[Soft-decision decoder](https://en.wikipedia.org/wiki/Soft-decision_decoder) for [Simplex codes](https://en.wikipedia.org/wiki/Linear_code).
|
||||
|
||||
### [ldpc_encoder.hh](ldpc_encoder.hh)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue