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

Description

Extract powers from a given biomechanical acquisition.

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