Buffered analog data produced by the ONIX breakout board.
Properties
| Property | Type | Description |
|---|---|---|
AnalogData
|
Mat |
Gets the buffered analog data array. Analog samples are organized in 12xN matrix with rows representing channel number and N columns representing samples acquired at 100 kHz. Each column is a 12-channel vector of ADC samples whose acquisition time is indicated by the corresponding elements in Clock and HubClock. When DataType is set to Volts, each sample is internally converted to a voltage value and represented using a float. When DataType is set to S16, each 16-bit ADC sample is represented as a short. In this case, the following equation can be used to convert a sample to volts:
where |
Clock
|
ulong[] |
Gets the buffered array of Clock values. |
HubClock
|
ulong[] |
Gets the buffered array of HubClock values. |