Analyzing Alpha Brain Waves

belaslim3
Posts: 1
Joined: Sun Oct 06, 2019 11:01 am

Analyzing Alpha Brain Waves

Post by belaslim3 »

Hey James,

I've been using your Muse Monitor program to analyze alpha brain waves for my science fair research project. I'm studying the effect of different meditation apps on alpha waves. I used Excel to graph the CSV data, and ran the macro which has been very helpful for my project so far. Since in my project I am measuring the effectiveness of different meditation apps, I believe I need to look at the Average Alpha values for the each session. I have attached one of the files to this post as an example.
On the Muse Monitor website on the Graphing Online tab, I uploaded this file and saw the "Ave Alpha" meter read "84.116".
Three questions:
1) Is this the average alpha wave value for the whole recording?
2) What unit is this number in?
3) How can I calculate, or how can I get to, this number in Excel after having run the macro?

Thanks,
Bela
Attachments
museMonitor_2019-07-29--10-07-16.zip
(55.08 KiB) Downloaded 422 times
User avatar
James
Site Admin
Posts: 1110
Joined: Wed Jan 02, 2013 9:06 pm

Re: Analyzing Alpha Brain Waves

Post by James »

#1 - Yes
#2 - Bels
#3 - =(AVERAGE(J:M)+1)*50

FYI, this data is of very poor quality. Check the RAW EEG, you can see that AF7 has very bad skin contact throughout. You also have a bunch of warning markers all over the data for BF (Bad Fit). You should aim to have zero bad fit warning markers.
tontine
Posts: 5
Joined: Fri Dec 06, 2019 9:15 pm

Re: Analyzing Alpha Brain Waves

Post by tontine »

James wrote: Sun Oct 06, 2019 5:22 pm #1 - Yes
#2 - Bels
#3 - =(AVERAGE(J:M)+1)*50

Can you explain the function for averaging? Because the bel scale is logarithmic do we have to convert the bel values to linear, then average across all sensors, and convert back to bel? Thanks!
User avatar
James
Site Admin
Posts: 1110
Joined: Wed Jan 02, 2013 9:06 pm

Re: Analyzing Alpha Brain Waves

Post by James »

Average is Sum/Count.
tontine
Posts: 5
Joined: Fri Dec 06, 2019 9:15 pm

Re: Analyzing Alpha Brain Waves

Post by tontine »

James wrote: Fri Dec 06, 2019 9:21 pm Average is Sum/Count.
where does the +1 and *50 come from?
User avatar
James
Site Admin
Posts: 1110
Joined: Wed Jan 02, 2013 9:06 pm

Re: Analyzing Alpha Brain Waves

Post by James »

Values from the Interaxon SDK are in the approximate range -1:+1.
To convert these to the approximate range 0:100 to make them more understandable to the lay person you add one and times by 50.
tontine
Posts: 5
Joined: Fri Dec 06, 2019 9:15 pm

Re: Analyzing Alpha Brain Waves

Post by tontine »

James wrote: Sat Dec 07, 2019 1:52 am Values from the Interaxon SDK are in the approximate range -1:+1.
To convert these to the approximate range 0:100 to make them more understandable to the lay person you add one and times by 50.
Cool, thanks. What about the issue of computing an average on a logarithmic scale?
User avatar
James
Site Admin
Posts: 1110
Joined: Wed Jan 02, 2013 9:06 pm

Re: Analyzing Alpha Brain Waves

Post by James »

You don't need to do anything extra. Average is still average.
tontine
Posts: 5
Joined: Fri Dec 06, 2019 9:15 pm

Re: Analyzing Alpha Brain Waves

Post by tontine »

James wrote: Tue Dec 10, 2019 5:52 pm You don't need to do anything extra. Average is still average.
The average of values in the bel scale require first converting to linear, then averaging, then converting back to bel. i.e. the average of 50dB and 100dB isn't 75dB. Or am I missing something?
User avatar
James
Site Admin
Posts: 1110
Joined: Wed Jan 02, 2013 9:06 pm

Re: Analyzing Alpha Brain Waves

Post by James »

The calculation uses logs but the results are linear. You don't need to do anything special to get an average
Post Reply