Table of Contents

Rhs2116DataFrame

Buffered data from an RHS2116 device.

Properties

Property Type Description
AmplifierData Mat

Gets the high-gain AC-coupled ephys amplifier data.

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:

V_electrode (uV) = 0.195 µV × (ADC result – 32768)
DCData Mat

Gets the DC-coupled low-gain amplifier data for monitoring stimulation waveforms.

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 10-bits each and are represented using unsigned 16-bit integers. To convert to micro-volts, the following equation can be used:

V_electrode (mV) = -19.23 mV × (ADC result – 512)
Clock ulong[]

Gets the buffered array of Clock values.

HubClock ulong[]

Gets the buffered array of HubClock values.