BCH Decoder and Encoder

BCH Encoder and Decoder functions

現在この提出コンテンツをフォロー中です。

BCH Encoder and Decoder functions.
BCH Decoder employs the following steps in decoding :
Syndrome calculation, RiBM algorithm (optimized for BCH codes) and Chien search.

引用

Miroslav Marinkovic (2026). BCH Decoder and Encoder (https://jp.mathworks.com/matlabcentral/fileexchange/61627-bch-decoder-and-encoder), MATLAB Central File Exchange. に取得済み.

カテゴリ

Help Center および MATLAB AnswersError Detection and Correction についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.2.0.0

- Testbench script updated to test BCH Encoder/Decoder for different error correction capabilities in a single run
- New testbench script added which estimates BER performance
- MAT file userGftable.mat added (needed for large block size)

1.1.0.0

- Bug causing incorrect calculaton of error locator polynominal (only when parameter "t" is odd number) has been fixed;
Function "RiBM_BCH_algorithm" affected by this bug is corrected
- All the uint16() functions in the code replaced with uint32()

1.0.0.0