The reed-solomon tag has no wiki summary.
2
votes
3answers
84 views
Why is an interleaver often placed between an outer block code and an inner convolution code?
It seems that when doing FEC with a concatenated-code, an interleaver is often placed between the outer block code and the inner convolution code. The explanations I've seen say that this is because ...
1
vote
2answers
122 views
A good ecc algorithm for random errors?
I know I will have a 10% error rate, but this errors are truly random. I was using solomon reed codes, but if a single bit in the code or parity word is bad the whole word becomes useless. If I have ...