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.

K-factor vs Mean of dominant component in Rician fading

Status
Not open for further replies.

syedshan

Advanced Member level 1
Joined
Feb 27, 2012
Messages
463
Helped
27
Reputation
54
Reaction score
26
Trophy points
1,308
Location
Jeonju, South Korea
Activity points
5,134
Hi all,

The implementation of Rayleigh fading channel 'h' in Matlab is
Code:
h = randn + 1i*randn;

I understand that the implementation for Rayleigh channel h' with mean U for the dominant component is :

h' = U + (randn(1) + j*randn(1) )/sqrt(2).

But my question is, given K-factor K-dB how can I find the value of U
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top