Forum Discussion
Altera_Forum
Honored Contributor
17 years agoTwo possible errors:
1. You are inputting data to the FFT core when it isn't ready. You should really wait for sink_ready signal to be asserted. 2. You are using a streaming FFT (I can't tell) and that you are not using the full dynamic range for the input. As I explained in the earlier note (from the same threat), you should really use full dynamic range. Otherwise, it is possible that your input would disappear within the core (due to the block floating point -> data is rounded and truncated after each butterfly stage). Also... attach a bigger picture, so people can see what you're doing...