JET60200
Contributor
5 years agoIntel 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 de...
- 5 years ago
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.