<< Chapter < Page
  Adaptive filters   Page 1 / 1
Chapter >> Page >

Rls algorithms

FIR adaptive filter algorithms with faster convergence. Since the Wiener solution can be obtained on one step by computing W opt R P , most RLS algorithms attept to estimate R and P and compute W opt from these.

There are a number of O N 2 algorithms which are stable and converge quickly. A number of O N algorithms have been proposed, but these are all unstable except for the lattice filter method. This isdescribed to some extent in the text. The adaptive lattice filter converges quickly and is stable, but reportedly has avery high noise floor.

Many of these approaches can be thought of as attempting to "orthogonalize" R , or to rotate the data or filter coefficients to a domain where R is diagonal, then doing LMS in each dimension separately , so that a fast-converging step size can be chosen in all directions.

Frequency-domain methods

Frequency-domain methods implicitly attempt to do this:

If Q R Q is a diagonal matrix, this yields a fast algorithm. If Q is chosen as an FFT matrix, each channel becomes a different frequency bin. Since R is Toeplitz and not a circulant, the FFT matrix will not exactly diagonalize R , but in many cases it comes very close and frequency domain methods converge veryquickly. However, for some R they perform no better than LMS. By using an FFT, the transformation Q becomes inexpensive O N N . If one only updates on a block-by-block basis (once per N samples), the frequency domain methods only cost O N computations per sample. which can be important for some applications with large N . (Say 16,000,000)

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Adaptive filters. OpenStax CNX. May 12, 2005 Download for free at http://cnx.org/content/col10280/1.1
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Adaptive filters' conversation and receive update notifications?

Ask