Main Page Modules Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members
pp::Filters::ConnectInSeries Class Template Reference
Connect two filters together in series.
More...
#include <Filters.h>
Inheritance diagram for pp::Filters::ConnectInSeries
[legend]Collaboration diagram for pp::Filters::ConnectInSeries:
[legend]List of all members.
Public Methods |
| ConnectInSeries (SimpleFilter<T>* filter1=0, SimpleFilter<T>* filter2=0, float c1 = 1.0f, float c2 = 1.0f) |
virtual const char* | GetName () const |
T | operator() (const T& x) |
double | FrequencyResponse (float f) |
Detailed Description
template<typename T = short> template class pp::Filters::ConnectInSeries
Connect two filters together in series.
filter1 is applied first.
The frequency response is the response of the first filter multipied by the response of the second. (Same for the phase response.) (the phase is the imaginary part - the frequency the real part)
The documentation for this class was generated from the following file:
- /home/pcburns/c/penguinsound/include/PenguinSound/Filters.h
Generated at Mon Nov 27 01:46:41 2000 for LibPenguinPlay by
1.2.3 written by Dimitri van Heesch,
© 1997-2000