4.375

4.4 | 8 ratings Rate this file 45 Downloads (last 30 days) File Size: 1.58 KB File ID: #9205
image thumbnail

LMS Adaptation Training Equalizer

by Avetis Ioannisyan

 

30 Nov 2005 (Updated 01 Dec 2005)

Short program showing LMS Equalization

| Watch this File

File Information
Description

This is a short program that demonstrates how LMS adapatation works. Other (more complex) models exist and can be downloaded from Mathworks. This particular implementation is useful for someone trying to first understand the algorithm and how it works.

MATLAB release MATLAB 7.1.0 (R14SP3)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (12)
04 Dec 2005 Won Lu

Just what I needed

30 Jun 2006 anil kumar tipparti

yet to see and analyze

18 Nov 2006 unequalized channel

brialliant startingpoint to understand how CMA for blind equalization works

03 Jan 2007 nasir seid

the available works are so good.

03 Sep 2007 Anil Kumar Tipparti

good starting point

18 Sep 2007 Ari Chinna  
03 Apr 2008 john darsy

very helpful.Thank you

04 Jun 2008 suresh chandra sekaran

but when i plot the fft of equalizer transfer function "w" it almost resembles as that of the channel transfer function "h" but it must be the inverse of the other know . Why is that?
Am i wrong somewhere.

22 Sep 2008 Qaiser Mushtaq

I am also want this same with RLS Adaptation.
Can any body help.?????????

11 May 2009 Athar

when step size is 0.45
the convergence acheived only in 700 iteration
Exellent

10 Apr 2011 dinesh

hey sorry but i didn't get this part

% select part of training input
    in = x(n : -1 : n-numTaps) ;
    y(n) = w'*in;
    % compute error
    e(n) = d(n)-y(n)

u multiplied the weights with the data bits instead of the received bits.

i think it should be

% select part of training input
    in = received_bits(n : -1 : n-numTaps) ;
    y(n) = w'*in;
    % compute error
    e(n) = x(n)-y(n)

Please clarify.

26 Jul 2011 king

thanks your idea

Please login to add a comment or rating.

Contact us at files@mathworks.com