bch and reed-solomon decoder simulation
Nessuna licenza
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
Cita come
wei liu (2025). bch and reed-solomon decoder simulation (https://it.mathworks.com/matlabcentral/fileexchange/9339-bch-and-reed-solomon-decoder-simulation), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
- Wireless Communications > Communications Toolbox > PHY Components > Error Detection and Correction >
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
| Versione | Pubblicato | Note della release | |
|---|---|---|---|
| 1.0.0.0 |
