The OpenShoe Matlab Implementation  v1
Functions
settings.m File Reference

Functions for setting all the parameters in the zero-velocity aided inertial navigation system framework, as well as loading the IMU data. More...

Functions

function settings ()
 Function that controls all the settings for the zero-velocity aided inertial navigation system.
function gravity (in lambda, in h)
 Function for calculating the magnitude of the local gravity.
function load_dataset ()
 Function that loads the IMU data set stored in the specfied folder.

Detailed Description

Functions for setting all the parameters in the zero-velocity aided inertial navigation system framework, as well as loading the IMU data.

Authors:
Isaac Skog, John-Olof Nilsson

Function Documentation

function gravity ( in  lambda,
in  h 
)

Function for calculating the magnitude of the local gravity.

Function for calculation of the local gravity vector based upon the WGS84 gravity model.

Parameters:
[out]gmagnitude of the local gravity vector [m/s^2]
[in]lambdalatitude [degrees]
[in]haltitude [m]
function load_dataset ( )

Function that loads the IMU data set stored in the specfied folder.

Function that loads the IMU data set stored in the specfied folder. The file should be named ''data_inert.txt''. The data is scaled to SI-units.

Parameters:
[out]uMatrix of IMU data. Each column corresponed to the IMU data sampled at one time instant.
function settings ( )

Function that controls all the settings for the zero-velocity aided inertial navigation system.

Parameters:
[out]uMatrix with IMU data. Each column corresponds to one sample instant. The data in each column is arranged as x, y, and z axis specfic force components; x, y, and z axis angular rates.
 All Files Functions