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 co...
Altera_Forum
Honored Contributor
14 years agoI 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.