Galois Field Array to Decimal Array Conversion

convert fg array to decimal numbers
3.8K Downloads
Updated 5 Oct 2006

No License

This code converts a Galois Field array created using GF(2^m) for a given primitive polynomial into a decimal array that can be used within typical .m file coding.
Example:
gfArray=gf([0:31],5,37);
DecArray=gf2dec(gfArray,5,37)

Cite As

Murad Qahwash (2026). Galois Field Array to Decimal Array Conversion (https://www.mathworks.com/matlabcentral/fileexchange/12542-galois-field-array-to-decimal-array-conversion), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R14
Compatible with any release
Platform Compatibility
Windows macOS Linux
Version Published Release Notes
1.0.0.0