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

Description

Modify analog's offset and return updated analogs.

Syntax:
[analogs, analogsInfo] = btkSetAnalogOffset(h, idx, newoffset)
[analogs, analogsInfo] = btkSetAnalogOffset(h, label, newoffset)
Parameters
hHandle pointing to a C++ btk::Acquisition object.
idxInteger containing the index of the analog channel to modify.
labelString containing the label of the analog channel to modify.
newoffsetInteger with the new numerical offset.
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.
Detailed description:
btkSetAnalogOffset(h, idx, newoffset) modifies the offset of the analog channel specified by the index idx. btkSetAnalogOffset(h, label, newoffset) modifies the offset of the analog channel specified by the label label.
See Also
btkGetAnalog, btkSetAnalogDescription, btkSetAnalogGain, btkSetAnalogLabel, btkSetAnalogScale, btkSetAnalogUnit, btkSetAnalogValues