Skip to content

This is a toolbox for computing EEG brain states by using wSMI, sliding window and k-means clustering

Notifications You must be signed in to change notification settings

dellabellagabriel/legacy-brain-states

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brain-states

This is a toolbox for computing EEG brain states by using wSMI, sliding window and k-means clustering

Required

You will need to have the following packages and programs

Functions

  • filtering: Applies a bandpass filter and subsampling
  • stationary-wsmi: Computes the wSMI matrix for the whole session
  • dynamic-wsmi: Uses the sliding window technique and computes a wSMI matrix for every window
  • k-means: Using the result from dynamic-wsmi the windows are classified into centroids using the k-means clustering algorithm. It also computes the probability distribution of the states and transition probability between states at t and t+1

Examples

You can find examples for every function in the "example" folder.

About

This is a toolbox for computing EEG brain states by using wSMI, sliding window and k-means clustering

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published