Engee documentation

Adaptive Filters

In the section Adaptive Filters of the Mathematics library implements a least mean squares (LMS) algorithm that allows filter parameters to be adapted during operation, ensuring optimisation of outputs and errors under 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.