First Data with OpenBCI! [Cyton-ATmega 2014-August]
Hi All,
I've been working with Joel and Conor a long time now. To help with development, they sent me an OpenBCI V3 board over the weekend. I've started playing with it and got my first data. If you're interested, you can check out my pictures and data at:
Fun!
Chip
Comments
It's all available (along with my ever-evolving Python analysis code) on my GitHub:
Check out these interesting and simple algorithms for artifact rejection. In Appendix 1 of this document:
http://qeegpro.eegprofessionals.nl/wp-content/uploads/2014/10/qEEG-pro-Manual.pdf
They call it S.A.R.A (Standardized Artifact Rejection Algorithm), developed by Dr. Andre Keizer. More info on this page,
http://qeegpro.eegprofessionals.nl/artifacting-algorithm/
----
There are some much more complex algorithms using ICA (Independent Component Analysis), but the SARA idea looks to be superior and easier.
http://sccn.ucsd.edu/~jung/Site/EEG_artifact_removal.html ICA approach
William