how to generate complex Gaussian random variable matrix with 0 mean and different values of variance other than unity?

7 ビュー (過去 30 日間)
how to generate complex Gaussian random variable matrix with 0 mean and different values of variance other than unity?

回答 (1 件)

Deepak Rathore
Deepak Rathore 2018 年 6 月 8 日
use this
sqrt(var/2)*(randn(1,N)+i*randn(1,N))

カテゴリ

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