Here is how to use the above table:

  1. Pick a value n, which will be the codeword length.

  2. Choose a generator polynomial G(x) from the list of factored polynomials within that particular n. You can choose the generator polynomial to be either one of the factored polynomials or a product of two or more factored polynomials.

  3. The number of data bits k that you can try now will be k = n – deg(G(x)), where deg(G(x)) is the degree of G(x).

Notes: