Resting state connectivity

Hey all,
What is the best approach for resting state connectivity analysis?
It seems that mne.connectivity.spectral_connectivity is design for evoked data.
In resting state, the different 'epochs' are sliding windows in time, so for each calculation I can send only one epoch, which yields to zeros (pli2_unbiased).

Thanks,
Noam

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20170203/88f36f08/attachment.html

Hi Noam,

checkout `mne.make_fixed_length_events`,

Denis

Correlate low frequency phase with high frequency power.

There is some debate as to whether this kind of cross-frequency coupling
is actually an artifact of non-sinusoidal neural activity:
https://www.ncbi.nlm.nih.gov/pubmed/27941990
http://voyteklab.com/wp-content/uploads/Cole-TrendsCognSci2017.pdf

Within-frequency coherence, phase-locking, and amplitude correlations are
viable alternatives that do not have this concern.