BCH Decoder and Encoder

版本 1.2.0.0 (987.9 KB) 作者: Miroslav Marinkovic
BCH Encoder and Decoder functions
1.1K 次下载
更新时间 2020/1/13

查看许可证

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 (2024). BCH Decoder and Encoder (https://www.mathworks.com/matlabcentral/fileexchange/61627-bch-decoder-and-encoder), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2015a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Error Detection and Correction 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
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