| POP_TIMEF |
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_timef(EEG, typeplot); % pop_up window >> pop_timef(EEG, typeplot, lastcom); % pop_up window >> pop_timef(EEG, typeplot, channel); % do not pop-up >> pop_timef(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 timef() function. |
|
| Outputs: |
same as timef(), no outputs are returned when a window pops-up to ask for additional arguments |
|
| Author: |
Arnaud Delorme, CNL / Salk Institute, 2001 |
|
| See also: |
timef(), eeglab() |