Effacer les filtres
Effacer les filtres

Performing CRC process for binary division

5 vues (au cours des 30 derniers jours)
yashvin
yashvin le 6 Août 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?

Réponses (0)

Catégories

En savoir plus sur Error Detection and Correction dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by