BTK Matlab Wrapper
0.3dev.0
Matlab bindings for the Biomechanical ToolKit library (BTK)
|
Extract analog channels' values and store them in a matrix.
av = btkGetAnalogsValues(h)
h | Handle pointing to a C++ btk::Acquisition object. |
av | Matrix or reals where the number of rows corresponds to the number of analog's frame and the number of columns of this matrix corresponds to the number of analog channels. |