RS纠错编码 Resources

Showing items tagged with "RS纠错编码"

This MATLAB program implements Reed-Solomon error correction coding, specifically designed as a companion to Chen Wenli's book "Principles and Implementation Methods of RS Error Correction Coding." The code has been thoroughly debugged and verified for correct operation. The implementation includes key functions for RS encoding and decoding processes with detailed algorithm explanations.

MATLAB 270 views Tagged

Since the publication of "Reed-Solomon Error Correction Coding: Principles and Implementation Methods," we have received extensive feedback from readers new to RS coding. Many found the article helpful for beginners but also pointed out several limitations. For instance, the first edition examples assumed fixed code lengths, which doesn't always reflect real-world applications. Additionally, the MATLAB code provided was primarily illustrative (since the author's practical implementation used C on DSP platforms) and lacked debugging. This revised edition includes thoroughly debugged, generalized MATLAB implementations with detailed explanations of encoding/decoding algorithms, Galois field arithmetic, and key functions like rsenc() and rsdec().

MATLAB 246 views Tagged