BTK Matlab Wrapper  0.3dev.0
Matlab bindings for the Biomechanical ToolKit library (BTK)
btkGetMoments Class Reference

Description

Extract moments from a given biomechanical acquisition.

Syntax:
[moments, momentsInfo] = btkGetMoments(h)
Parameters
hHandle pointing to a C++ btk::Acquisition object.
Return values
momentsStructure with the moments' values. Each fieldname corresponds to an moment's label (see note #1).
momentsInfoStructure with the informations related to the moments.
  • momentsInfo.frequency: Point's frequency
  • momentsInfo.units: Structure with one one field labeled ALLMOMENTS with the unit (string) of the moments.
Detailed description:
Note #1: Check the page Field's name format in extracted structures to understand how the fieldnames are formated.
See Also