EEG over 1000uV values even after filters apply [resolved]

PrageethdaPrageethda Colombo, Sri Lanka
edited December 2020 in Cyton

I use cyton as Hardware for acquire the eeg data and brainflow library(for python) as the software. the method get_current_board_data (256) is used for acquire the latest 256 data points of buffer.
after acquire the raw data and it is multiplied by SCALE_FACTOR_EEG = (4500000)/24/(2**23-1) #uV/count
for convert it to microvolt values. but the signal is a oscillation over 1000uV values.

then according to the https://openbci.com/forum/index.php?p=/discussion/201/large-millivolt-data-values-fbeeg-full-band-eeg post the data are band passed(cutoff =10Hz) . but it is still the signal like a sine wave. and values oscillating over 1000uV.
Then i used the > OpenBCI GUI and apply filter in it . the GUI also showing values oscillation over 1000 uV. normally eeg values are in 0 - 100uV . what can be the problem ?.

Comments

Sign In or Register to comment.