diff --git a/README.md b/README.md index c044bc1..d954223 100644 --- a/README.md +++ b/README.md @@ -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)