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

Description

Append a new analog channel into the given acquisition and (optionally) return an updated list of analog channels.

Syntax:
[analogs, analogsInfo] = btkAppendAnalog(h, label, values)
[analogs, analogsInfo] = btkAppendAnalog(h, label, values, description)
Parameters
hHandle pointing to a C++ btk::Acquisition object.
labelString representing the label of the appended analog channel.
valuesData for the appended analog channel. It must be a matrix (n,1) where n is the number of frames (for the analog part) into the acquisition
descriptionString representing the description of the appended analog channel.
Return values
analogsUpdated list of analog channels. Its format is the same than using the function btkGetAnalogs.
analogsInfoUpdated informations related to the analog channels. Its format is the same than using the function btkGetAnalogs.
See Also
btkClearAnalogs, btkGetAnalogs, btkRemoveAnalog