Support for MATLAB functions "medfilt2" and "adapthisteq" on Simulink
이전 댓글 표시
Hi,
I want to use the MATLAB functions medfilt2 and adapthisteq on Simulink (and then Xilinx System Generator). Before starting, I want to make sure that these two functions are supported by Simulink.
I haven't yet come across any document giving a list of functions which Simulink supports within the user defined MATLAB Function block (i.e. apart from the readily available blocks in the Simulink library.)
Although there are no readily available blocks on Simulink, I can call a user defined "MATLAB Function" block where my function includes medfilt2 and adapthisteq, right?
If it is not possible this way, should I use coder.extrinsic? Does this support these two functions on Simulink?
What are the other ways by which I can get my algorithm which includes these two functions to be working on Simulink?
I appreciate any inputs since I am new to Simulink.
Regards.
채택된 답변
추가 답변 (1개)
Tim McBrayer
2015년 2월 2일
편집: Tim McBrayer
2015년 2월 2일
2 개 추천
In general the supported functions inside a MATLAB Function block are the same ones as for generating HDL from MATLAB, as documented in this Answer.
Neither of the functions you are looking for are supported for HDL code generation. You cannot use coder.extrinsic, either. It's not possible to call external code on a FPGA.
카테고리
도움말 센터 및 File Exchange에서 HDL-Optimized Algorithm Design에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!