How do I obtain the integer values of a Galois Field (GF) object in the Communications Toolbox 3.0.1 (R14SP1)?

2 ビュー (過去 30 日間)
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?

採用された回答

MathWorks Support Team
MathWorks Support Team 2009 年 6 月 27 日
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'])

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeError Detection and Correction についてさらに検索

製品


リリース

R14SP1

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by