added ber plot

This commit is contained in:
Ahmet Inan 2023-07-15 13:27:02 +02:00
commit e83dbce91f
2 changed files with 5 additions and 0 deletions

View file

@ -111,6 +111,11 @@ Successive cancellation [list decoding](https://en.wikipedia.org/wiki/List_decod
List size depends on used SIMD type. Decoding performance of the fixed-point implementation is better with shorter codes, as the list size is larger but a deterioration can be observed with larger codes.
### [polar_parity_aided.hh](polar_parity_aided.hh)
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)
### [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).

BIN
polar_ber.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB