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.

Need a matlab code about Channel Estimation

Status
Not open for further replies.

13maruf

Newbie level 6
Joined
Jan 18, 2011
Messages
11
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,350
Need Help Channel Estimation & matlab code

I need a matlab code of channel estimation for a zero forcing equalizer. If d(n) is channel input and h(n) is the channel then we can easily get the output y(n) form y(n)=d(n)*h(n)

now if i do not know the channel h(n) where I know the input d(n) and output y(n) then I have to estimate the channel and find h(n).
now [yo ; y1 ; y2]=[do 0 0 ; d1 d0 0; d2 d1 d0]*[h1 ; h2 ; h3]+[v0 ; v1; v2]
where [v0 ; v1 ; v2] is an AWGN noise
now to reduce noise I can make the D matrix such as [do 0 0 ; d1 d0 0; d2 d1 d0 ; d3 d2 d1 ; ....... ; dn dn-1 dn-2]
Now I can easily find h=y/D
I have this theoretical idea but I need a matlab code about this. Please help me.
 
Last edited:

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top