Here is my EEG waveform. I am not sure its EEG or noise. Because I am not getting peak amplitude at 10 HZ when eyes are closed.
I am using differential signal. While using Bias settings. Biasout and BiasINV pins are short and are directly connected to ear electrode. Here are my Register settings.
These signals are from back of the head. Eye blinks are so sharp and clear having different polarities. So can you help what is this thing? according to me its a random noise. We are using 24 electrodes EEG cap.
ADS.WREG(CONFIG1, 0b11010110);
ADS.WREG(CONFIG2, 0xC0);
ADS.WREG(CONFIG3, 0xE6);
ADS.WREG(0x05, 0x00);
ADS.WREG(0x06, 0x81);
ADS.WREG(0x07, 0x81);
ADS.WREG(0x08, 0x81);
ADS.WREG(0x09, 0x81);
ADS.WREG(0x0A, 0x81);
ADS.WREG(0x0B, 0x81);
ADS.WREG(0x0C, 0x81);
ADS.WREG(0x0D, 0xFF);
ADS.WREG(0x0E, 0xFF);
ADS.WREG(0x15, 0x20);