autonomous019 / EEG-Processing

various code files for processing EEG/MEG Data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EEG Processing

various code files for processing EEG/MEG Data

The files in this repository are working files I use to parse EEG data which can then be used for identifying brain waves of interest to a Brain Computer Interface. The files are mostly in Python for EEG processing of raw data, then javascript/html5 for display of that data. I use Python-MNE for eeg related parsing and collection.

MNE: a basic example of parsing FIF files of EEG data is in plot_read.py, plot_read_epoch.py is similiar but deals with identifying EEG epochs. To run the basic example you may also need to install, using pip (>pip install mne), such addons as numpy, scikit-learn, mne, os may be needed. These code files were tested using Python 3.9 and MNE 0.24




An EEG data file represented through javascript, see eeg.html


About

various code files for processing EEG/MEG Data

License:GNU Lesser General Public License v3.0


Languages

Language:Python 54.6%Language:HTML 45.4%