Communications Toolbox    
cosets

Produce cyclotomic cosets for a Galois field

Syntax

Description

cst = cosets(m) produces cyclotomic cosets mod 2^m-1. Each element of the cell array cst is a Galois array that represents one cyclotomic coset.

A cyclotomic coset is a set of elements that share the same minimal polynomial. Together, the cyclotomic cosets mod 2^m-1 form a partition of the group of nonzero elements of GF(2^m). For more details on cyclotomic cosets, see the works listed in References below.

Examples

The commands below find and display the cyclotomic cosets for GF(8). As an example of interpreting the results, c{2} indicates that A, A2, and A2 + A share the same minimal polynomial, where A is a primitive element for GF(8).

See Also

minpol

References

[1]  Blahut, Richard E., Theory and Practice of Error Control Codes, Reading, Mass., Addison-Wesley, 1983, p. 105.

[2]  Lin, Shu, and Daniel J. Costello, Jr., Error Control Coding: Fundamentals and Applications, Englewood Cliffs, N.J., Prentice-Hall, 1983.


  convmtx cyclgen