how to calculate Galois field number system ?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
hi guys i need a code to calculate the following Galois field number system for generating LFSR sequence, i want to modify this code x_gf = gf(x,m,prim_poly) to work for random binary number specified by:
x= dec2bin(rand(10,1)*2^32)
and it should calculate the matrix as in this figure below:the last array is the initial value.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/146030/image.png)
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Error Detection and Correction finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!