Skip to content

Add non-power-of-2 support for floating point CFFT

Pre-release
Pre-release
Compare
Choose a tag to compare
@Phillip-Wang Phillip-Wang released this 18 Dec 09:55
· 109 commits to master since this release

Radix-3 and radix-5 are supported for floating point CFFT

  • C version supports almost all size of FFT
  • NEON version supports radix {2, 3, 4, 5}, but size of FFT has to be multiple of 4
  • c++ toolchain is required to build this library but all API remain pure C
  • gcc 4.8 or higher is required to build module DSP, while gcc 4.9.3 or later is recommended