bardiabarabadi / uvicMUSE

BlueMuse Alternative with MATLAB Stream (UDP)
BSD 3-Clause "New" or "Revised" License
11 stars 6 forks source link

EEG Readings #17

Closed CrazyDave4 closed 1 year ago

CrazyDave4 commented 1 year ago

Hi, I have correctly set it up and can get EEG readings in MatLab. Now I'm curious what do the five fields of EEG samples represent - are they channels or alpha, beta, gamma, theta, delta for a specific channel? Thanks!

bardiabarabadi commented 1 year ago

The channels pass through the raw samples. To get alpha/beta/... channels you need to filter the signals and limit their bandwidth. See this for more information: https://nhahealth.com/brainwaves-the-language/

CrazyDave4 commented 1 year ago

Thank you so much for the quick reply! Just to confirm since there are five fields for EEG readings do they represent the channels: AF7, AF8, TP9, and TP10 respectively (there are only four channels though)? Sorry for the naive question as I'm only a beginner in BCI...