#include <Filters.h>
Inheritance diagram for pp::Filters::IIRCombLoop


Public Methods | |
| IIRCombLoop (SimpleFilter<T>* f = 0, unsigned delay=10, float c1 = 1.0f, float c2 = 1.0f) | |
| virtual const char* | GetName () const |
| T | operator() (const T& x) |
| double | FrequencyResponse (float f) |
| void | SetFilter (SimpleFilter<T>* f) |
| SimpleFilter<T>* | GetFilter () const |
Try using this on random generated data with the filter set to a low pass filter or perhaps a low pass filter in series with an all pass filter.
1.2.3 written by Dimitri van Heesch,
© 1997-2000