add test5

This commit is contained in:
2026-05-17 23:43:07 +02:00
parent 555c976df2
commit d08495a451
7 changed files with 85 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ template <typename T> static std::vector<double> apply_filter(T& filter, std::ve
void npy_save(std::string path, std::vector<double>& x);
void npy_save(std::string path, std::vector<bool>& x);
std::vector<double> fetch_y_axis(npy::npy_data<double>& acc);
std::vector<double> fetch_y_axis(npy::npy_data<double>& acc, int dim = 1);
/** Returns the ssf_threshold as the filter output for debugging. */
class DebugSsfStepDetectorThreshold : public SsfStepDetector {