[Eeglablist] Freq power baseline question

David Ryan ryand1 at goldmail.etsu.edu
Tue Oct 29 12:03:04 PDT 2019


Hello,
I have sent this email to the listserv several times, gotten a
confirmation email but never saw it in the listserv. Do I need to
correct something?

Thanks,
Dave


Hello,

I am looking into frequency power changes with the onset of an
auditory stimulus and a time window of 0-700ms utilizing the script
below. Does this process baseline correct? Does it need a baseline
correction?

[spectra,freqs] = spectopo (EEG.data(Fz,:,:), 0, EEG.srate);

%Data ranges
hz8 = find(freqs>7 & freqs<9);
hz7 = find(freqs>6 & freqs<8);
hz6 = find(freqs>5 & freqs<7);
hz5 = find(freqs>4 & freqs<6);
hz4 = find(freqs>3 & freqs<5);


% Compute Power
hz8powerFz = 10^(mean(spectra(hz8))/10);
hz7powerFz = 10^(mean(spectra(hz7))/10);
hz6powerFz = 10^(mean(spectra(hz6))/10);
hz5powerFz = 10^(mean(spectra(hz5))/10);
hz4powerFz = 10^(mean(spectra(hz4))/10);


Thanks,
Dave



More information about the eeglablist mailing list