Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers

FFT megacore

Altera_Forum
Honored Contributor II
1,256 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
366 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
366 Views

Thank you!

0 Kudos
Reply