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.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…