A Complete Reed-Solomon Encoding and Decoding Example
By Hugo Lyppens
Dr. Dobb's Journal January 1997
(x4 + x2) * (x2 + 1) = (x6 + x2)x8 = x6 + x5 + x4 +1x255 = x0 = 1
Example 2: Multiplication in GF(28) is done modulo f (x)= x8 + x6 + x5 + x4 + 1.
Back to Article
Copyright © 1997, Dr. Dobb's Journal