Forum Discussion
Altera_Forum
Honored Contributor
17 years agoMatlab FFT Vs. DSP Builder FFT
I'v posted a thread in this section, maybe I was wrong, please check it at the following link http://www.alteraforum.com/forum/showthread.php?t=1654&highlight=dsp+fft (http://www.alteraforum.co...
Altera_Forum
Honored Contributor
17 years agoBe sure to pay attention to the sink_ready signal when you are using Altera's FFT core: the signal indicates when the core is ready to take on input. You are seeing the shift because you are not paying attention to this signal and are sending in data when the core isn't ready.