#include <miscdevices.h>
Inheritance diagram for simthlib::TransversalFilter:
Public Member Functions | |
TransversalFilter (int deviceID, simth::DeviceSystemIntf *system, const simth::checkedVector< double > &coefficients_) | |
~TransversalFilter () | |
virtual void | updateInputLengths () |
virtual void | updateOutputLengths () |
virtual void | process () |
void | print (std::ostream &os) const |
void | setUsedCoefficients (int numUsedCoeff) |
Protected Member Functions | |
int | usedStateMemSize () const |
void | FilterSeq (const simth::ModSeq &modIn, simth::ModSeq *modOut) |
|
|
|
|
|
|
|
Reimplemented from simth::Device. |
|
Implements simth::Device. |
|
|
|
Implements simth::Device. |
|
Implements simth::Device. |
|
|