Replies: 1 comment
-
This is a rather old topic, but I just ran across it. In your example, if you have 4 or more errors, two things can happen (since the code uses bounded minimum distance decoding):
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I am looking at the
class galois.ReedSolomon
I am interested to analyze what happen when there are too many bad symbols beyond what is correctable,
for example: ReedSolomon(15, 9) can correct up to 3 symbols, what does it happen when there are 4 bad symbols?
most of the time it should be detectable, but not correctable.
I don't see how.
I see
galois.ReedSolomon.detect returns true or false
but it does not say how many bad symbols have been detected.
Shouldn't be a way to know if the errors have been detected but not corrected?
thank you
Beta Was this translation helpful? Give feedback.
All reactions