Skip to content

YusufSait/EEG-EOG_Recognizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EEG-EOG Recognizer

C# Windows Forms project for analyzing real-time EEG/EOG data, which detects actions by comparing the current signal with recorded signal patterns.

tgDemo18-09.mp4

The real-time EEG/EOG data is acquired from a "ThinkGear Brain Kit" device connected via Bluetooth to the PC. Normalized cross-correlation method is implemented to determine the similarity between the current signal and previously recorded signal pattern. A dynamic-sized circular buffer data structure is utilized to efficiently record and analyze the incoming data.

The program also provides real-time visualization of the incoming data and resulting normalized cross-correlation scores.

The program is implemented using the observer pattern.

alt text

This project was completed as a student project at Gediz University - Computer Engineering Department in 2014.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages