Tagged Questions
0
votes
1answer
48 views
Convert generator polynomial to binary number
I have a the generator polynomial which has to be converted to binary number to use in my CRC code.Like for example these are the one's that are converted correctly, I want to know how they are done.
...