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