Hi experts,<br><br>I am new to the time-frequency analysis of EEGLAB. I have a dataset of hundreds of epoch. The sampling rate is 500. Each epoch starts at -100ms and ends at 298ms. I'd like to see the ERSP of 10hz-50hz at the entire time range, i.e. -100-298ms. So I ran this command<br><br>figure; [ersp,itc,powbase,times,freqs,erspboot,itcboot]=pop_newtimef( EEG, 1, 47, [-100 298], [3 0.5] ,'type', 'phasecoher', 'title','Channel P2 power and inter-trial phase coherence', 'alpha',.05,'padratio', 16, 'plotphase','off','freqs',[10 50],'timesout',[-100:2:298]);<br><br>However, the output ERSP plot is always from 68ms to 130ms. And I saw a warning message in Matlab command window:<br><br>Warning: 168 out of 200 time values were removed (now 68.00 to 130.00 ms) so the lowest<br>         frequency could be computed with the requested accuracy<br><br>And the output 'times' is indeed between 68 and 130<br>times =<br>  Columns 1 through 7<br>   68.8485   70.8586   72.8687   74.8788   76.8889   78.8990   80.9091<br>  Columns 8 through 14<br>   82.9192   84.9293   86.9394   88.9495   90.9596   92.9697   94.9798<br>  Columns 15 through 21<br>   96.9899   99.0000   99.0000  101.0101  103.0202  105.0303  107.0404<br>  Columns 22 through 28<br>  109.0505  111.0606  113.0707  115.0808  117.0909  119.1010  121.1111<br>  Columns 29 through 32<br>  123.1212  125.1313  127.1414  129.1515<br><br>What does this mean? And how can I get enough data at broader time range? <br>I appreciate very much for any response.<br><br>Jack<br><br><br><span title="neteasefooter"/></span>