Sean2
New Contributor
4 years agoFFT IP not behaving as expected.
I'm trying to use the FFT IP on Quartus Prime Pro 18.1 to do an inverse fft. When I input an fft of a signal I created in Matlab that has a frequency of 23, I do not get the expected output signal. When taking the fft, with Matlab, of the output signal, I get a frequency of 86.
Before I input the signal to the inverse FFT IP, I make sure to convert the signal to Radix-4 digit reverse order with the Matlab code provided in the FFT IP data sheet.
I tried doing an fftshift and inverse fftshift on both the input and the output to see if one was shifted, and this not fix the issue.