mirror of
https://github.com/aicodix/code.git
synced 2026-04-27 14:30:36 +00:00
encoder and soft decoder for augmented Hadamard codes
This commit is contained in:
parent
619d8bd3b4
commit
43c5d6a91a
4 changed files with 242 additions and 0 deletions
|
|
@ -68,6 +68,14 @@ Encoder for [Simplex codes](https://en.wikipedia.org/wiki/Linear_code).
|
|||
|
||||
[Soft-decision decoder](https://en.wikipedia.org/wiki/Soft-decision_decoder) for [Simplex codes](https://en.wikipedia.org/wiki/Linear_code).
|
||||
|
||||
### [hadamard_encoder.hh](hadamard_encoder.hh)
|
||||
|
||||
Encoder for [augmented Hadamard codes](https://en.wikipedia.org/wiki/Hadamard_code).
|
||||
|
||||
### [hadamard_decoder.hh](hadamard_decoder.hh)
|
||||
|
||||
[Soft-decision decoder](https://en.wikipedia.org/wiki/Soft-decision_decoder) for [augmented Hadamard codes](https://en.wikipedia.org/wiki/Hadamard_code).
|
||||
|
||||
### [ldpc_encoder.hh](ldpc_encoder.hh)
|
||||
|
||||
[Low-density parity-check](https://en.wikipedia.org/wiki/Low-density_parity-check_code) encoder
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue