feat: StepDetector

move StepDetector from lockstep android to libpasada
This commit is contained in:
2026-03-15 23:07:05 +01:00
parent ba923c53bd
commit d88ac81345
9 changed files with 169 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ SET(PASADA_SRC
iir_filter.cpp
ssf_filter.cpp
pd_signal.cpp
step_detector.cpp
)
if(PASADA_BUILD_TESTS)