Undefined function 'lteTurboEncode' for input arguments of type 'cell'.
이전 댓글 표시
l want to use Turbo code in my project, but when l copy the code example from the Matlab documentation as follows:
bits = lteTurboEncode({ones(40,1),ones(6144,1)})
l get the error : Undefined function 'lteTurboEncode' for input arguments of type 'cell'. What could be the problem? l am using Matlab 2017a version. Thanks for your help
댓글 수: 1
Guillaume
2018년 5월 1일
what does
which lteTurboEncode -all
return?
답변 (1개)
Walter Roberson
2018년 5월 1일
0 개 추천
That function requires the LTE Systems Toolbox (R2014a onwards); https://www.mathworks.com/help/lte/ref/lteturboencode.html
카테고리
도움말 센터 및 File Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!