Why do poly2trellis(.) returns error for standard generator polynomials?
조회 수: 1 (최근 30일)
이전 댓글 표시
I was trying to generate trellis for standard code convolutional code
>>trellis = poly2trellis(4,[74 64]) returns
???Error using ==> poly2trellis
Generator describes code of less than specified constraint length.
Infact poly2trellis(.) returns same error for a bunch of codes listed in Table on page 560 of Error Correction Coding: Mathematical Methods and Algorithms by Todd K. Moon.
What exactly am I missing here.
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Error Detection and Correction에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!