-
Notifications
You must be signed in to change notification settings - Fork 14
Home
Niklas Hambüchen edited this page Aug 31, 2014
·
2 revisions
You can use Hemokit to get raw data out of your EEG. You can then process it in various ways:
-
Pipe the raw data as JSON or space-separated values into any program you like.
- Streaming it via a TCP socket or Websocket is also supported.
-
Write a Haskell application using the API directly.
-
Use the OpenVibe framework. It gives you
- signal processing
- classification
- example applications like this brain speller
Hemokit can be set up to stream EEG data to OpenVibe. See Hemokit as input for OpenVibe.