Altera_Forum
Honored Contributor
14 years agoHow to use FFT Core with non-complex data?
Hello,
I need to involve the FIR function but the FFT core has real and imaginary data I/O Should i connect my input to the REAL input and IMAGINARY input drive to zero vilue? And what's about the output? Should i use only the REAL data out bus? Or do i need to involve both of them and calculate FFT_OUT=SQWRT(REAL^2 + IMAGINARY^2) ?