Bias for EOG in OpenBCI Python
Hello everyone,
I'm not sure if this post belongs here or not. I'm trying to use OpenBCI to acquire some EOG data using the Python SDK, but I'm not sure about some things.
I've read that for EOG the best option is to use differential mode, so connect two electrodes to the same channel to acquire the voltage difference (in my case one channel for vertical signal and other channel for horizontal signal). The problem is that I'm not sure if I should not use a "reference" because in differential mode each electrode is referenced with the other electrode in the same channel or if I should use bias or SRB.
Before acquiring the data I'm sending the parameters to the Cyton board to disconnect the channels that I'm not going to use and also I'm sending the command ser.write(b'x Channel 0 6 0 0 0 0 X') to use normal mode, remove channels from bias and not connect it to the SRB. Is that correct? Or should I change the input mode?
Also, is there any difference in connecting the electrodes V1 to P1 and V2 to N1 and do it in the opposite way (V1 to N1 and V2 to P1)? Because the values that I have now are negative values and this feels strange for me.
Thank you very much in advance for your help.
Comments