Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHow to implement IFFT by megafunction?
Hi,
In my project, I have to implement the FFT and IFFT operators. I have seen megafunction FFT integrated in Quartus II, but I don't know where's the IFFT core. Please show me where's IFFT core. Is the IFFT and the FFT core are the same? Thanks,5 Replies
- Altera_Forum
Honored Contributor
i dont know if you still look at this, but theres a guy called "wronghorizon", he or she has solved any fft function, try find him or her
- Altera_Forum
Honored Contributor
thanks Sam_novie,
I'm trying to contact with him, Any other suggestion? - Altera_Forum
Honored Contributor
The IFFT can be implemented with an FFT. IIRC you need to do a conjugate operation on both the input and the output, and you may need to do a scaling (divide by N I think).
- Altera_Forum
Honored Contributor
Thanks you Daixiwen!
- Altera_Forum
Honored Contributor
I found it.
Simply, there is a control signal named "inverse". When I set it to zero, the block is FFT, when I set it on one, it's IFFT. Thanks, all.