Electrophysiology simulator data for developing Brain-Computer Interfaces
Project description
Neural Data Simulator
The Neural Data Simulator is a real-time system for generating electrophysiology data from behavioral data (e.g. cursor movement, arm kinematics, etc) in real-time. The NDS system can be used to test and validate closed-loop brain-computer interface systems without the need for a human in the loop, generate synthetic data for algorithm optimization, and provide a platform on which to develop BCI decoders.
Documentation
See the documentation for a complete system overview, installation instructions, and API details.
Installation
Ensure that Python >=3.9
and <3.12
is installed. Then, proceed to install LSL:
# on Linux/WSL
conda install -c conda-forge liblsl
# on macOS
brew install labstreaminglayer/tap/lsl
# on Windows
# should be installed automatically by pip when installing NDS
Install the NDS package with the included examples and utilities via pip:
pip install "neural-data-simulator[extras]"
Quick start
Run the following scripts:
nds_post_install_config
run_closed_loop
NOTE: You might need to give permissions like network access when running the scripts.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for neural_data_simulator-0.1.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 136dad9df12de462555bef1ab7beea28781f19a0cd6d1720e6695e01c313900e |
|
MD5 | 921375fe202e583df7a3f04c1f64159f |
|
BLAKE2b-256 | c7c43786ae153ed63ce831c480ed1f99d3d9828f3bb71c41805ab40dbda726fa |
Hashes for neural_data_simulator-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d74f96342b4de84d23c09bf3ab1f327d52a3404fd9506eef4ebfa8d324bbb13f |
|
MD5 | b8d0bfeafa36146a07eeafd4bfbce04a |
|
BLAKE2b-256 | a5a372e285e734fb1031035ac9a61dd6819a1d7591f30f1aee9d250dcdf58c5b |