Engee documentation

Adaptive Filters

In the section Adaptive Filters Libraries Mathematics the least mean squares algorithm (LMS) is implemented, which allows you to adapt the filter parameters during operation, ensuring optimization of output data and errors in changing conditions.


LMS Filter

Adaptive least mean squares (LMS) algorithm to compute outputs, errors and weights.

RLS Filter

Recursive least squares (RLS) algorithm to compute the output, errors and weighting factors.