How can compile in C/C++ the lpc funciton ?
Show older comments
I am trying to compile the lpc function (Linear Predicitve Coding) in C/C++ to later include it in a CSS project in order to implement it into a Texas instrument DSP board. The LPC function can't be compile because I am getting this error: "The function 'lpc' is not supported for standalone code generation.".
I did a bit of research and I understood why I am getting that. But is there a work around ? (coder.extrinsic() is not an option as I need to implement it on a DSP board later.)
By looking inside the lpc function (type lpc) we can understand what is going on inside it. So why can't we compile it in C/C++ ?
Thanks for your time in advance
1 Comment
De Meng
on 11 Sep 2018
I am running into the same problem. Can this be solved by coder.extrinsic('lpc')? It does not seem work for me.
Accepted Answer
More Answers (0)
Categories
Find more on Linear Prediction in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!