Support for MATLAB functions "medfilt2" and "adapthisteq" on Simulink
Mostra commenti meno recenti
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.
Risposta accettata
Più risposte (1)
Tim McBrayer
il 2 Feb 2015
Modificato: Tim McBrayer
il 2 Feb 2015
2 voti
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.
Categorie
Scopri di più su AMD FPGA and SoC Devices in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!