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
Analyzing Alpha Brain Waves
Analyzing Alpha Brain Waves
- Attachments
-
- museMonitor_2019-07-29--10-07-16.zip
- (55.08 KiB) Downloaded 424 times
Re: Analyzing Alpha Brain Waves
#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.
#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.
Re: Analyzing Alpha Brain Waves
Average is Sum/Count.
Re: Analyzing Alpha Brain Waves
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.
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.
Re: Analyzing Alpha Brain Waves
Cool, thanks. What about the issue of computing an average on a logarithmic scale?
Re: Analyzing Alpha Brain Waves
You don't need to do anything extra. Average is still average.
Re: Analyzing Alpha Brain Waves
The calculation uses logs but the results are linear. You don't need to do anything special to get an average