Galois Field Array to Decimal Array Conversion
Version 1.0.0.0 (525 Bytes) by
Murad Qahwash
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 LinuxCategories
- MATLAB > Language Fundamentals > Data Types >
- Wireless Communications > Communications Toolbox > PHY Components > Error Detection and Correction >
Find more on Data Types in Help Center and MATLAB Answers
Tags
Acknowledgements
Inspired: Galois Field Array to Exponential Array Conversion, Manual Reed Solomon (RS) Decoding Example
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
