Forum Discussion
Altera_Forum
Honored Contributor
13 years agoEmbedded MATLAB code in DSP Builder
Hi, I need to use some MATLAB functions that I have in .m files in a DSP Builder project. In a first example I tried to use an Embedded MATLAB function block with a simple and inside, but I hav...
Altera_Forum
Honored Contributor
13 years agoFYI, I found that the best (or the only) way to do that is translating de m function into VHDL via HDL Coder and then adding this HDL file with the HDL import block.
Maybe this was a silly question, but if someone needs an answer int he future that's the way I did it.