Forum Discussion
Altera_Forum
Honored Contributor
17 years agoFFT IP simulation model for Matlab
The file sfftmodel.m needed for the fft ip simulation for matlab should be in the lib of the fft core, but I didn't find it but sfftmodel.dll, i'm wondering how to generate the sfftmodel.m?
Altera_Forum
Honored Contributor
17 years agoYou should look for the mex file sfftmodel.mex*** (where *** is platform dependent extension), if you do not find the .m file. MEX programs are faster compared to .m programs. Once you have added the paths to these mex files in MATLAB, you can use them like your normal .m file.