Add support for Muse data recorded with LSL (Lab Streaming Layer)
Add support for muse data recorded with Lab Streaming Layer
Merge ... again :/
Working with EEG (electroencephalography) data is hard, and this little library aims to make it easier. EEGrunt consists of a collection of functions for reading EEG data from CSV files, converting and filtering it in various ways, and finally generating pretty and informative visualizations.
Update: We’ve added functions to plot heart rate and heart rate variability from recorded OpenBCI ECG (electrocardiography) data. You can test these out with the analyze_ecg_channel.py
and analyze_ecg_data.py
demo scripts. We’ve posted a new tutorial on our blog to get you started: EEGrunt update: Analyze heart rate and HRV with Python
EEGrunt is compatible with data from OpenBCI and Muse.
EEGrunt has bandpass, notch, and highpass filters for cleaning up powerline interference, OpenBCI's DC offset, and zeroing in on the frequency band you want to analyze.
EEGrunt makes it easy to generate signal plots, amplitude trend graphs, spectrograms, and FFT (fast-fouier transform) graphs, etc.
git clone https://github.com/curiositry/EEGrunt
sudo bash install_linux_dependencies.sh
(tell me if this doesn’t work)analyze_data.py
and edit at will, or create your own script using EEGrunt.py
. Make sure to set the required variables — device, path, and filename.python analyze_data.py