Access binary representation of f Galois field by having power of X?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
i use gf(2^4) using x^4+x+1
I want to access to binary value for specific equation by konwing power of X
Ex: if the polynmial is : X^3+1 the binary representation of it when using gf(2^4) is : 1001 ....How we do it?
y = gf(0:15,4);
0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Error Detection and Correction dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!