mirror of
https://github.com/aicodix/code.git
synced 2026-04-27 14:30:36 +00:00
point out soft decoding better
This commit is contained in:
parent
e0423da509
commit
9b1c6cf573
2 changed files with 2 additions and 2 deletions
|
|
@ -58,7 +58,7 @@ Encoder for short [BCH codes](https://en.wikipedia.org/wiki/BCH_code)
|
|||
|
||||
### [short_bch_code_decoder.hh](short_bch_code_decoder.hh)
|
||||
|
||||
[Syndrome decoder](https://en.wikipedia.org/wiki/Decoding_methods#Syndrome_decoding) for short [BCH codes](https://en.wikipedia.org/wiki/BCH_code)
|
||||
[Syndrome decoding](https://en.wikipedia.org/wiki/Decoding_methods#Syndrome_decoding) based [Soft-decision decoder](https://en.wikipedia.org/wiki/Soft-decision_decoder) for short [BCH codes](https://en.wikipedia.org/wiki/BCH_code)
|
||||
|
||||
### [simplex_encoder.hh](simplex_encoder.hh)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
Decoder for short BCH codes
|
||||
Soft decoder for short BCH codes
|
||||
|
||||
Copyright 2020 Ahmet Inan <inan@aicodix.de>
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue