EEG-ExPy icon indicating copy to clipboard operation
EEG-ExPy copied to clipboard

EEG Experiments in Python

Results 73 EEG-ExPy issues
Sort by recently updated
recently updated
newest added

Adapting the current notebooks present in the documentation to a CLI and eventually to an automated report for the N170, P300 and Visual SSVEP Experiments

EEG-ExPy

- Windows 10 Pro - Python Version: 3.7.11 - Brain Interface Used: Crown When running n170.present (form visual_n170), PsychoPy freezes and python crashes. The problem was fixed by removing `show_instructions(duration)`....

bug
platform: windows
EEG-ExPy

This PR introduces a new tutorial example on EEG decoding approaches used in eeg-notebooks that I've been working on with @JadinTredup during the BrainHackON coding sprint. It is still in...

I was trying to run the SSVEP example but it wouldn't work until I lowered my display refesh rate to 85hz or lower, any setting above this would not work....

Fixes an issue with volume fading out in `ssaep_onefreq` experiment by placing the sound object creation inside the trials loop. Also a few other improvements to the code.

I've created the file `04r__n170_clustering.py` with the clustering methods on N170 EEG data. This should be converted using sphinx to be added to the documentation. Thanks for your help!

Hi in both ssaep experiments the sounds fades away after a few instances, becoming barely audible. maybe it's my perception but it's somehow less evident in the two frequencies one...

bug

Hi I am trying to run the SSVEP_load_and_visualize.ipynb notebook, and I get a kernel error (python 3.8, Windows 10), see below. I tried the same on Ubuntu 18 and no...

My stuff is in: https://github.com/ErikBjare/thesis/blob/master/src/eegwatch/devices/ Includes a bunch of minor changes, including: - Added type annotations - Support for recording Muse PPG/ACC/GYRO streams ### TODO - [ ] start/stop is...

enhancement
bhg2020