Galois Field Array to Decimal Array Conversion

convert fg array to decimal numbers

You are now following this Submission

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 .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0