LMS
When the Method
property of the
dsp.LMSFilter
object is set to 'LMS'
,
maximum step size μmax is calculated using
the following equation:
where,
xt –– Concatenated columns of the input matrix,
x(:).
xt◦xt –– Hadamard or entrywise
product of the two vectors.
L –– Length of the filter coefficients.
The maximum step size in mean-square sense,
μmaxMSE is computed using the
following equation:
where,
sum(λ) –– Sum of the eigenvalues of the input auto
correlation matrix.
λmax –– Maximum eigenvalue of the input auto
correlation matrix.
Kurt –– Average kurtosis value of
eigenvector-filtered signals.
Normalized LMS
When the Method
property of the
dsp.LMSFilter
System object is set to 'Normalized LMS'
:
Maximum step size, μmax =
2.
Maximum step size in mean-square sense,
μmaxMSE = 2.
For Other Methods
For all other methods such as Sign-Data LMS
,
Sign-Error LMS
, and Sign-Sign LMS
: