Random Variables with nakaqami - m distribution.

11 次查看(过去 30 天)
How can i generate random variables having distribution Nakagami-m ? such that parameter 'm' is user defined.
Thank you.

回答(1 个)

Wayne King
Wayne King 2014-3-29
Do you have the Statistics Toolbox? If so
pd = makedist('Nakagami','mu',5,'omega',2);
R = random(pd,1000,1);
Change the mu parameter as you wish
  3 个评论
li junfang
li junfang 2014-11-25
I have solved my question use this method. Thanks Wayne King . best wishes.

请先登录,再进行评论。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by