Forum Discussion
Altera_Forum
Honored Contributor
17 years agoAltera FFT simulation
I'm working with Altera streaming 256 point FFT core. I've discovered the errata on the core (V9) rearding mismatch between the Matlab sims and HDL sims and the limit on the input range. Looki...
Altera_Forum
Honored Contributor
16 years agofor Mmeyers:
Thanks for the answer. I'm trying to validate FFT generated by Quartus II not using Matlab model generated by it. I'm trying to use only fft function implemented by Matlab: y= fft(x_sin,2048)
That's because I think there is a bug in the FFT megafunction. Regards.