フィルターのクリア

Gaussian with non unit variance

1 回表示 (過去 30 日間)
Negar
Negar 2011 年 4 月 1 日
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 Center および File ExchangeTime Series についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by