Image Processing to Signal Processing

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

답변 (1개)

Kaustubha Govind
Kaustubha Govind 2012년 3월 5일

0 개 추천

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

Amal
Amal 2012년 3월 6일
Thanks for replying.
Can't I deal with images using DSP? Then, from that automatically generate HDL Code using Simulink?
Amal
Amal 2012년 3월 6일
Also, can I transfer C to HDL in MATLAB? By Simulink HDL Coder or any other way?
Kaustubha Govind
Kaustubha Govind 2012년 3월 6일
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.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Code Generation에 대해 자세히 알아보기

제품

질문:

2012년 3월 3일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by