MNE-CPP
0.1.9
A Framework for Electrophysiology
|
This class computes the phase lag index connectivity metric. More...
#include <weightedphaselagindex.h>
Public Types | |
typedef QSharedPointer< WeightedPhaseLagIndex > | SPtr |
typedef QSharedPointer< const WeightedPhaseLagIndex > | ConstSPtr |
Public Types inherited from CONNECTIVITYLIB::AbstractMetric | |
typedef QSharedPointer< AbstractMetric > | SPtr |
typedef QSharedPointer< const AbstractMetric > | ConstSPtr |
Public Member Functions | |
WeightedPhaseLagIndex () | |
Public Member Functions inherited from CONNECTIVITYLIB::AbstractMetric | |
AbstractMetric () | |
Static Public Member Functions | |
static Network | calculate (ConnectivitySettings &connectivitySettings) |
Static Protected Member Functions | |
static void | compute (ConnectivitySettings::IntermediateTrialData &inputData, QVector< QPair< int, Eigen::MatrixXcd > > &vecPairCsdSum, QVector< QPair< int, Eigen::MatrixXd > > &vecPairCsdImagAbsSum, QMutex &mutex, int iNRows, int iNFreqs, int iNfft, const QPair< Eigen::MatrixXd, Eigen::VectorXd > &tapers) |
static void | computeWPLI (ConnectivitySettings &connectivitySettings, Network &finalNetwork) |
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 phase lag index connectivity metric.
This class computes the phase lag index connectivity metric.
Definition at line 86 of file weightedphaselagindex.h.
typedef QSharedPointer<const WeightedPhaseLagIndex> CONNECTIVITYLIB::WeightedPhaseLagIndex::ConstSPtr |
Const shared pointer type for WeightedPhaseLagIndex.
Definition at line 91 of file weightedphaselagindex.h.
typedef QSharedPointer<WeightedPhaseLagIndex> CONNECTIVITYLIB::WeightedPhaseLagIndex::SPtr |
Shared pointer type for WeightedPhaseLagIndex.
Definition at line 90 of file weightedphaselagindex.h.
|
explicit |
Constructs a WeightedPhaseLagIndex object.
Definition at line 79 of file weightedphaselagindex.cpp.
|
static |
Calculates the WPLI between the rows of the data matrix.
[in] | connectivitySettings | The input data and parameters. |
Definition at line 86 of file weightedphaselagindex.cpp.
|
staticprotected |
Computes the WPLI values. This function gets called in parallel.
[in] | inputData | The input data. |
[out] |
Definition at line 190 of file weightedphaselagindex.cpp.
|
staticprotected |
Reduces the WPLI computation to a final result.
[out] | connectivitySettings | The input data. |
[in] | finalNetwork | The final network. |
Definition at line 332 of file weightedphaselagindex.cpp.