43#include "../rtprocessing_global.h"
50#include <QSharedPointer>
57namespace RTPROCESSINGLIB
79 typedef QSharedPointer<FilterIO>
SPtr;
97 static bool readFilter(QString path,
FilterKernel &filter);
108 static bool writeFilter(
const QString &path,
const FilterKernel &filter);
#define RTPROCESINGSHARED_EXPORT
The FilterKernel class represents a filter object that generates the FIR filter coefficients using Pa...
Processes txt files which hold filter coefficients.
QSharedPointer< FilterIO > SPtr
QSharedPointer< const FilterIO > ConstSPtr
The FilterKernel class provides methods to create/design a FIR filter kernel.