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.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top