SPUC  3.0
Public Member Functions | Protected Attributes | List of all members
SPUC::allpass_1aq1 Class Reference

The filter is a "first-order" Allpass section. More...

#include <allpass_1aq1.h>

Public Member Functions

 allpass_1aq1 ()
 
void init ()
 
long clock (long input)
 

Protected Attributes

long adder2
 

Detailed Description

The filter is a "first-order" Allpass section.

of the form

$ G(z) = \frac{a + z^{-1}}{(1+a*z^{-1})} $ with A = 0.25

Author
Tony Kirke

Constructor & Destructor Documentation

SPUC::allpass_1aq1::allpass_1aq1 ( )
inline

Member Function Documentation

long SPUC::allpass_1aq1::clock ( long  input)

References adder2.

void SPUC::allpass_1aq1::init ( )
inline

Member Data Documentation

long SPUC::allpass_1aq1::adder2
protected

Referenced by clock().


The documentation for this class was generated from the following files: