Intel FFT IP example design available ?
Helllo,
I works on Intel Arria10 EVM, I really need an FFT IP example design for my A10 project? I open my Quartus pro 19.2 (platform designer) , but fail to find where to generate an example design for FFT IP Core ? Pleade advise where to generate for my starter of FFT verification .
BTW: I need to build a 4096-point FFT / IFFT project in our own board.
Appreciate help~
Hi,
As I understand it, you have some inquiries related to Natural and Digit Reverse for the FFT output. At high level, when there is digit reverse at the FFT output, the sequence of the output samples will be re-arranged. The new sequence is determined by reversing each sample's index bits. For further information and better illustration, you can refer to the following link with examples and sample code:
https://www.mathworks.com/help/signal/ref/digitrevorder.html
Hopefully this is helpful. Thank you.