ImagCoherence
Namespace: CONNECTIVITYLIB · Library: Connectivity Library
#include <connectivity/imagcoherence.h>
class CONNECTIVITYLIB::ImagCoherence
Computes the imaginary part of complex coherency for every channel pair.
The estimator inherits the volume-conduction rejection property derived by Nolte et al. (NeuroImage, 2004): zero-lag mixing of independent sources contributes only to the real axis and is removed, so the returned edge weights reflect interactions with non-zero conduction delay only. The cross-spectral accumulation is delegated to Coherency::calculateImag; this class is the public entry point used by the dispatcher in Connectivity.
Imaginary-coherence estimator (Nolte et al. 2004); rejects zero-lag volume-conduction mixing.
Inheritance
Public Methods
ImagCoherence()
Constructs a ImagCoherence object.
Static Methods
calculate(connectivitySettings)
Calculates the imaginary coherence between the rows of the data matrix.
Parameters:
- connectivitySettings : ConnectivitySettings & The input data and parameters.
Returns:
- Network — The connectivity information in form of a network structure.
Authors of this file
- Daniel Strohmeier <daniel.strohmeier@gmail.com>
- Lorenz Esch <lorenz.esch@tu-ilmenau.de>
- Juan GPC <jgarciaprieto@mgh.harvard.edu>
- Gabriel Motta <gabrielbenmotta@gmail.com>
- Christoph Dinh <christoph.dinh@mne-cpp.org>