Azzera filtri
Azzera filtri

Random Variables with nakaqami - m distribution.

11 visualizzazioni (ultimi 30 giorni)
Furqan Haider
Furqan Haider il 29 Mar 2014
Commentato: Shachi P il 24 Feb 2020
How can i generate random variables having distribution Nakagami-m ? such that parameter 'm' is user defined.
Thank you.

Risposte (1)

Wayne King
Wayne King il 29 Mar 2014
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 Commenti
li junfang
li junfang il 25 Nov 2014
I have solved my question use this method. Thanks Wayne King . best wishes.

Accedi per commentare.

Community Treasure Hunt

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

Start Hunting!

Translated by