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.

How to generate rayleigh distribution(rayleigh fading) in Matlab?

Status
Not open for further replies.

shah g

Newbie level 2
Joined
May 3, 2007
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,294
Anyone here know how to generate rayleigh distribution(rayleigh fading) in Matlab?I mean with cosider doppler frequency.i want to use it for SNR estimaion.....

if any one knows please help me ...

my email:

engr_shahid@ieee.org
 

Re: rayleigh channel

shah g said:
Anyone here know how to generate rayleigh distribution(rayleigh fading) in Matlab?I mean with cosider doppler frequency.i want to use it for SNR estimaion.....

if any one knows please help me ...

my email:

engr_shahid(at)ieee.org

Hi.
Are you using hard code or Simulink to implement the channel?

Cheers,
 

Re: rayleigh channel

form a set of complex normal random variables

a = randn (1000,1) + i * randn(1000,1);

Then the rayleight distributed variable is

b = abs (a);

-b
 

rayleigh channel

Hi,

Follow this

h**p://
 

rayleigh channel

Hi
use rayleighchan() function.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top