MNE-CPP
0.1.9
A Framework for Electrophysiology
|
This class computes the coherency connectivity metric. More...
#include <coherency.h>
Public Types | |
typedef QSharedPointer< Coherency > | SPtr |
typedef QSharedPointer< const Coherency > | ConstSPtr |
Public Types inherited from CONNECTIVITYLIB::AbstractMetric | |
typedef QSharedPointer< AbstractMetric > | SPtr |
typedef QSharedPointer< const AbstractMetric > | ConstSPtr |
Public Member Functions | |
Coherency () | |
Public Member Functions inherited from CONNECTIVITYLIB::AbstractMetric | |
AbstractMetric () | |
Static Public Member Functions | |
static void | calculateAbs (Network &finalNetwork, ConnectivitySettings &connectivitySettings) |
static void | calculateImag (Network &finalNetwork, 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 |
This class computes the coherency connectivity metric.
This class computes the coherency connectivity metric.
Definition at line 86 of file coherency.h.
typedef QSharedPointer<const Coherency> CONNECTIVITYLIB::Coherency::ConstSPtr |
Const shared pointer type for Coherency.
Definition at line 91 of file coherency.h.
typedef QSharedPointer<Coherency> CONNECTIVITYLIB::Coherency::SPtr |
Shared pointer type for Coherency.
Definition at line 90 of file coherency.h.
|
explicit |
Constructs a Coherency object.
Definition at line 79 of file coherency.cpp.
|
static |
Calculates the absolute value of coherency of the rows of the data matrix.
[out] | finalNetwork | The resulting network. |
[in] | connectivitySettings | The input data and parameters. |
Definition at line 85 of file coherency.cpp.
|
static |
Calculates the imaginary part of coherency of the rows of the data matrix.
[out] | finalNetwork | The resulting network. |
[in] | connectivitySettings | The input data and parameters. |
Definition at line 156 of file coherency.cpp.