The Wayback Machine - https://web.archive.org/web/20220704203345/https://github.com/topics/brain-computer-interface
Skip to content
#

brain-computer-interface

Here are 181 public repositories matching this topic...

brainflow
Andrey1994
Andrey1994 commented Jun 29, 2022

it should be possible to write smth like:

board->add_streamer("file://data.csv:w");
board->add_streamer("file://data2.csv:w");
board->add_streamer("streaming_board://225.1.1.1:6677");

Inside board class currently these is std::map<int, Streamer *> streamers; need to convert it to smth like std::map<int, std::vector<Streamer *>> streamers; int here represents preset

enhancement good first issue

Using multi-task learning to capture signals simultaneously from the fovea efficiently and the neighboring targets in the peripheral vision generate a visual response map. A calibration-free user-independent solution, desirable for clinical diagnostics. A stepping stone for an objective assessment of glaucoma patients’ visual field.
  • Updated Dec 20, 2020
  • Python

Improve this page

Add a description, image, and links to the brain-computer-interface topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the brain-computer-interface topic, visit your repo's landing page and select "manage topics."

Learn more