Electrophysiology data produced by an Rhd2164 bioamplifier chip.
Properties
Property | Type | Description |
---|---|---|
AmplifierData
|
Mat |
Gets the buffered electrophysiology data array. Each row corresponds to a channel. Each column corresponds to a sample whose time is indicated by the corresponding element Clock and HubClock. Samples are 16-bits each and are represented using unsigned 16-bit integers. To convert to micro-volts, the following equation can be used:
|
AuxData
|
Mat |
Gets the buffered auxiliary data array. Each row corresponds to a channel. Each column corresponds to a sample whose time is indicated by the corresponding element Clock and HubClock. |
Clock
|
ulong[] |
Gets the buffered array of Clock values. |
HubClock
|
ulong[] |
Gets the buffered array of HubClock values. |