point out soft decoding better

This commit is contained in:
Ahmet Inan 2020-06-09 17:31:31 +02:00
commit 9b1c6cf573
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -1,5 +1,5 @@
/*
Decoder for short BCH codes
Soft decoder for short BCH codes
Copyright 2020 Ahmet Inan <inan@aicodix.de>
*/