#include <fir_adapt.h>
Inheritance diagram for SPUC::fir_adapt< Numeric >:
Public Member Functions | |
fir_adapt (void) | |
Constructor. | |
fir_adapt (long n, double gain=0.01) | |
Constructor with size. | |
void | reset () |
Reset both history and coefficients! | |
void | set_gain (double gain) |
Set adaptation gain. | |
void | update_lms (Numeric err) |
Calculate updated taps using LMS algorithm. | |
void | update_lms_sign_coeff (Numeric err) |
Calculate updated taps using LMS algorithm and sign of input. | |
Public Attributes | |
double | u |
Adaptation gain. |
|
Constructor.
|
|
Constructor with size.
|
|
Reset both history and coefficients!
Reimplemented from SPUC::fir< Numeric >. |
|
Set adaptation gain.
|
|
Calculate updated taps using LMS algorithm.
|
|
Calculate updated taps using LMS algorithm and sign of input.
|
|
Adaptation gain.
|