From bc4c032be5d21ae759620b35d4add71369be01b8 Mon Sep 17 00:00:00 2001 From: Ahmet Inan Date: Sat, 24 Jan 2026 11:27:23 +0100 Subject: [PATCH] added RM rule construction --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)