Daisy averaging of the live stream EEG data from the Cyton board
Hi,
When the Daisy board is attached with Cyton, we can measure 16 channels at 125Hz.
But, according to https://docs.openbci.com/Hardware/03-Cyton_Data_Format#cyton-data-format-16-channel-data-with-daisy-mdule,
temporally two adjacent data are averaged and sent to PC.
I was very surprised to see this specification because such a process distorts the data, and we cannot obtain the original sample data.
I'm using Cyton now and I'm afraid of the accuracy of data measured by it.
I assume that,1) it converts the analog voltages from the electrodes to digital data in 24 bits, 2) stores them on the buffer memory, and 3) sends them to the PC over bluetooth, is it right?
Does Cython do the other *unnecessary processes* over EEG data?
Comments