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

Description

Modify analog's value and return updated analogs.

Syntax:
[analogs, analogsInfo] = btkSetAnalogValues(h, idx, newvalues)
[analogs, analogsInfo] = btkSetAnalogValues(h, label, newvalues)
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.
newvaluesColumn vector of reals (i.e. scaled data) with the same size than the number of analog frames.
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:
btkSetAnalogValues(h, idx, newvalues) modifies the scale factor of the analog channel specified by the index idx. btkSetAnalogValues(h, label, newvalues) modifies the scale factor of the analog channel specified by the label label.
See Also
btkGetAnalog, btkSetAnalogDescription, btkSetAnalogGain, btkSetAnalogLabel, btkSetAnalogOffset, btkSetAnalogScale, btkSetAnalogUnit