[Eeglablist] Frequency power baseline question

David Ryan ryand1 at goldmail.etsu.edu
Mon Aug 26 09:39:03 PDT 2019


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?



Thanks,

Dave



[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);
-- 

David Ryan, Ph.D.

Research Health Specialist

Mountain Home VA Health Care System (621)

Auditory Vestibular Research Enhancement Award Program (REAP)

Research Service

(423)-926-1171 Ext. 7575

www.avreap.research.va.gov



More information about the eeglablist mailing list