From 217b9867150994338b3e41acb1b92c1c17ff6a6c Mon Sep 17 00:00:00 2001 From: Ahmet Inan Date: Wed, 24 Dec 2025 11:27:16 +0100 Subject: [PATCH] added PAC list decoder --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 779e01e..ffe7295 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,10 @@ List size depends on used SIMD type. Decoding performance of the fixed-point imp Parity check aided successive cancellation [list decoding](https://en.wikipedia.org/wiki/List_decoding) of [polar codes](https://en.wikipedia.org/wiki/Polar_code_(coding_theory)). ![Polar decoder comparisons](polar_ber.png) +### [pac_list_decoder.hh](pac_list_decoder.hh) + +Successive cancellation [list decoding](https://en.wikipedia.org/wiki/List_decoding) of [Polarization-Adjusted Convolutional codes](https://en.wikipedia.org/wiki/Polar_code_(coding_theory)#PAC_codes). + ### [osd.hh](osd.hh) Ordered statistics decoding allows the practical [soft-decision decoding](https://en.wikipedia.org/wiki/Soft-decision_decoder) of short to medium sized [linear codes](https://en.wikipedia.org/wiki/Linear_code).