#include <rls.h>
Collaboration diagram for SPUC::rls< Numeric >:

Public Member Functions | |
| ~rls () | |
| Destructor. | |
| rls (const int n, float_type alpha) | |
| Constructor. | |
| Numeric | update (Numeric y) |
| Process input sample. | |
| void | adapt (Numeric y) |
| Adapt filter. | |
Tony Kirke
| SPUC::rls< Numeric >::rls | ( | const int | n, | |
| float_type | alpha | |||
| ) | [inline] |
Constructor.
| void SPUC::rls< Numeric >::adapt | ( | Numeric | y | ) | [inline] |
Adapt filter.
| Numeric SPUC::rls< Numeric >::update | ( | Numeric | y | ) | [inline] |
Process input sample.
1.4.7