mirror of
https://github.com/aicodix/code.git
synced 2026-04-27 14:30:36 +00:00
added ber plot
This commit is contained in:
parent
0bb0eaf5a9
commit
e83dbce91f
2 changed files with 5 additions and 0 deletions
|
|
@ -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)).
|
||||

|
||||
|
||||
### [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
BIN
polar_ber.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.4 KiB |
Loading…
Add table
Add a link
Reference in a new issue