43#include <Eigen/SparseCore>
44#include <unsupported/Eigen/FFT>
84 typedef QSharedPointer<TFplot>
SPtr;
98 TFplot(Eigen::MatrixXd tf_matrix,
113 TFplot(Eigen::MatrixXd tf_matrix,
129 void calc_plot(Eigen::MatrixXd tf_matrix,
Export macros and build-info hooks for the DISPLIB shared library.
#define DISPSHARED_EXPORT
2-D display widgets and visualisation helpers (charts, topography, colour maps).
void calc_plot(Eigen::MatrixXd tf_matrix, qreal sample_rate, ColorMaps cmap, qreal lower_frq, qreal upper_frq)
QSharedPointer< const TFplot > ConstSPtr
virtual void resizeEvent(QResizeEvent *event)
QSharedPointer< TFplot > SPtr
TFplot(Eigen::MatrixXd tf_matrix, qreal sample_rate, qreal lower_frq, qreal upper_frq, ColorMaps cmap)