Imaginary-coherence estimator (Nolte et al. 2004); rejects zero-lag volume-conduction mixing. More...
#include <imagcoherence.h>
Public Types | |
| typedef QSharedPointer< ImagCoherence > | SPtr |
| typedef QSharedPointer< const ImagCoherence > | ConstSPtr |
| Public Types inherited from CONNECTIVITYLIB::AbstractMetric | |
| typedef QSharedPointer< AbstractMetric > | SPtr |
| typedef QSharedPointer< const AbstractMetric > | ConstSPtr |
Public Member Functions | |
| ImagCoherence () | |
| Public Member Functions inherited from CONNECTIVITYLIB::AbstractMetric | |
| AbstractMetric () | |
Static Public Member Functions | |
| static Network | calculate (ConnectivitySettings &connectivitySettings) |
Additional Inherited Members | |
| Static Public Attributes inherited from CONNECTIVITYLIB::AbstractMetric | |
| static bool | m_bStorageModeIsActive = false |
| static int | m_iNumberBinStart = -1 |
| static int | m_iNumberBinAmount = -1 |
Imaginary-coherence estimator (Nolte et al. 2004); rejects zero-lag volume-conduction mixing.
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.
Definition at line 92 of file imagcoherence.h.

| typedef QSharedPointer<const ImagCoherence> CONNECTIVITYLIB::ImagCoherence::ConstSPtr |
Const shared pointer type for ImagCoherence.
Definition at line 97 of file imagcoherence.h.
| typedef QSharedPointer<ImagCoherence> CONNECTIVITYLIB::ImagCoherence::SPtr |
Shared pointer type for ImagCoherence.
Definition at line 96 of file imagcoherence.h.
|
explicit |
Constructs a ImagCoherence object.
Definition at line 54 of file imagcoherence.cpp.
|
static |
Calculates the imaginary coherence between the rows of the data matrix.
| [in] | connectivitySettings | The input data and parameters. |
Definition at line 60 of file imagcoherence.cpp.