Communications Toolbox    

Representing Words for Reed-Solomon Codes

This toolbox supports Reed-Solomon codes that use m-bit symbols instead of bits. If you want to create an [n,k] Reed-Solomon code, then your message must be a k-column Galois array in the field GF(2m). Each array entry must be an integer between 0 and 2m-1. The code corresponding to that message is an n-column Galois array in GF(2m). The codeword length n must be between 3 and 2m-1.

The example below illustrates how to represent words for a [7,3] Reed-Solomon code.

The output is


  Performing Other Binary Block Code Tasks Parameters for Reed-Solomon Codes