Skip to content

Library with scientific tools to analyze EEG signal from consumer grade headsets

License

Notifications You must be signed in to change notification settings

berkeley-biosense/brainlib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

brainlib

for background, consult the following tutorials: Pre-processing EEG data from consumer devices, and Building a simple BCI with a Neursosky MindWave

use

The main function you should use is makeFeatureVector (readings, bins) where readings is a list of lists, where each sub-list is 1024 raw values from the neurosky device. bins is a number of bins - 100 is a sane starting value here (see tutorials above for more details).

import brainlib
brainlib.makeFeatureVector(readings, 100) 

About

Library with scientific tools to analyze EEG signal from consumer grade headsets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%