gsp-eeg / EEGraSP

EEG signal analysis based on graph signal processing
https://eegrasp.readthedocs.io/
MIT License
0 stars 0 forks source link

Add connectivity measures computation #23

Open lucaslanek opened 2 months ago

lucaslanek commented 2 months ago

In GitLab by @julioRodino on Jun 4, 2024, 11:22

Add functions to compute connectivity measures. Correlation, PLV, PLI, coherence, etc.

A good reference is:

Stam, C. J., Nolte, G., & Daffertshofer, A. (2007). Phase lag index: Assessment of functional connectivity from multi channel EEG and MEG with diminished bias from common sources. Human Brain Mapping, 28(11), 1178–1193. https://doi.org/10.1002/hbm.20346

lucaslanek commented 2 months ago

In GitLab by @julioRodino on Jun 5, 2024, 10:13

marked this issue as related to eeg_graph_classification#2