#include <iir_allpass2.h>
Public Member Functions | |
| iir_allpass2 (Coeff h1a, Coeff h1b, Coeff h2a, Coeff h2b, long round_bits=0) | |
| void | reset () |
| Reset. | |
| Numeric | clock (Numeric input) |
Protected Attributes | |
| allpass_2nd< Numeric, Coeff > | A0 |
| allpass_2nd< Numeric, Coeff > | A1 |
The filter is a combination of 2 2nd order Allpass sections This class needs the allpass_2nd class
| SPUC::iir_allpass2< Numeric, Coeff >::iir_allpass2 | ( | Coeff | h1a, | |
| Coeff | h1b, | |||
| Coeff | h2a, | |||
| Coeff | h2b, | |||
| long | round_bits = 0 | |||
| ) | [inline] |
| Numeric SPUC::iir_allpass2< Numeric, Coeff >::clock | ( | Numeric | input | ) | [inline] |
| void SPUC::iir_allpass2< Numeric, Coeff >::reset | ( | void | ) | [inline] |
Reset.
allpass_2nd<Numeric,Coeff> SPUC::iir_allpass2< Numeric, Coeff >::A0 [protected] |
allpass_2nd<Numeric,Coeff> SPUC::iir_allpass2< Numeric, Coeff >::A1 [protected] |
1.4.7