Access binary representation of f Galois field by having power of X?
3 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Error Detection and Correction についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!