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

pp::Filters::Delay Class Template Reference

Delay the output by a specified number of samples. More...

#include <Filters.h>

Inheritance diagram for pp::Filters::Delay

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

Collaboration graph
[legend]
List of all members.

Public Methods

 Delay (int delay=10)
operator() (const T& x)
void SetDelay (int delay)
int GetDelay () const
double FrequencyResponse (float f)
virtual const char* GetName () const

Protected Attributes

std::deque<T> m_delay_line
int m_delay

Detailed Description

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

Delay the output by a specified number of samples.

Use in combination with ConnectInParallel. H = z^-delay


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