Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

pp::Filters::ConnectInParallel Class Template Reference

Connect two filters together in parallel. More...

#include <Filters.h>

Inheritance diagram for pp::Filters::ConnectInParallel

Inheritance graph
[legend]
Collaboration diagram for pp::Filters::ConnectInParallel:

Collaboration graph
[legend]
List of all members.

Public Methods

 ConnectInParallel (SimpleFilter<T>* filter1=0, SimpleFilter<T>* filter2=0, float c1 = 0.5f, float c2 = 0.5f)
virtual const char* GetName () const
operator() (const T& x)
double FrequencyResponse (float f)

Detailed Description

template<typename T = short> template class pp::Filters::ConnectInParallel

Connect two filters together in parallel.

(Adds their output.)

The frequency response is the response of the first filter added to the response of the second.


The documentation for this class was generated from the following file:
Generated at Mon Nov 27 01:46:41 2000 for LibPenguinPlay by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000