Why do poly2trellis(.) returns error for standard generator polynomials?

4 views (last 30 days)
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.

Answers (0)

Community Treasure Hunt

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

Start Hunting!