Performing CRC process for binary division

2 次查看(过去 30 天)
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?

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Error Detection and Correction 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by