this function performs a zero velocity detection on the provided data. More...
Go to the source code of this file.
Functions | |
| function | jumpZeroVelocityDetection (in data, in options) |
this function performs a zero velocity detection on the provided data.
| data | - data structured as defined in jumpReadData |
| options.plot | - boolean to enable plotting (default: false) |
| options.method | - method to use for zero velocity detection (default: "movstd_acc_gyr") |
| options.windowSize | - window size for the moving standard deviation (default: 100) |
| options.threshold_acc | - threshold for the acceleration (default: 0.15 m/s^2) |
| options.threshold_gyr | - threshold for the angular velocity (default: 0.15 deg/s) |
| zv | - logical vector indicating zero velocity (1) and movement (0) |
The methods works as follows:
Definition in file jumpZeroVelocityDetection.m.
| function jumpZeroVelocityDetection | ( | in | data, |
| in | options ) |