#include <iir_lpf.h>
Inheritance diagram for SPUC::iir_lpf< Numeric, Coeff >:


Public Member Functions | |
| iir_lpf (Coeff A=0, long b=0) | |
| Coeff | get_a0 () |
| Coeff | get_b0 () |
| Numeric | clock (Numeric input) |
| Input new sample and calculate output. | |
Protected Attributes | |
| Coeff | a |

where a is real and |a| < 1 Note: Not normalized
| SPUC::iir_lpf< Numeric, Coeff >::iir_lpf | ( | Coeff | A = 0, |
|
| long | b = 0 | |||
| ) | [inline] |
| Numeric SPUC::iir_lpf< Numeric, Coeff >::clock | ( | Numeric | input | ) | [inline] |
| Coeff SPUC::iir_lpf< Numeric, Coeff >::get_a0 | ( | ) | [inline] |
| Coeff SPUC::iir_lpf< Numeric, Coeff >::get_b0 | ( | ) | [inline] |
Coeff SPUC::iir_lpf< Numeric, Coeff >::a [protected] |
1.4.7