Calculates the Phase Locking Value between channel pairs, measuring the consistency of phase difference across time.
Value
A numeric matrix of PLV values (channel x channel) with values ranging from 0 (random phase relationship) to 1 (perfect phase locking). Row and column names are set to channel names when available.
Details
PLV measures the consistency of the phase difference between two signals. A value of 1 indicates perfect phase locking, while 0 indicates random phase relationship.
The signals are first bandpass filtered to the specified frequency band, then the analytic signal is computed using the Hilbert transform.
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
pli() for phase lag index, wPLI() for weighted phase lag index,
coherence() for frequency-domain coherence, connectivityMatrix() for
a unified connectivity interface.