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.

Normalization of Channel?

Status
Not open for further replies.

bee

Full Member level 2
Joined
Nov 29, 2003
Messages
135
Helped
7
Reputation
14
Reaction score
5
Trophy points
1,298
Activity points
883
If hsd is a rayleigh channel generated in matlab. Do we need to add the second code line (bold italic) below?
hsd = (randn(1) + j*randn(1)) / sqrt(2);
hsd = hsd / sqrt(hsd * hsd');


Also what this last code line (in bold italic) does?

Waiting....
 

In some applications (or user defined assumptions) the channel coefficient power (or channel impulse response power ) should be 1.
and the 2nd line would do it .
 

and can we say that:

** There is no need to use the second line ( hsd = hsd / sqrt(hsd * hsd') ) in case of SISO if at the reciever we are doing Zero Forcing, i.e., dividing the recieved signal by channel ( hsd= (randn(1)+randn(1)) / sqrt(2) ).

**We should include this normalization ( hsd = hsd / sqrt(hsd * hsd') ) in case of MIMO systems when there is no Zero Forcing at the reciever rather we use Maximum Ratio Combining.

Plz tell if above statements are correct.

Waiting
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top