Generate Gaussian RV?

2 visualizzazioni (ultimi 30 giorni)
Mohammed Ba Humaish
Mohammed Ba Humaish il 11 Dic 2021
Gaussian RP
  2 Commenti
John D'Errico
John D'Errico il 11 Dic 2021
If it is discrete, then it is not gaussian.
Mohammed Ba Humaish
Mohammed Ba Humaish il 11 Dic 2021
I will convert it using fft

Accedi per commentare.

Risposta accettata

Voss
Voss il 11 Dic 2021
my_mean = 0;
my_variance = 10;
x = randn(1,n)*sqrt(my_variance)+my_mean;

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by