Dear Mike
I try to compare the time-frequency analysis methods introduced by you with the methods derived from EEGLAB toolbox.
Here the epoch time in my dataset is 2500 ms, but the output time is 1385ms after using newtimef function?
However, it can show us a full length time window when I using the methods you provided in Chapter 13.
So, could you tell me the main reason to to this difference?
--------------------------------------------------------------------------------------------
[ersp, itc,powbase, times, freqs,erspboot, itcboot]=newtimef(EEG.data(1,:,:), 2500, [EEG.xmin EEG. xmax]*1000, 1000, [3, 0.5], 'maxfreq',45, freqs,[3, 45], 'winsize',256, 'padratio',8,'timesout',2500);
Thank you very much!
Qing He