Skip to content

bioelectric-interfaces/BCI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BCI

requirements

  • install Anaconda3 distribution
  • install pylsl

pip install pylsl

start in custom mode (parameters in the file config.ini -> general)

python main.py

start in default mode

python main.py -default

start in record mode (only recording PN and Amplifier data)

python main.py -record

start in realtime mode (fit recorded data and run realtime experiment)

python main.py -realtime

start in debug mode

python main.py -debug

Releases

No releases published

Packages

No packages published

Languages

  • Python 84.7%
  • C++ 15.3%