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

The Reed-Solomon decoder fails silently #2

Closed
fblomqvi opened this issue Mar 21, 2019 · 0 comments
Closed

The Reed-Solomon decoder fails silently #2

fblomqvi opened this issue Mar 21, 2019 · 0 comments

Comments

@fblomqvi
Copy link
Owner

As the new tests (53accab) for the RS encoder/decoder show, the decoder sometimes fails silently.

A silent failure means that the decoder announces success but does not return a valid codeword. This is incorrect behaviour. This issue is only encountered when exceeding the error correction capacity, i.e., 2 * #errors + #erasures < minimum_distance. The decoder cannot guarantee correct decoding beyond the error correction capacity. However, the decoder should announce failure whenever it cannot decode the received word to a valid codeword.

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