Forum Discussion
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.