mne_connectivity
Compute spectral connectivity between channels over epochs using methods like coherence or PLV, returning a channel-by-channel heatmap and strongest pairs for specified frequency bands.
Instructions
Spectral connectivity between channels over Epochs in a frequency band. method: 'coh', 'plv', 'wpli', 'pli', 'imcoh', etc. Returns a channel×channel connectivity heatmap + strongest pairs. Requires mne-connectivity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fmax | No | ||
| fmin | No | ||
| method | No | coh | |
| con_name | No | con | |
| epochs_name | No | epochs |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |