Effacer les filtres
Effacer les filtres

Gaussian with non unit variance

1 vue (au cours des 30 derniers jours)
Negar
Negar le 1 Avr 2011
Hi , how can I define a zero-mean gaussian noise with non-unit variance? I know that this command: x= randn(1,100); gives me the normal distribution(zero mean and unit variance), but how to define it for variance equal to f.ex 0.36 ??
tnx a lot...

Réponse acceptée

Jos (10584)
Jos (10584) le 1 Avr 2011
Multiply the noise by the square root of the desired variance:
sqrt(MyVar) * randn(...)

Plus de réponses (0)

Catégories

En savoir plus sur Time Series dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by