added simple fft
This commit is contained in:
10
tests/math/dsp/Test2DConvolution.cpp
Normal file
10
tests/math/dsp/Test2DConvolution.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifdef WITH_TESTS
|
||||
|
||||
#include "../../Tests.h"
|
||||
#include "../../../lib/simple_fft/fft.h"
|
||||
|
||||
TEST(Convolution, Normal) {
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user