Calculates the Phase Lag Index between channel pairs, a measure of asymmetry in the phase difference distribution.
Value
A numeric matrix of PLI values (channel x channel) with values ranging from 0 (no asymmetry in phase distribution) to 1 (maximal asymmetry). Row and column names are set to channel names when available.
Details
PLI measures the asymmetry of the distribution of phase differences. Unlike PLV, PLI is insensitive to volume conduction effects that lead to zero-lag synchronization.
PLI = |mean(sign(Im(S_xy)))|, where S_xy is the cross-spectrum.
References
Lachaux, J.-P., et al. (1999). "Measuring phase synchrony in brain signals." Human Brain Mapping, 8(4), 194-208. doi:10.1002/(SICI)1097-0193(1999)8:4<194::AID-HBM4>3.0.CO;2-C
See also
plv() for phase locking value, wPLI() for weighted phase lag
index, coherence() for frequency-domain coherence,
connectivityMatrix() for a unified connectivity interface.