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

13 次查看(过去 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 CenterFile Exchange 中查找有关 Random Number Generation 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by