Altera_Forum
Honored Contributor
17 years agoQuestion regarding FFT IP core
Hi all,
I am using the OpenCore FFT IP to come up with a power spectrum using a 512-pt transform. I was successful in creating a fft module. However I notice a few irregularities. One of them is that my data input is a 16bit signal and my output is a 28bit signal. How is this possible? Isn't my output the same size as my input. input [15:0] sink_real; input [15:0] sink_imag; .... output [27:0] source_real; output [27:0] source_imag; Any ideas? Thanks. fpga_beginner