BrainBit for developers Subscribe for updates Visit website

BaseDoubleChannel

Package: com.neuromd.neurosdk

Abstract class of channel. Base class for channels with data type Double. It inherits from the BaseChannel base class.

Includes the following fields:

ReadData

A method that returns the requested amount of data.

Options:

offset: Offset from the start of data

 

length: The required number of signal samples. If there is not enough data in the channel, then they will be filled with zeros.

 

Return value:

data array double, size length.