added simplex code encoder and soft decoder entries

This commit is contained in:
Ahmet Inan 2020-06-02 12:09:44 +02:00
commit 1b4899c66d

View file

@ -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)