Performing CRC process for binary division

6 visualizzazioni (ultimi 30 giorni)
yashvin
yashvin il 6 Ago 2015
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?

Risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by