Hi,
I am wondering how can I get the single wave that I see in the muse monitor app but in my computer. I have read in the technical manual that: 'Brain wave values are absolute band powers, based on the logarithm of the Power Spectral Density (PSD) of the EEG data for each channel'.
So if I use the pwelch function in Matalb it gives me the power density function of each channel but i don't know how to integrate them.
Thank you
Begonya
Integrating the 5 channels to get just one brain wave
Re: Integrating the 5 channels to get just one brain wave
Sorry, I've not used MatLab, so I can't give you any specifics.
The single absolute values are just averages of the absolute values for each of the four channels: (TP9+AF7+AF8+TP10)/4.
The single absolute values are just averages of the absolute values for each of the four channels: (TP9+AF7+AF8+TP10)/4.
Re: Integrating the 5 channels to get just one brain wave
Thank you for your response.
But, they are averages for the absolute values that come directly in the file of muse monitor or the averages of the logarithm of the PSD (I got this information from the technical manual of musemonitor (see attachment)
But, they are averages for the absolute values that come directly in the file of muse monitor or the averages of the logarithm of the PSD (I got this information from the technical manual of musemonitor (see attachment)
- Attachments
-
- absolute.PNG (97.34 KiB) Viewed 6417 times
Re: Integrating the 5 channels to get just one brain wave
In the screenshot above, what you are seeing is the average of the four sensor values, which are output in the recording file.
You can also see the individual values on screen by going in to Settings and selecting what you want under "Wave Types (Absolute)" where you can pick from "Average Values", "Left/Right", "Front/Back" and "All Sensors".
You can also see the individual values on screen by going in to Settings and selecting what you want under "Wave Types (Absolute)" where you can pick from "Average Values", "Left/Right", "Front/Back" and "All Sensors".
Re: Integrating the 5 channels to get just one brain wave
Bu if i consider the alpha channel in the app I see a range of 60-90 dB but if i plot the same values in matlab as you said(taking the alpha absolute values), the range is from 0 to 1. Even if i convert the absolute values to PSD and take the log, it is still in 0-1 range.
How did you get a 60-90 range?
Thanks
How did you get a 60-90 range?
Thanks
Re: Integrating the 5 channels to get just one brain wave
As per the online documentation:
display_value = (value+1)/0.02The EEG PSD values as read from the sensors are commonly in the {-1:+1} range. For the text value display these are shown in a more legible {0:100} range.
Re: Integrating the 5 channels to get just one brain wave
Hi,
A follow-up of this topic.
I can see from this post that average values are calculated as logaritms (not in linear units). I can verify that once I have valid values in all four channels. But very often there is "noise". What does channel values of 0 mean and what does a large (8 digit) number means and how are they handled in the average?
Thanks
A follow-up of this topic.
I can see from this post that average values are calculated as logaritms (not in linear units). I can verify that once I have valid values in all four channels. But very often there is "noise". What does channel values of 0 mean and what does a large (8 digit) number means and how are they handled in the average?
Thanks
Re: Integrating the 5 channels to get just one brain wave
What 8 digit numbers are you talking about? Band powers are usually {-1:+1}. The highest I've seen is only around +5.
Re: Integrating the 5 channels to get just one brain wave
Sorry my mistake. Excel import delimiter problem solved.
Thanks
Thanks
Re: Integrating the 5 channels to get just one brain wave
The value of Theta_TP9 shown in my csv record file is 1.462454573. I would like to ask you a few questions about this. 1. Why is it higher than 1? 2. According to the instructions, its unit should be bels. But 1 bels = 10dB (I'm not sure if my knowledge is correct), 14.6dB obviously should not be the normal value for alpha waves. If we deduce the reverse according to your calculation formula, the corresponding display value of 1.462454573 is 123, it is more likely to be the dB value of alpha wave, but I do not know why I want to calculate this way, I hope you can answer it for me, thank you.