Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- Sure, ill give you an example. If your signal is lets say, sin(2*pi*t) and you define t = -0.512 : .001 : 0.511, you should configure the FFT's input data as (-N/2 to N/2). However, if you are processing your FFT's out "offline" with MatLab or some other tool, you can do a FFTSHIFT operation that will properly center the output. But if not, you should change the FFT to (-N/2 to N/2). If that parameter is not set properly, the next component may misinterpret the frequency (or time) values. --- Quote End --- Thanks you again, but I do not quite get you... The attached file is my input, two column show I, Q for real and imag. Is there any problem if I use fft ip core to process that?