bch and reed-solomon decoder simulation

Version 1.0.0.0 (2.19 KB) by wei liu
simulation of binary and non-binary bch decoder
12.9K Downloads
Updated 13 Dec 2005

No License

simulation of binary bch decoding algorithm for bch(n, k) with t bits error correction capability.
three steps:
syndrome generation + inverse-free Berlekamp-Massey algorithm + chien search algorithm
simplifie = 1 sets the simplified version of Berlekamp-Massey algorithm, which takes t cycles while normal BMA takes 2t cycles.

simulation for non-binary bch (reed-solomon) decoding algorithm RS(n, k):
3 steps: syndrome+BMA+chien

for both simulation, n, k and t can be changed according to the size and correction ability of the code

Cite As

wei liu (2024). bch and reed-solomon decoder simulation (https://www.mathworks.com/matlabcentral/fileexchange/9339-bch-and-reed-solomon-decoder-simulation), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R14SP1
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Error Detection and Correction in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0