フィルターのクリア

Random Gaussian variable distribution

15 ビュー (過去 30 日間)
Konstantinos
Konstantinos 2015 年 2 月 6 日
コメント済み: Star Strider 2015 年 2 月 6 日
Does matlab has a specific command to denote a zero mean non-Complex Gaussian random variable with unit variance ? Or does anyone can help me by giving me the appropriate code for this ?
Any help could be useful. Thanks in advance!

採用された回答

Star Strider
Star Strider 2015 年 2 月 6 日
If you want normally-distributed random numbers with zero mean and unit variance (and therefore unit standard deviation), use the randn function:
N01 = randn(1,10);
This will generate a 10-element row vector with zero mean and unit variance.
  2 件のコメント
Konstantinos
Konstantinos 2015 年 2 月 6 日
Thanks for the help!
Star Strider
Star Strider 2015 年 2 月 6 日
My pleasure!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeRandom Number Generation についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by