You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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 .
Acknowledgements
Inspired: Galois Field Array to Exponential Array Conversion, Manual Reed Solomon (RS) Decoding Example
General Information
- Version 1.0.0.0 (525 Bytes)
-
No License
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
