MNE-CPP
0.1.9
A Framework for Electrophysiology
|
Brief description of this class. More...
#include <signalmodel.h>
Public Types | |
typedef QSharedPointer< SignalModel > | SPtr |
typedef QSharedPointer< const SignalModel > | ConstSPtr |
Public Member Functions | |
SignalModel ()=default | |
Eigen::MatrixXd | fitData (const HpiModelParameters &hpiModelParameters, const Eigen::MatrixXd &matData) |
Brief description of this class.
Description of what this class is intended to do (in detail).
Definition at line 73 of file signalmodel.h.
typedef QSharedPointer<const SignalModel> INVERSELIB::SignalModel::ConstSPtr |
Const shared pointer type for SignalModel.
Definition at line 78 of file signalmodel.h.
typedef QSharedPointer<SignalModel> INVERSELIB::SignalModel::SPtr |
Shared pointer type for SignalModel.
Definition at line 77 of file signalmodel.h.
|
explicitdefault |
Constructs a SignalModel object.
MatrixXd SignalModel::fitData | ( | const HpiModelParameters & | hpiModelParameters, |
const Eigen::MatrixXd & | matData | ||
) |
Fit the data to the model constructed from given model parameters.
[in] | hpiModelParameters | The HpiModelParameters. |
[in] | matData | The data matrix. |
Definition at line 71 of file signalmodel.cpp.