Skip to content

Implement erasure-and-error decoding #20

@AndersTrier

Description

@AndersTrier

"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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions