MNE-CPP
beta 1.0
|
The fixdictMP class provides functions several calculating functions to run the Matching Pursuit Algorithm. More...
#include <fixdictmp.h>
Classes | |
struct | find_best_matching |
Public Types | |
typedef Eigen::VectorXd | VectorXd |
typedef Eigen::MatrixXd | MatrixXd |
typedef QList< GaborAtom > | adaptive_atom_list |
typedef QList< FixDictAtom > | fix_dict_atom_list |
Public Member Functions | |
FixDictMp () | |
~FixDictMp () | |
FixDictAtom | correlation (Dictionary current_pdict, MatrixXd current_resid, qint32 boost) |
QList< Dictionary > | parse_xml_dict (QString path) |
Dictionary | fill_dict (const QDomNode &pdict) |
QString | create_display_text (FixDictAtom global_best_matching) |
Public Attributes | |
qreal | signal_energy |
qreal | current_energy |
qreal | epsilon |
qint32 | it |
qint32 | max_iterations |
MatrixXd | residuum |
QList< FixDictAtom > | fix_dict_list |
QList< GaborAtom > | adaptive_list |
The fixdictMP class provides functions several calculating functions to run the Matching Pursuit Algorithm.
DECLARE CLASS FixDictMp
Definition at line 149 of file fixdictmp.h.
FixDictMp::FixDictMp | ( | ) |
fixdictMp_fixdictMP
Constructor
constructs FixDictMp class
Definition at line 60 of file fixdictmp.cpp.
FixDictMp::~FixDictMp | ( | ) |
fixdictMp_fixdictMP
Deconstructor
deconstructs FixDictMp class
Definition at line 65 of file fixdictmp.cpp.