Skip to content

Any size FFT based Bluestein, not just only integer power of 2.

License

Notifications You must be signed in to change notification settings

JuYanYan/AnySizeFFT

Repository files navigation

AnySizeFFT

Any size FFT! It's not just an integer power of two.

  1. class FFT0 : Radix-2 DIT FFT.
  2. class FFT1 : Any size FFT, using Bluestein.
  3. class FFT2 : Two dimensional FFT with a buffer.

I wanted to use it in my image process library. This library was completed at my birthday. However, after that, I have decided to use DCT. So, I public it.

Performance

Use MS VC++ Compiler with O2 Optimization:

Performance

About

Any size FFT based Bluestein, not just only integer power of 2.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages