How can compile in C/C++ the lpc funciton ?

H
Harper · Jan 9, 2021 · 2K views
Question
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++ ?
Expert Answer
Profile picture of Prashant Kumar
Prashant Kumar PhD Expert
Answered Aug 23, 2026
Extrinsic calls can work only when the target is mex or one is simulating in Simulink. This is because extrinsic calls are calls into the  MATLAB computation engine. No code is generated for them except what is needed to marshal the data back and forth.
You will need to write your own LPC function and your own LEVINSON function. No reason why you can't learn how by looking at our code, but I see that LEVINSON isn't implemented as a MATLAB file, so that will take a little more work. Still, that doesn't look hard if you only need the first output from LPC.
100% Run Guarantee 3-Hour Fast-Track Delivery

Need a Custom Version or Complete Simulation for This Problem?

Our 500+ PhD engineers build, debug, and optimize working MATLAB scripts and Simulink (.slx) models tailored to your exact assignment rubrics with zero plagiarism.

Tested on MATLAB R2024b / R2026a
Turnitin 0% Plagiarism Report
Free 7-Day Revisions Guarantee
Have a different question? Ask here

Get a Free Consultation or a Sample Assignment Review!