Undefined function 'lteTurboEncode' for input arguments of type 'cell'.
Mostrar comentarios más antiguos
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 comentario
Guillaume
el 1 de Mayo de 2018
what does
which lteTurboEncode -all
return?
Respuestas (1)
Walter Roberson
el 1 de Mayo de 2018
0 votos
That function requires the LTE Systems Toolbox (R2014a onwards); https://www.mathworks.com/help/lte/ref/lteturboencode.html
1 comentario
alex kingsley kataz
el 1 de Mayo de 2018
Categorías
Más información sobre Creating and Concatenating Matrices en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!