Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement erasure-and-error decoding #20

Open
AndersTrier opened this issue Feb 12, 2024 · 0 comments
Open

Implement erasure-and-error decoding #20

AndersTrier opened this issue Feb 12, 2024 · 0 comments

Comments

@AndersTrier
Copy link
Owner

"On fast Fourier transform-based decoding of Reed-Solomon codes"
by Yunghsiang S. Han, Chao Chen, Sian-Jheng Lin, Baoming Bai

Reed-Solomon (RS) codes is a popular class of codes that have been implemented in many practical systems. Recently, a fast approach to the error decoding of RS codes based on fast Fourier transform (FFT) was invented. In this work, we derive the key equation based on the Lagrange polynomial and then present erasure-and-error decoding of an (n; k) RS code. This decoding algorithm can simultaneously correct up to v errors and f erasures when 2v + f < n − k + 1. The decoding complexity is with only O(n log n + (n − k) log2(n − k)).

https://web.archive.org/web/20230327033159/http://ct.ee.ntust.edu.tw/IJAHUC2021.pdf

Found it suggested here:
catid/leopard#20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant