|
MNE-CPP 0.1.9
A Framework for Electrophysiology
|
This class computes the weighted phase lag index connectivity metric. More...
#include <debiasedsquaredweightedphaselagindex.h>
Public Types | |
| typedef QSharedPointer< DebiasedSquaredWeightedPhaseLagIndex > | SPtr |
| typedef QSharedPointer< const DebiasedSquaredWeightedPhaseLagIndex > | ConstSPtr |
Public Types inherited from CONNECTIVITYLIB::AbstractMetric | |
| typedef QSharedPointer< AbstractMetric > | SPtr |
| typedef QSharedPointer< const AbstractMetric > | ConstSPtr |
Public Member Functions | |
| DebiasedSquaredWeightedPhaseLagIndex () | |
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, QVector< QPair< int, Eigen::MatrixXd > > &vecPairCsdImagSqrdSum, QMutex &mutex, int iNRows, int iNFreqs, int iNfft, const QPair< Eigen::MatrixXd, Eigen::VectorXd > &tapers) |
| static void | computeDSWPLI (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 weighted phase lag index connectivity metric.
This class computes the weighted phase lag index connectivity metric.
Definition at line 86 of file debiasedsquaredweightedphaselagindex.h.

| typedef QSharedPointer<const DebiasedSquaredWeightedPhaseLagIndex> CONNECTIVITYLIB::DebiasedSquaredWeightedPhaseLagIndex::ConstSPtr |
Const shared pointer type for DebiasedSquaredWeightedPhaseLagIndex.
Definition at line 91 of file debiasedsquaredweightedphaselagindex.h.
| typedef QSharedPointer<DebiasedSquaredWeightedPhaseLagIndex> CONNECTIVITYLIB::DebiasedSquaredWeightedPhaseLagIndex::SPtr |
Shared pointer type for DebiasedSquaredWeightedPhaseLagIndex.
Definition at line 90 of file debiasedsquaredweightedphaselagindex.h.
|
explicit |
Constructs a DebiasedSquaredWeightedPhaseLagIndex object.
Definition at line 79 of file debiasedsquaredweightedphaselagindex.cpp.
|
static |
Calculates the debiased squared weighted phase lag index between the rows of the data matrix.
| [in] | connectivitySettings | The input data and parameters. |
Definition at line 85 of file debiasedsquaredweightedphaselagindex.cpp.
|
staticprotected |
Computes the DSWPLI values. This function gets called in parallel.
| [in] | inputData | The input data. |
| [out] |
The sum of all CSD matrices for each trial.
| [out] |
The sum of all imag abs CSD matrices for each trial.
| [out] |
The sum of all imag aqrd CSD matrices for each trial.
| [in] | mutex | The mutex used to safely access vecPairCsdSum. |
| [in] | iNRows | The number of rows. |
| [in] | iNFreqs | The number of frequenciy bins. |
| [in] | iNfft | The FFT length. |
| [in] | tapers | The taper information. |
Definition at line 190 of file debiasedsquaredweightedphaselagindex.cpp.
|
staticprotected |
Reduces the DSWPLI computation to a final result.
| [out] | connectivitySettings | The input data. |
| [in] | finalNetwork | The final network. |
Definition at line 337 of file debiasedsquaredweightedphaselagindex.cpp.