22#ifndef INV_SIGNAL_MODEL_H
23#define INV_SIGNAL_MODEL_H
36#include <QSharedPointer>
64 typedef QSharedPointer<InvSignalModel>
SPtr;
65 typedef QSharedPointer<const InvSignalModel>
ConstSPtr;
84 const Eigen::MatrixXd& matData);
92 void selectModelAndCompute();
99 void computeInverseBasicModel();
100 void computeInverseAdvancedModel();
110 bool checkDataDimensions(
const int iCols);
130 Eigen::MatrixXd m_matInverseSignalModel{Eigen::MatrixXd(0,0)};
131 int m_iCurrentModelCols{0};
132 InvHpiModelParameters m_modelParameters{InvHpiModelParameters()};
INVLIB library export/import macros, build-info accessors, and namespace docstring for the inverse-so...
Immutable configuration for the HPI signal model — coil drive frequencies, sample rate,...
Inverse source estimation (MNE, dSPM, sLORETA, dipole fitting).
Configuration parameters for the HPI signal model (line frequency, coil frequencies,...
Eigen::MatrixXd fitData(const InvHpiModelParameters &hpiModelParameters, const Eigen::MatrixXd &matData)
QSharedPointer< InvSignalModel > SPtr
QSharedPointer< const InvSignalModel > ConstSPtr