Performing CRC process for binary division

6 views (last 30 days)
a=[1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1]
b=[1 0 1 1 1 1 1 0 1 0 1 1 1 0 1 1 0 1 0 1 0 0 1 1 0 0 0 0 0 1 1 1 0 0 1 0 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
How can i divide b by a for CRC process? Its in binary polynomial division
I tried
p=2
[quot, remd] = gfdeconv(b,a)
is this correct?

Answers (0)

Community Treasure Hunt

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

Start Hunting!