Skip to content

Commit 99b58f6

Browse files
authored
Create README.md
1 parent 7ff3053 commit 99b58f6

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# lmso_algorithm
2+
<p align="justify">
3+
The least-mean-square (LMS) and the normalized least-mean-square (NLMS) algorithms require a trade-off between fast convergence
4+
and low misadjustment, obtained by choosing the control parameters. In general, time variable parameters are proposed
5+
according to different rules. Many studies on the optimization of the NLMS algorithm imply time variable control parameters
6+
according some specific criteria.
7+
8+
The optimized LMS (LMSO) algorithm [1] for system identification is developed in the context of a state variable model, assuming
9+
that the unknown system acts as a time-varying system, following a first-order Markov model [2].
10+
11+
The proposed algorithm follows an optimization problem and introduces a variable step-size in order to minimize the system misalignment
12+
13+
14+
[1] A. G. Rusu, S. Ciochină, and C. Paleologu, “On the step-size optimization of the LMS algorithm,” in Proc. IEEE TSP, 2019, 6 pages.
15+
16+
[2] G. Enzner, H. Buchner, A. Favrot, and F. Kuech, “Acoustic echo control,” in Academic Press Library in Signal Processing,
17+
vol. 4, ch. 30, pp. 807–877, Academic Press 2014.
18+
</p>

0 commit comments

Comments
 (0)