1 / 10

ELG5377 Adaptive Signal Processing

ELG5377 Adaptive Signal Processing. Lecture 15: Recursive Least Squares (RLS) Algorithm. Introduction. MLS states that We would like to compute j and z recursively.

durin
Download Presentation

ELG5377 Adaptive Signal Processing

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ELG5377 Adaptive Signal Processing Lecture 15: Recursive Least Squares (RLS) Algorithm

  2. Introduction • MLS states that • We would like to compute jand z recursively. • To account for any time variance, we would also incorporate a “forgetting” factor so that more weight is given to current inputs that previous ones. • To do this, we modify the cost function to be minimized.

  3. Cost Function We can show that

  4. Reformulation of Normal Equations • From previous, we can reformulate the time averaged autocorrelation function as: • And the time averaged cross-correlation becomes: Derivation done on blackboard

  5. Recursive computation of j(n)

  6. Recursive computation of z(n)

  7. Result • By simply updating j(n) and z(n), we can compute • However, this needs a matrix inversion at each iteration. • Higher computational complexity. • Update j-1(n) each iteration instead!

  8. Matrix Inversion Lemma • Let A and B be two positive definite M by M matrices related by: • A = B-1+CD-1CH. • Where D is a positive definite N by M matrix and C is an M by N matrix. • Then A-1 is given by: • A-1 = B-BC(D+CHBC)-1CHB.

  9. Applying Matrix Inversion Lemma to Finding j-1(n) from j-1(n-1)

  10. Applying Matrix Inversion Lemma to Finding j-1(n) from j-1(n-1) (2) • For convenience, let

More Related