43 #include <utils/mp/fixdictmp.h>
44 #include "treebaseddictwindow.h"
45 #include "ui_treebaseddictwindow.h"
47 #include "mainwindow.h"
57 #include <QApplication>
58 #include <QModelIndex>
59 #include <QMessageBox>
60 #include <QtXml/QtXml>
69 TreebasedDictWindow::TreebasedDictWindow(QWidget *parent)
72 , _treebased_dict_name(
"")
77 TreebasedDictWindow::~TreebasedDictWindow()
82 void TreebasedDictWindow::on_btt_calc_treebased_clicked()
141 void TreebasedDictWindow::on_tb_treebased_dict_name_editingFinished()
146 void TreebasedDictWindow::on_btt_call_tree_creator_clicked()
Editorwindow class declaration which enables the generation of individual dictionaries. Gaussian atoms (with parameters scale, modulation and phase) or chirp atoms could be created and saved as part dictionaries. For using the atoms for decompostion it's necessary to build an entire dictionary from serveral (minimum one) part dictionaries.
ATOM class declaration, providing core features and parameters of Atoms used in Matching Pursiut Algo...