Adding PocketFFT support in FFT module since kissfft has some flaw in accuracy and performance

This commit is contained in:
Guoqiang QI
2022-05-11 17:44:22 +00:00
committed by Rasmus Munk Larsen
parent 73d65dbc43
commit 00b75375e7
8 changed files with 390 additions and 273 deletions

View File

@@ -1,2 +1,2 @@
#define test_FFTW test_FFT
#include "FFTW.cpp"
#define EIGEN_FFT_DEFAULT 1
#include "fft_test_shared.h"