BTK Matlab Wrapper
0.3dev.0
Matlab bindings for the Biomechanical ToolKit library (BTK)
|
Append a new analog channel into the given acquisition and (optionally) return an updated list of analog channels.
[analogs, analogsInfo] = btkAppendAnalog(h, label, values)
[analogs, analogsInfo] = btkAppendAnalog(h, label, values, description)
h | Handle pointing to a C++ btk::Acquisition object. |
label | String representing the label of the appended analog channel. |
values | Data 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 |
description | String representing the description of the appended analog channel. |
analogs | Updated list of analog channels. Its format is the same than using the function btkGetAnalogs. |
analogsInfo | Updated informations related to the analog channels. Its format is the same than using the function btkGetAnalogs. |