| POP_CROSSF |
Return estimates and plots of event-related spectral coherence |
 |
|
| Usage: |
>> pop_crossf(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 crossf(). See >> help crossf |
|
| Outputs: |
Same as crossf(). 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() |