I'm using 10-20 pattern, collecting 19 channels and i need to average lots of files of continuum EEG for different frequency bands. I've found the procedure for ERPs in the tutorial... I do not know if i can use the same procedure for continuum EEG.
You can technically do all the averaging you want on EEG files in Brainstorm, across time, across electrodes, across files. Not everything is meaningful, though...
Averaging over time long EEG continuous recordings does not make sense: the EEG potentials fluctuate around zero, and the sum in time would tend towards zero.
Averaging time-frequency decomposition of a single file over time would not be zero, the time average would be meaningful, but this is a very convoluted way to compute a power in a given frequency band. Instead, use the PSD process for that.
Averaging continuous EEG across multiple does not make sense, as it would average effect patterns of brain activity that are not aligned in phase.
Thanks for your response. It helped me as I am not an EEG expert.
I'm trying to plot an average topography of continuous EEG files. Some 60 second files.
I'm trying to show the average brain activation in these files, focusing on different frequency bands.
So I think I can get some good results using PSD on the files and then plotting the 2D disk.
Let's suppose I do this for the Alpha band. It'll give me the topography I need for the Alpha band, right? In this case, what is best to measure? Power; Magnitude; or Log(power)?