Altera_Forum
Honored Contributor
18 years agoabout fft ip core
I'v read the document about the fft ip core(ug_fft.pdf), the document says "For single engine output FFT/IFFTs, there is an additional factor of Q and the shift must be
2-exponent – Q, where Q = 1 for an even power of 2 and Q = 2 for an odd power of 2." I don't know how to choose the value of Q for the single engine output FFT or what's the meaning of "where Q = 1 for an even power of 2 and Q = 2 for an odd power of 2" For example , 1)if I use 1024 point single engine FFT and the output of exponent scaling values is -11. Should I choose Q=1? and the shift will be 2^10? 2)if I use 512 point single engine FFT and the output of exponent scaling values is -11. Should I choose Q=2? and the shift will be 2^9?