| POP_NEWTIMEF | Returns estimates and plots of event-related (log) spectral perturbation (ERSP) and inter-trial coherence (ITC) changes timelocked to a set of input events in one data channel. |
| Usage: | >> pop_newtimef(EEG, typeplot); % pop_up window >> pop_newtimef(EEG, typeplot, lastcom); % pop_up window >> pop_newtimef(EEG, typeplot, channel); % do not pop-up >> pop_newtimef(EEG, typeproc, num, tlimits,cycles, 'key1',value1,'key2',value2, ... ); |
| Inputs: | |
INEEG |
input EEG dataset |
typeproc |
type of processing. 1 process the raw data and 0 the ICA components |
num |
component or channel number |
tlimits |
[mintime maxtime] (ms) sub-epoch time limits |
cycles |
>0 -> Number of cycles in each analysis wavelet 0 -> Use FFTs (with constant window length) |
| Optional inputs: | See the newtimef() function. |
| Outputs: | same as newtimef(), no outputs are returned when a window pops-up to ask for additional arguments |
| Author: | Arnaud Delorme, CNL / Salk Institute, 2001 |
| See also: | newtimef(), eeglab() |