Electrode compatibility, amplification and filtering
Hello,
Can I use any passive gel electrodes to use with the system ?
Is there any need for pre-amplification and filtering of the biosignals as they are in the order of microvolts?
I had a look at the <a href="http://connectedcatmedia.com/phpBBdemo/files/ADS_V2-2-Sch.pdf">schematics</a> and found that only one RC filter is used before giving the input to ADS1299. So is there any amplification done before giving the brainwaves to the ADS1299 ?
Thanks in advance.
Can I use any passive gel electrodes to use with the system ?
Is there any need for pre-amplification and filtering of the biosignals as they are in the order of microvolts?
I had a look at the <a href="http://connectedcatmedia.com/phpBBdemo/files/ADS_V2-2-Sch.pdf">schematics</a> and found that only one RC filter is used before giving the input to ADS1299. So is there any amplification done before giving the brainwaves to the ADS1299 ?
Thanks in advance.
Comments
As one who's been working with the early prototypes, I believe that you can use any EEG/ECG gel with OpenBCI. I happen to use Ten20 paste (for paste) and Electro-Gel (for gel). I haven't tried any others, but as long as they are conductive, they should work.
As for additional amplification, no, none is needed. The ADS1299 has a built-in amplifier and a built-in 24-bit ADC so that it can acquire microvolt EEG signals without any additional hardware.
Thanks for checking us out!
Chip
Thanks for the response. This is interesting. I was checking the other EEG projects and all of them were using many filter stages (to avoid GSR, HF interference and supply line noise) and multiple amplification stages. Is there any software filtering used for openBCI other than the <code>LPF(fc=6.8KHz!)</code> in the input stage ?
thanks
The RC LPF you see is covered in the TI data sheet, it performs EMI and "anti-aliasing" functions. The 'sinc' digital filter inside the chip has 'holes' that it cannot cover starting at 1 MHz, and then going up at 1 MHz intervals. The RC LPF blocks all of that, so is essentially an EMI filter. Sinc filter takes care of the rest.
Thanks for the detailed response. Now it is clear that the external amplification and filter stages were eliminated because of the benefits from Delta sigma ADC.
Chip