Ahmet Inan
|
fd2cdb4d58
|
do ML decoding if K <= 6 and Chase decoding otherwise
|
2020-06-10 14:00:27 +02:00 |
|
Ahmet Inan
|
f83c785867
|
skip metric computation if same as last word
|
2020-06-09 22:09:56 +02:00 |
|
Ahmet Inan
|
9b1c6cf573
|
point out soft decoding better
|
2020-06-09 17:31:31 +02:00 |
|
Ahmet Inan
|
e0423da509
|
moved ML method to bottom
|
2020-06-09 14:47:01 +02:00 |
|
Ahmet Inan
|
809ab3690b
|
return -1 if unsure
|
2020-06-09 14:36:19 +02:00 |
|
Ahmet Inan
|
a33c2082d9
|
added metric() helper
|
2020-06-09 13:33:42 +02:00 |
|
Ahmet Inan
|
0ebdada99a
|
moved initial metric of hard decision to the top
|
2020-06-09 12:56:48 +02:00 |
|
Ahmet Inan
|
5cf0ff2297
|
added soft Chase decoding for short BCH codes
gives about 1.5dB gain while only half the speed of hard decision.
|
2020-06-08 18:22:54 +02:00 |
|
Ahmet Inan
|
5d944ca7a9
|
added encoder and syndrome decoder for short BCH codes
|
2020-06-07 18:28:25 +02:00 |
|