Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
17 years ago

FFT 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?

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    You 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.