How can i convert galois field integer number to binary bits ??
Show older comments
I have a set of galois field gf(2^3) integer number. how can i turn this into binary bits ?
Answers (1)
Walter Roberson
on 9 Oct 2022
Suppose the variable is named F then
dec2bin(F.x, 3)
The .x part the property name used by gf().. I do not know how they choose that.
Categories
Find more on Error Detection and Correction in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!