This repository contains code used for the paper "Closed-loop motor imagery EEG simulation for brain-computer interfaces". The code was developed under partial support from NIH under grant AT009263.
- pygame (tested on 1.9.6)
- spectrum
- scipy/numpy/pandas
- tkinter
- Run
main.py
, or, for a portable install, use an installation tool (e.g. pyinstaller) onmain.py
. - The software is ready to be used for an experiment in default settings. To edit common parameters, change
params = launcher("subj")
toparams = launcher("dev")
to access the GUI upon launch, or edit parameters directly inui\get_params.py
ormain.py
.
If this software, in whole or in part, helped your project, please consider citing the following paper:
Shin H, Suma D and He B (2022) Closed-loop motor imagery EEG simulation for brain-computer interfaces. Front. Hum. Neurosci. 16:951591. doi: 10.3389/fnhum.2022.951591