diff --git a/README.md b/README.md index 9eebd75..222fb4c 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/short_bch_code_decoder.hh b/short_bch_code_decoder.hh index 2177c0b..ae3ab69 100644 --- a/short_bch_code_decoder.hh +++ b/short_bch_code_decoder.hh @@ -1,5 +1,5 @@ /* -Decoder for short BCH codes +Soft decoder for short BCH codes Copyright 2020 Ahmet Inan */