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

Description

Extract analog channels from the given biomechanical acquisition.

Syntax:
[analogs, analogsInfo] = btkGetAnalogs(h)
Parameters
hHandle pointing to a C++ btk::Acquisition object.
Return values
analogsStructure with the analogs' values. Each field corresponds to an analog channel's label (see note #1).
analogsInfoStructure with the informations related to the analog channels.
  • analogsInfo.label: Structure with the (true) label of each analog channels.
  • analogsInfo.description: Structure with the description of each analog channels.
  • analogsInfo.gain: Structure with the gain (integer) of each analog channels.
  • analogsInfo.offset: Structure with the numerical offset (integer) of each analog channels.
  • analogsInfo.scale: Structure with the scaling factor (float) of each analog channels.
  • analogsInfo.frequency: Analog's frequency
  • analogsInfo.units: Structure with the unit (string) of each analog channels.
Detailed description:
Note #1: Check the page Field's name format in extracted structures to understand how the field's name are formated.
See Also
btkGetAnalogsValues