36#ifndef FILTERPLOTSCENE_H
37#define FILTERPLOTSCENE_H
60class QGraphicsPathItem;
84 typedef QSharedPointer<FilterPlotScene>
SPtr;
85 typedef QSharedPointer<const FilterPlotScene>
ConstSPtr;
119 const QString &filtername = QString());
Contains the declaration of the LayoutScene class.
disp library export/import macros.
#define DISPSHARED_EXPORT
The FilterKernel class represents a filter object that generates the FIR filter coefficients using Pa...
2-D display widgets and visualisation helpers (charts, topography, colour maps).
int m_iDiagramMarginsVert
int m_iDiagramMarginsHoriz
void plotFilterFrequencyResponse()
QGraphicsPathItem * m_pGraphicsItemPath
FilterPlotScene(QGraphicsView *view, QObject *parent=0)
int m_iNumberHorizontalLines
void updateFilter(const UTILSLIB::FilterKernel &operatorFilter, int samplingFreq, int cutOffLow, int cutOffHigh)
int m_iNumberVerticalLines
void plotMagnitudeDiagram(int samplingFreq, const QString &filtername=QString())
UTILSLIB::FilterKernel m_pCurrentFilter
QSharedPointer< const FilterPlotScene > ConstSPtr
QSharedPointer< FilterPlotScene > SPtr
LayoutScene(QGraphicsView *view, QObject *parent=0)
The FilterKernel class provides methods to create/design a FIR filter kernel.