Forum Discussion
Altera_Forum
Honored Contributor
8 years agoFFT output spectrum generation
Hi all, I just have a simple question regarding to FFT output. I understand that the output of the real and imag signal have signed value, and these has to be divided by exponent value in orde...
Altera_Forum
Honored Contributor
8 years agoHi,
I understand your point. But the when you actually coding, you can't just do a pack based on a fixed number, right? because the exponent value is different. So, are you suggesting to write a case statement to hard code the logic? If not, could you please give me some hints on this, because the only other way I figure out to do this is through a shifting register. And besides this, I still have one question. How to control the FFT output? By that, I mean way to control FFT to start streaming or stop streaming at our wish. Thank you very much!