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

Cookies are required to use this site. You must accept them to continue using the site. Learn more…