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


Public Methods | |
| ConnectInParallel (SimpleFilter<T>* filter1=0, SimpleFilter<T>* filter2=0, float c1 = 0.5f, float c2 = 0.5f) | |
| virtual const char* | GetName () const |
| T | operator() (const T& x) |
| double | FrequencyResponse (float f) |
(Adds their output.)
The frequency response is the response of the first filter added to the response of the second.
1.2.3 written by Dimitri van Heesch,
© 1997-2000