#include <AMRLSCanceller.h>

Public Member Functions | |
| virtual void | AdaptFilter (const gplib::rvec &Input, const gplib::rvec &Desired) |
| Adapt the filter weights given the Input and Desired vectors. | |
| AMRLSCanceller (const int inputsize, const double MyDelta, const double MyLambda, const double MyAlpha) | |
| virtual | ~AMRLSCanceller () |
Definition at line 12 of file AMRLSCanceller.h.
| AMRLSCanceller::AMRLSCanceller | ( | const int | inputsize, | |
| const double | MyDelta, | |||
| const double | MyLambda, | |||
| const double | MyAlpha | |||
| ) |
Definition at line 9 of file AMRLSCanceller.cpp.
| AMRLSCanceller::~AMRLSCanceller | ( | ) | [virtual] |
Definition at line 24 of file AMRLSCanceller.cpp.
| void AMRLSCanceller::AdaptFilter | ( | const gplib::rvec & | Input, | |
| const gplib::rvec & | Desired | |||
| ) | [virtual] |
Adapt the filter weights given the Input and Desired vectors.
Reimplemented from RLSCanceller.
Definition at line 30 of file AMRLSCanceller.cpp.
References AdaptiveFilter::GetEpsilon(), RLSCanceller::GetK(), RLSCanceller::GetLambda(), RLSCanceller::GetP(), and RLSCanceller::SetLambda().
1.5.8