Motion Analysis Library

Previous  Next

 

The Motion Analysis Library (MAL) is a MyBASIC2 Extension Library that provides a set of functions to perform Motion Analysis.  Output from these functions can then be further processed and analyzed using MyBASIC2.

 

All arrays used by the library are assumed to be of type REAL unless otherwise specified.

 

Function Categories

 

Array Slicer
Filters
Interpolation
Derivatives
Angles
Normalization like MaxMATE
Normalize with Events
Heel Down/Toe Up Events
Vector Functions

Initialize

Offset

Scale

Add Vectors

Subtract Vectors

Multiply Vectors

Divide Vectors

Mean

Median

Min

Max

 

 

To use the library, include the following in your code

 

$INCLUDE "MyBASIC2_MaxMAL"

$LIBRARY "MyBASIC2_MaxMALLib"