C++20实现快速傅立叶变换 C++20 implements fast Fourier transform
-
Updated
Feb 6, 2022 - C++
C++20实现快速傅立叶变换 C++20 implements fast Fourier transform
FFT methods: Rader and Bluestein. Implemented in Python.
Fork: OTFFT-6.5 (OK Ojisan's Template FFT) - a C++ Template-based Fast Fourier Transform Library
VectorFFT: A permutation-free mixed-radix FFT library that beats Intel MKL and FFTW on every tested size. Hand-tuned AVX2/AVX-512 codelets for 18 radixes, zero-allocation in-place execution, and a wisdom-based planner. 1.1x–4.9x faster than Intel MKL, 1.3x–12.8x faster than FFTW. Pure C, no dependencies.
Bluestein's FFT model in c++, numpy, lists, and np.fft.fft
Add a description, image, and links to the bluestein-fft topic page so that developers can more easily learn about it.
To associate your repository with the bluestein-fft topic, visit your repo's landing page and select "manage topics."