Image Processing to Signal Processing
Show older comments
According to what I understood, Matlab's IP Toolbox does not work in Embedded Matlab Function or coder - in order to transfer the code to HDL.
How to transfer the IP functions I have written in (.m) to Signal Processing functions, so that it can work in Simulink HDL Coder and the Embedded Matlab Function?
Thanks
Answers (1)
Kaustubha Govind
on 5 Mar 2012
0 votes
You can generate C/HDL code for MATLAB code that only uses functions supported for code-generation. Unfortunately, there is no way to do this other than manually translating your code to HDL.
3 Comments
Amal
on 6 Mar 2012
Amal
on 6 Mar 2012
Kaustubha Govind
on 6 Mar 2012
The link that I provided above has the entire list of functions (including ones from the DSP Toolbox) that are supported for code-generation. There is no way to generate C/HDL code unless you are only using these functions. AFAIK, there is no way to directly convert C to HDL.
Categories
Find more on Code Generation in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!