How do I obtain the integer values of a Galois Field (GF) object in the Communications Toolbox 3.0.1 (R14SP1)?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
MathWorks Support Team
il 27 Giu 2009
Commentato: Harry
il 8 Feb 2021
I have defined the following GF object:
m = 4;
f = gf(randint(2^m-1,1,2^m),m);
How can I obtain the integer values of the Galois field array?
Risposta accettata
MathWorks Support Team
il 27 Giu 2009
In order to obtain the integer representation of the Galois field array, you will need to access the 'x' field of the GF structure. This information is available in the Communications Toolbox 3.0.1 (R14SP1) documentation and can be accessed by typing the following command at the MATLAB prompt:
web([docroot '/toolbox/comm/fp6234.html'])
1 Commento
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Error Detection and Correction in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!