Forum Discussion
FFT Intel FPGA IP
Hi,
Thanks for your reply. I need to change FFT mode (forward and inverse FFT) in the runtime, so the FFT Intel FPGA IP is my best choice. Although I can modify the Variable Size FFT Intel FPGA IP to realize the same function, I want to make sure the problem mentioned above caused by the IP itself, instead of improper use of mine.
Best regards.
Hi,
Thanks for your clarification. I’ll continue investigating the behavior of the FFT IP v19.1 and will keep you updated on any findings.
In the meantime, I understand that the Variable Size FFT Intel FPGA IP allows for a static configuration of Forward/Inverse mode during IP setup. Could you kindly elaborate on how you modified the IP to enable runtime switching between FFT modes?
Appreciate your insights. Thank you.
Best regards,
Chee Pin
- binfu110 months ago
New Contributor
Hi,
The compute flow of inverse FFT contain forward FFT, so we can realize inverse FFT based on Variable Size FFT Intel FPGA IP (forward mode) by adding missing calculation steps.
Best regards.