worked on step-detection
This commit is contained in:
@@ -29,8 +29,10 @@
|
||||
|
||||
/**
|
||||
* simple step detection based on accelerometer magnitude.
|
||||
* magnitude > threshold? -> step!
|
||||
* block for several msec until detecting the next one
|
||||
* interpolated to a fixed frequency
|
||||
* passed through IIR filter
|
||||
* searching for zero crossings that follow a peak value
|
||||
* that is above a certain threshold
|
||||
*/
|
||||
class StepDetection3 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user