mirror of
https://github.com/aicodix/code.git
synced 2026-04-27 22:35:44 +00:00
added polar code reliability sequence constructor
This commit is contained in:
parent
b9d074adcf
commit
cb7271c85f
4 changed files with 78 additions and 26 deletions
|
|
@ -91,6 +91,12 @@ Bit freezers for the construction of [polar codes](https://en.wikipedia.org/wiki
|
|||
* PolarFreezer: Constructs code for a given erasure probability without the need for storing nor sorting of erasure probabilities for the virtual channels.
|
||||
* PolarCodeConst0: Constructs code by choosing the K best virtual channels computed from a given erasure probability.
|
||||
|
||||
### [polar_sequence.hh](polar_sequence.hh)
|
||||
|
||||
Construction of reliability sequences for [polar codes](https://en.wikipedia.org/wiki/Polar_code_(coding_theory)).
|
||||
|
||||
* PolarSeqConst0: Constructs a sequence by sorting virtual channel reliabilities computed from a given erasure probability.
|
||||
|
||||
### [polar_encoder.hh](polar_encoder.hh)
|
||||
|
||||
Encoders for [non-systematic and systematic](https://en.wikipedia.org/wiki/Systematic_code) [polar codes](https://en.wikipedia.org/wiki/Polar_code_(coding_theory)).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue