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.

Weibul Fading in Matlab

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
Hi,
I know that Rayleigh fading can be generated in MATLAB using

H = sqrt(0.5) * (randn(1) + j*randn(1));

But how can I generate Weibul Fading Channel in MATLAB. I have seen the built in command wblrand but it only generates the real number.

Plz help.

BR
sam
 

See this link, maybe help you

**broken link removed**
 

Hi,
I know that Rayleigh fading can be generated in MATLAB using

H = sqrt(0.5) * (randn(1) + j*randn(1));

But how can I generate Weibul Fading Channel in MATLAB. I have seen the built in command wblrand but it only generates the real number.

Plz help.

BR
sam

put a complex part to it just as you are doing in with rayleigh.

secondly, in rayleigh it is 1/sqrt(2) not sqrt(0.5) for scaling the variance
 

thanks for your ideas. but can you be more specific and write me the matlab command that you think will work for me.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top