Improved Decoding Algorithms for Reed-Solomon Codes
Irene Giacomelli

TL;DR
This paper compares and improves decoding algorithms for Reed-Solomon codes, introducing a faster, parallelizable decoding method with linear algebra techniques that enhances error correction efficiency.
Contribution
It demonstrates that the fPGZ decoder is a special case of the BM decoder, uncovers their relationship, and proposes a new parallel decoding algorithm with O(e) complexity.
Findings
fPGZ is a special case of BM decoding.
New error value formulas improve decoding accuracy.
Proposed parallel decoding algorithm achieves O(e) complexity.
Abstract
In coding theory, Reed-Solomon codes are one of the most well-known and widely used classes of error-correcting codes. In this thesis we study and compare two major strategies known for their decoding procedure, the Peterson-Gorenstein-Zierler (PGZ) and the Berlekamp-Massey (BM) decoder, in order to improve existing decoding algorithms and propose faster new ones. In particular we study a modified version of the PGZ decoder, which we will call the fast Peterson-Gorenstein-Zierler (fPGZ) decoding algorithm. This improvement was presented in 1997 by exploiting the Hankel structure of the syndrome matrix. In this thesis we show that the fPGZ decoding algorithm can be seen as a particular case of the BM one. Indeed we prove that the intermediate outcomes obtained in the implementation of fPGZ are a subset of those of the BM decoding algorithm. In this way, we also uncover the existing…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCoding theory and cryptography · graph theory and CDMA systems · Error Correcting Code Techniques
