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.2.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | f94902888774e2261093828215546e57c3edc23de77f992c32026e833f41e2b3 |
|
MD5 | 778ba92adffc6f2d4c1ac30005180a2c |
|
BLAKE2b-256 | 4967051f2b2df38d8abd5b0ae7f8c4a2edc3a73d9eb2c08a8262e7180005ae3d |
Hashes for neural_data_simulator-0.2.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f841043d879a7f8c45fc24ff69fc19bf46ac5958fc0010fd67289c2db036f29 |
|
MD5 | 6be7822e4f57b5e50c09076cd49f0911 |
|
BLAKE2b-256 | 59af97bc0d311f0df4a81b256a6cbbcc6f7fb2b04920b1de1941981a273b828c |