You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having a hard time figuring it out why the freqs output from Spectopo.m always starts at 0.
From my understanding, this is because Spectopo.m computes the PSD (i.e. which is a density under the curve), which would mean that when freqs = 0Hz it is in fact the PSD from 0 to 0.9999 Hz ?
Am i correct?
I want to extract frequency ranges from the spectra output (e.g. 2-4Hz) and average them.
Then if I am correct, this means that I will have to do mean(spectra(:,3-4),2) since:
freqs(3) is 2-2.999Hz
freqs(4) is 3-3.999Hz
Using the function:
[spectra ,freqs]=spectopo(EEG, 1, EEG.srate,'freqfac',1)
Many thanks and best regards,
Corentin Wicht
The text was updated successfully, but these errors were encountered:
Dear EEGLab developpers,
I am having a hard time figuring it out why the freqs output from Spectopo.m always starts at 0.
From my understanding, this is because Spectopo.m computes the PSD (i.e. which is a density under the curve), which would mean that when freqs = 0Hz it is in fact the PSD from 0 to 0.9999 Hz ?
Am i correct?
I want to extract frequency ranges from the spectra output (e.g. 2-4Hz) and average them.
Then if I am correct, this means that I will have to do mean(spectra(:,3-4),2) since:
Using the function:
[spectra ,freqs]=spectopo(EEG, 1, EEG.srate,'freqfac',1)
Many thanks and best regards,
Corentin Wicht
The text was updated successfully, but these errors were encountered: