필터 지우기
필터 지우기

Performing CRC process for binary division

조회 수: 5 (최근 30일)
yashvin
yashvin 2015년 8월 6일
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