Fourier Transformation Algorithms
cooleyTukey.h
Go to the documentation of this file.
1 #ifndef COOLEYTUKEY_H
2 #define COOLEYTUKEY_H
3 
4 
5 
6 TEST_SUITE("Fourier test suite") {
7  TEST_CASE ("CooleyTukey test") {
8 
9  CHECK(false);
10 
11  }
12 }
13 
14 #endif
TEST_SUITE
TEST_SUITE("Fourier test suite")
Definition: cooleyTukey.h:6