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!