Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How the coefficients get updated in LMS adaptive algorithm ?

Status
Not open for further replies.

makanaky

Advanced Member level 4
Joined
Feb 1, 2007
Messages
104
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,296
Activity points
1,944
Hi,

I need to implement adaptive filter with LMS coefficient update algorithm , I understand the LMS equation is as follows :

h(n+1)=h(n)+muo*x(n)*e(n)

Where e(n) is the error between the desired signal and the filter output, x(n) is the filter input, h(n) is the coefficient vector

My question is , how come the coefficients are updated to different values if they are initialized by same value (zeros for example )

The above equation suggests that all the coefficients will be updated to same value every time

Can somebody please explain this to me ?

Thanks a lot
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top