36#ifndef FILTERPLOTSCENE_H
37#define FILTERPLOTSCENE_H
43#include "../../disp_global.h"
60class QGraphicsPathItem;
84 typedef QSharedPointer<FilterPlotScene>
SPtr;
85 typedef QSharedPointer<const FilterPlotScene>
ConstSPtr;
118 void plotMagnitudeDiagram(
int samplingFreq,
119 const QString &filtername = QString());
125 void plotFilterFrequencyResponse();
The FilterKernel class represents a filter object that generates the FIR filter coefficients using Pa...
Contains the declaration of the LayoutScene class.
#define DISPSHARED_EXPORT
The FilterPlotScene class provides the scene where a filter response can be plotted.
int m_iDiagramMarginsVert
int m_iDiagramMarginsHoriz
QGraphicsPathItem * m_pGraphicsItemPath
RTPROCESSINGLIB::FilterKernel m_pCurrentFilter
int m_iNumberHorizontalLines
int m_iNumberVerticalLines
QSharedPointer< const FilterPlotScene > ConstSPtr
QSharedPointer< FilterPlotScene > SPtr
The LayoutScene class provides a reimplemented QGraphicsScene for 2D layout plotting....
The FilterKernel class provides methods to create/design a FIR filter kernel.