| POP_NEWCROSSF | Return estimates and plots of event-related spectral coherence |
| Usage: | >> pop_newcrossf(EEG, typeproc, num1, num2, tlimits,cycles, 'key1',value1,'key2',value2, ... ); |
| Inputs: | |
INEEG |
Input EEG dataset |
| typeproc - Type of processing: | |
1 |
process two raw-data channels, |
0 |
process two ICA components |
num1 |
First component or channel number |
num2 |
Second component or channel number |
tlimits |
[mintime maxtime] Sub-epoch time limits in ms |
cycles |
>0 -> Number of cycles in each analysis wavelet 0 -> Use FFTs (with constant window length) Optional inputs: As for newcrossf(). See >> help newcrossf |
| Outputs: | Same as newcrossf(). No outputs are returned when a window pops-up to ask for additional arguments |
| Author: | Arnaud Delorme, CNL / Salk Institute, 11 March 2002 |
| See also: | timef(), eeglab() |