Skip to content

CommanderPho/emotiv-matlab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emotiv-matlab

Acquiring raw EEG signals from Emotiv EPOC+ in MATLAB

The python script routes the raw EEG signals of all channels acquired from Emotiv EPOC+ headset to MATLAB using a TCP/IP connection.

The script is based on Emokit by The OpenYou Organization.

Installation

Add matlab folder to your path in MATLAB in order to use its functions.

Usage

A pre-compiled binary can be used in windows to start up quickly.

Double click Emotiv.exe in bin/Windows/ and then Open MATLAB.

Use the following functions to establish a TCP/IP connection and read the raw signals:

emotiv_connect
emotiv_read

When done using the headset, close the connection to python using:

emotiv_disconnect

Raw data should be around 4k and contact quality above 1k for getting good readings.

About

Acquiring raw EEG signals from Emotiv EPOC+ using MATLAB

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.1%
  • MATLAB 0.9%