MNE-CPP
0.1.9
A Framework for Electrophysiology
|
This class computes the phase lag index connectivity metric. More...
#include <unbiasedsquaredphaselagindex.h>
Public Types | |
typedef QSharedPointer< UnbiasedSquaredPhaseLagIndex > | SPtr |
typedef QSharedPointer< const UnbiasedSquaredPhaseLagIndex > | ConstSPtr |
Public Types inherited from CONNECTIVITYLIB::AbstractMetric | |
typedef QSharedPointer< AbstractMetric > | SPtr |
typedef QSharedPointer< const AbstractMetric > | ConstSPtr |
Public Member Functions | |
UnbiasedSquaredPhaseLagIndex () | |
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 > > &vecPairCsdImagSignSum, QMutex &mutex, int iNRows, int iNFreqs, int iNfft, const QPair< Eigen::MatrixXd, Eigen::VectorXd > &tapers) |
static void | computeUSPLI (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 unbiasedsquaredphaselagindex.h.
typedef QSharedPointer<const UnbiasedSquaredPhaseLagIndex> CONNECTIVITYLIB::UnbiasedSquaredPhaseLagIndex::ConstSPtr |
Const shared pointer type for UnbiasedSquaredPhaseLagIndex.
Definition at line 91 of file unbiasedsquaredphaselagindex.h.
typedef QSharedPointer<UnbiasedSquaredPhaseLagIndex> CONNECTIVITYLIB::UnbiasedSquaredPhaseLagIndex::SPtr |
Shared pointer type for UnbiasedSquaredPhaseLagIndex.
Definition at line 90 of file unbiasedsquaredphaselagindex.h.
|
explicit |
Constructs a UnbiasedSquaredPhaseLagIndex object.
Definition at line 79 of file unbiasedsquaredphaselagindex.cpp.
|
static |
Calculates the USPLI between the rows of the data matrix.
[in] | connectivitySettings | The input data and parameters. |
Definition at line 85 of file unbiasedsquaredphaselagindex.cpp.
|
staticprotected |
Computes the PLI values. This function gets called in parallel.
[in] | inputData | The input data. |
[out] |
Definition at line 189 of file unbiasedsquaredphaselagindex.cpp.
|
staticprotected |
Reduces the USPLI computation to a final result.
[out] | connectivitySettings | The input data. |
[in] | finalNetwork | The final network. |
Definition at line 313 of file unbiasedsquaredphaselagindex.cpp.