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.

equalization question in Matlab...

Status
Not open for further replies.

leony

Member level 1
Joined
Feb 28, 2005
Messages
41
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
1,615
zero forcing filter matlab

Hello,
I am new at equalizing and have a small question.
If I have a unequalized signal as 'h'

and let's say we have an equalizer with the transfer function:

y[k]=x[k]-0.5x[k-1]+3x[k-2]- 4x[k-3]+5x[k-4]- 6x[k-5] (just made up the values)

Since we know the weights (this is a zero forcing equalizer), is this correct to use the following code in Matlab?

y=[1 -0.5 3 -4 5 -6]
equalized=filter(y,h);

Why I am asking this, because I am working on a baseband simulation but things are not going well, I just want to be sure that I am on the right track.
Thanks...
 

zero forcing equalizer matlab

Should work.

I would suggest you look up at your model used to generate the ISI. Are you sure this is correct?

B R
M
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top