Forum Discussion
Altera_Forum
Honored Contributor
15 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 ab...
Altera_Forum
Honored Contributor
15 years agoIn that case you already know what to do: A = sqrt(Re^2 + Im^2).
sqrt is a bit demanding in fpga but there are ips. You may just use A^2 then convert it in software.