Extract analog channels from the given biomechanical acquisition.
- Syntax:
[analogs, analogsInfo] = btkGetAnalogs(h)
- Parameters
-
h | Handle pointing to a C++ btk::Acquisition object. |
- Return values
-
analogs | Structure with the analogs' values. Each field corresponds to an analog channel's label (see note #1). |
analogsInfo | Structure with the informations related to the analog channels.
analogsInfo.label: Structure with the (true) label of each analog channels.
analogsInfo.description: Structure with the description of each analog channels.
analogsInfo.gain: Structure with the gain (integer) of each analog channels.
analogsInfo.offset: Structure with the numerical offset (integer) of each analog channels.
analogsInfo.scale: Structure with the scaling factor (float) of each analog channels.
analogsInfo.frequency: Analog's frequency
analogsInfo.units: Structure with the unit (string) of each analog channels.
|
- Detailed description:
- Note #1: Check the page Field's name format in extracted structures to understand how the field's name are formated.
- See Also
- btkGetAnalogsValues