<< Chapter < Page | Chapter >> Page > |
Recall the Weiner filter problem , jointly wide sense stationary
Find minimizing The superscript denotes absolute time, and the subscript denotes time or a vector index.
the solution can be found by setting the gradient
To find the (approximate) Wiener filter, some approximations are necessary. As always, the key is to make the right approximations!
The LMS algorithm is often called a stochastic gradient algorithm, since is a noisy gradient. This is by far the most commonly used adaptive filtering algorithm, because
To Compute | = Total | |||
---|---|---|---|---|
multiplies | ||||
adds |
So the LMS algorithm is per sample. In fact, it is nicely balanced in that the filter computation and the adaptation require the sameamount of computation.
Note that the parameter plays a very important role in the LMS algorithm. It can also be varied with time, but usually a constant ("convergence weight facor") is used, chosen after experimentation for a givenapplication.
large : fast convergence, fast adaptivity
small : accurate less misadjustment error, stability
Notification Switch
Would you like to follow the 'Adaptive filters' conversation and receive update notifications?