MCL
A C++ library mirroring some of the most common Matlab functions.
|
#include <digitalfilter.h>
Public Member Functions | |
virtual std::vector< Real > | Filter (const Real input)=0 |
virtual std::vector < std::vector< Real > > | Filter (const std::vector< Real > &input)=0 |
virtual void | Reset ()=0 |
virtual Int | num_filters ()=0 |
virtual | ~FilterBank () |
Filter bank abstract class
|
inlinevirtual |
Returns the output of the filter bank for an input equal to input
. Hello world!
Implemented in mcl::IirFilterBank.
|
pure virtual |
Returns the output of the filter bank for a given input.
Implemented in mcl::IirFilterBank.
|
pure virtual |
Implemented in mcl::IirFilterBank.
|
pure virtual |
Resets the state of the filter
Implemented in mcl::IirFilterBank.