Why do I receive an error message when I try to implement a convolutional encoder using poly2trellis([4], [1 1 1])?
이전 댓글 표시
Why do I receive an error message when I try to implement a convolutional encoder using the following syntax:
poly2trellis([4], [1 1 1])
This gives the following error:
??? Generator describes code of less than specified constraint length.
In fact, the only constraint length that works for code generator [1 1 1] is 1, which does not produce the right Trellis structure.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 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!