BTK Matlab Wrapper
0.3dev.0
Matlab bindings for the Biomechanical ToolKit library (BTK)
|
Functions to modify members of a C++ btk::Analog object from Matlab.
Convert data from Matlab to store them into the chosen analog channel.
Functions | |
class | btkAppendAnalog |
Append a new analog channel into the given acquisition and (optionally) return an updated list of analog channels. More... | |
class | btkClearAnalogs |
Remove all analog channels in the given acquisition. More... | |
class | btkRemoveAnalog |
Delete the analog channel with the given index or label. More... | |
class | btkSetAnalogDescription |
Modify the analog's description and return a list of the updated analog channels. More... | |
class | btkSetAnalogGain |
Modify analog's gain and return updated analogs. More... | |
class | btkSetAnalogLabel |
Modify analog's label and return updated analogs. More... | |
class | btkSetAnalogOffset |
Modify analog's offset and return updated analogs. More... | |
class | btkSetAnalogScale |
Modify analog's scale and return updated analogs. More... | |
class | btkSetAnalogsValues |
Sets analog channels' values from a matrix. More... | |
class | btkSetAnalogUnit |
Modify the analog's unit and return a list of the updated analog channels. More... | |
class | btkSetAnalogValues |
Modify analog's value and return updated analogs. More... | |