Gaussian with non unit variance

1 次查看(过去 30 天)
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...

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Time Series 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by