Altera_Forum
Honored Contributor
16 years agoA FFT bug?
hi all,
Thank you for answering or reading I got a very very odd simulation results from modelsim for FFT V9. First of all, FFT v9(evaluation) doesn't provide post simulation model for modelsim, so how does Altera suppose user to finish this part of work? Ok, back to function simulation, I have a FFT, 64bit, 16 bit width, 16 bit precision, stream mode. TEST ONE I used the modelsim testbench created automatically by QII, to simulate a 64 point data file, and verify with Matlab fft fuction, it does match. TEST TWO So I goes to use the FFT in a small system, with one FFT module and an user designed mapping function to provide inputs to FFT, I use the exactly same input waveform for FFT module as in TEST ONE, however, the odd thing is the wrong results happened. Is this a bug or something else?