mirror of
https://github.com/aicodix/code.git
synced 2026-04-27 14:30:36 +00:00
added RM rule construction
This commit is contained in:
parent
616a19f725
commit
bc4c032be5
1 changed files with 2 additions and 1 deletions
|
|
@ -95,7 +95,8 @@ Bit freezers for the construction of [polar codes](https://en.wikipedia.org/wiki
|
||||||
|
|
||||||
Construction of reliability sequences for [polar codes](https://en.wikipedia.org/wiki/Polar_code_(coding_theory)).
|
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.
|
* BhattacharyyaSequence: Constructs a sequence by sorting virtual channel reliabilities computed from a given erasure probability.
|
||||||
|
* ReedMullerSequence: Constructs a sequence by sorting virtual channels by the Hamming weight of their index first and then by their magnitude to resolve ties.
|
||||||
|
|
||||||
### [polar_encoder.hh](polar_encoder.hh)
|
### [polar_encoder.hh](polar_encoder.hh)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue