Help me with making dfe equalizer (problem with modes)

Status
Not open for further replies.

iopa

Newbie level 3
Joined
May 22, 2006
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,297
dfe equalizer!

I am trying to make an equalizer.As you all know, equalizer has two modes:training and decision mode.
The signal that is the input to the equalizer has 128 bits and each bit has 128 samples.So totally we have 128:128 samples. I use the 5000 samples in the training mode and the rest in the decision mode.
I write in matlab:

eq = dfe(5,2,lms(0.08))
out = equalize(eq,y,x(1:5000))

The x is the transmitted signal and y us the input to the equalizer.
The problem is that after training mode, the equalizer does not work well.Could you please help me?

Thanks
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…