1 / 3

Implementing IFFT using FFT accelerator

Implementing IFFT using FFT accelerator. FFT & IFFT. FFT IFFT where IFFT can be calculated using the same FFT algorithm by just using a proper set of twiddle coefficients and then scaling the result obtained “1/N” times as per the above expression. IFFT calculation using FFT accelerator.

Télécharger la présentation

Implementing IFFT using FFT accelerator

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Implementing IFFT using FFT accelerator

  2. FFT & IFFT • FFT • IFFT where • IFFT can be calculated using the same FFT algorithm by just using a proper set of twiddle coefficients and then scaling the result obtained “1/N” times as per the above expression.

  3. IFFT calculation using FFT accelerator • The code attached can be used to calculate 256 point FFT on a sine wave input. The output thus obtained can be fed again to the accelerator with the twiddle coefficients generated for IFFT. The output from the accelerator is scaled (multiplied by 1/256) to get the original sine wave. • Note that extra overhead of approx N cycles will be required to perform scaling.

More Related