The OpenShoe Matlab Implementation  v1
Functions
zero_velocity_detector.m File Reference

Functions for implementing different zero-velocity detection algorithms. More...

Functions

function zero_velocity_detector (in u)
 Wrapper function for running the zero-velocity detection algorithms.
function GLRT (in u)
 Function that runs the generalized likelihood test (SHOE detector).
function MV (in u)
 Function that runs the acceleration moving variance detector.
function MAG (in u)
 Function that runs the acceleration magnitude detector.
function ARE (in u)
 Function that runs the angular rate energy detector.

Detailed Description

Functions for implementing different zero-velocity detection algorithms.

Functions for implementing different zero-velocity detection algorithms, as well as a wrapper function for easy to use purpose. The settings used by the wrapper function "zero_velocity_detector()" is specified in the file setting.m. Details about the detectors can be found in papers

Authors:
Isaac Skog, John-Olof Nilsson

Function Documentation

function ARE ( in  u)

Function that runs the angular rate energy detector.

Parameters:
[out]TThe test statistics of the detector
[in]uThe IMU data vector.
function GLRT ( in  u)

Function that runs the generalized likelihood test (SHOE detector).

Parameters:
[out]TThe test statistics of the detector
[in]uThe IMU data vector.
function MAG ( in  u)

Function that runs the acceleration magnitude detector.

Parameters:
[out]TThe test statistics of the detector
[in]uThe IMU data vector.
function MV ( in  u)

Function that runs the acceleration moving variance detector.

Parameters:
[out]TThe test statistics of the detector
[in]uThe IMU data vector.
function zero_velocity_detector ( in  u)

Wrapper function for running the zero-velocity detection algorithms.

A wrapper function that runs the zero-velocity detection algorithm that was specified in the file setting.m.

Parameters:
[out]zuptVector with the detector decsions. [ true = zero velocity, false = moving]
[out]TThe test statistics of the detector
[in]uThe IMU data vector.
 All Files Functions