フィルターのクリア

Random Variables with nakaqami - m distribution.

11 ビュー (過去 30 日間)
Furqan Haider
Furqan Haider 2014 年 3 月 29 日
コメント済み: Shachi P 2020 年 2 月 24 日
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.
Shachi P
Shachi P 2020 年 2 月 24 日
Thanks.

サインインしてコメントする。

Community Treasure Hunt

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

Start Hunting!

Translated by