Simple-FFT icon indicating copy to clipboard operation
Simple-FFT copied to clipboard

Header-only C++ library implementing fast Fourier transform of 1D, 2D and 3D data.

Results 4 Simple-FFT issues
Sort by recently updated
recently updated
newest added

Should this work? #include "include/simple_fft/fft_settings.h" #include "include/simple_fft/fft.h" int main(){ int A [8] = { 16, 2, 77, 40, 12, 0, 7, 16 }; int B [8]; bool b; int n=8;...

Hello, I'd like to use your repo for a few projects. I need to get the FFT coefficients and phases for an arbitrary image. Is it possible? I browsed the...

I've been working with SimpleFFT for a while now in a project, and noticed some details I've modified in our local version. Most importantly, the use of "#pragma omp parallel...

I know this project hasn't been active for a while, but if anyone is listening, I was wondering how hard it would be to geneate releases that are a **single...