added RM rule construction

This commit is contained in:
Ahmet Inan 2026-01-24 11:27:23 +01:00
commit bc4c032be5

View file

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