1 #ifndef TEST_CORRELATION_H 2 #define TEST_CORRELATION_H 17 void cleanupTestCase ();
19 void loadSinusoid (
double function [],
22 void loadThreeTriangles (
double function [],
26 void testShiftSinusoidNonPowerOf2 ();
27 void testShiftSinusoidPowerOf2 ();
28 void testShiftThreeTrianglesNonPowerOf2 ();
29 void testShiftThreeTrianglesPowerOf2 ();
35 #endif // TEST_CORRELATION_H Unit tests of fast correlation algorithm.
TestCorrelation(QObject *parent=0)
Single constructor.