Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

FFT megacore

Altera_Forum
Honored Contributor II
1,329 Views

I'm confused about the Real and Imag. inputs to the fft megacore.  

For a streaming FFT architecture accepting its input from an ADC: 

-should I set the Imaginary input to zero and connect the ADC to the real input? 

-should I write a program to separate the real and imaginary components of the input? 

Thanks for any help! 

-Sam
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
439 Views

Hello, 

 

If your ADC provides you two signals (I and Q component), put the I to the real input and the Q to the imag input of the FFT. If your ADC provides you only one signal, put it on the real input of the FFT and set the imag input to zero (remember that a real signal is in fact a complex signal with the imaginary part equal to zero !). 

 

Jérôme
0 Kudos
Altera_Forum
Honored Contributor II
439 Views

Thank you!

0 Kudos
Reply