db coefficients added up to 38

db coefficients accuracy improved
refactoring of wavefilt
This commit is contained in:
Holger Nahrstaedt
2016-02-25 14:41:45 +01:00
parent 487de13131
commit 4ce49a05e9
9 changed files with 2148 additions and 1117 deletions

View File

@@ -0,0 +1,10 @@
#ifndef SWALLOWING_BOOSTTEST_H_
#define SWALLOWING_BOOSTTEST_H_
// we use the header only version of boost unit test
#define BOOST_TEST_NO_LIB
#include <boost/test/unit_test.hpp>
#endif // SWALLOWING_BOOSTTEST_H_