39#ifndef PHASELOCKINGVALUE_H
40#define PHASELOCKINGVALUE_H
46#include "../connectivity_global.h"
49#include "../connectivitysettings.h"
55#include <QSharedPointer>
72namespace CONNECTIVITYLIB {
90 typedef QSharedPointer<PhaseLockingValue>
SPtr;
91 typedef QSharedPointer<const PhaseLockingValue>
ConstSPtr;
124 QVector<QPair<int,Eigen::MatrixXcd> >& vecPairCsdSum,
125 QVector<QPair<int,Eigen::MatrixXcd> >& vecPairCsdNormalizedSum,
130 const QPair<Eigen::MatrixXd, Eigen::VectorXd>& tapers);
#define CONNECTIVITYSHARED_EXPORT
AbstractMetric class declaration.
This class is a container for connectivity settings.
This class provides basic functionalities for all implemented metrics.
This class computes the phase locking value connectivity metric.
QSharedPointer< const PhaseLockingValue > ConstSPtr
QSharedPointer< PhaseLockingValue > SPtr
This class holds information about a network, can compute a distance table and provide network metric...