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.

MIMO LMS adaptive filter

Status
Not open for further replies.

tom1379

Newbie level 2
Joined
Jan 5, 2010
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,296
Hi,

I am trying to simulate LMS adaptive filtering in matlab but am having some problems forming the equalisation matrix which needs to be of dimension nTx by nRx (4x4 in this case)

My error signal is a 4x1 matrix which is the result of x:),i)- W' *y:),i) where x:),i) is a 4x1 matrix comprising 4 training symbols and y:),i) is the received vector for those training symbols. When trying to update the equalisation matrix using W=W+2*mu*e:),i)*y:),i), an error is given because obviously e and y are both 4x1 matrices and cannot be multiplied. Should e be multiplied by the transpose of y?

I have attached my LMS code to show you exactly what I mean. It does run and produce a graph which is incorrect but only because I have transposed the y signal in the error calculation.

Any help would be greatly appreciated!
 

Can anyone provide any help? After some more research it seems that I must use 4 different Nr x 1 weight vectors but I still do not know which error these should be updated with.

Thanks,
Tom
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top