#include <allpass_1a.h>
Collaboration diagram for SPUC::allpass_1a< Numeric >:
Public Member Functions | |
allpass_1a (Numeric A0, long s=0) | |
registered output of adder | |
void | init (Numeric A0, long s=0) |
Numeric | clock (Numeric input) |
Shift inputs by one time sample and place new sample into array. | |
Protected Attributes | |
long | size |
Numeric | a0 |
Not used. | |
Numeric | adder2 |
Gain factor. |
: The filter is a "first-order" Allpass section of the form G(z,n) = (a*z + 1)/(z+a)
|
registered output of adder
|
|
Shift inputs by one time sample and place new sample into array.
|
|
|
|
Not used.
|
|
Gain factor.
|
|
|