#include <iir_delay_allpass1.h>
Public Member Functions | |
| iir_delay_allpass1 (Coeff c0, Coeff c1, long delay=2, long round_bits=0) | |
| void | reset () |
| Reset. | |
| Numeric | clock (Numeric input) |
| Shift inputs by one time sample and place new sample into array. | |
Protected Attributes | |
| allpass_1< Numeric, Coeff > | A0 |
| allpass_1< Numeric, Coeff > | A1 |
| delay< Numeric > | dly |
| long | delay_size |
The filter is a combination of 2 Allpass sections of the form G(z) = (a*z*z + 1)/(z*z+a) so that the overall H(z) is H(z) = 1/z*G(z,a0) + G(z,a1) The combination of these two allpass functions result in a lowpass/highpass complementary pair. The class only uses the low pass filter. This class needs the allpass_1 class
| SPUC::iir_delay_allpass1< Numeric, Coeff >::iir_delay_allpass1 | ( | Coeff | c0, | |
| Coeff | c1, | |||
| long | delay = 2, |
|||
| long | round_bits = 0 | |||
| ) | [inline] |
| Numeric SPUC::iir_delay_allpass1< Numeric, Coeff >::clock | ( | Numeric | input | ) | [inline] |
Shift inputs by one time sample and place new sample into array.
| void SPUC::iir_delay_allpass1< Numeric, Coeff >::reset | ( | void | ) | [inline] |
Reset.
allpass_1<Numeric,Coeff> SPUC::iir_delay_allpass1< Numeric, Coeff >::A0 [protected] |
allpass_1<Numeric,Coeff> SPUC::iir_delay_allpass1< Numeric, Coeff >::A1 [protected] |
long SPUC::iir_delay_allpass1< Numeric, Coeff >::delay_size [protected] |
delay<Numeric> SPUC::iir_delay_allpass1< Numeric, Coeff >::dly [protected] |
1.4.7