how to calculate Galois field number system ?
1 view (last 30 days)
Show older comments
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.
0 Comments
Answers (0)
See Also
Categories
Find more on Error Detection and Correction in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!