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

4 Ansichten (letzte 30 Tage)
how to generate complex Gaussian random variable matrix with 0 mean and different values of variance other than unity?

Antworten (1)

Deepak Rathore
Deepak Rathore am 8 Jun. 2018
use this
sqrt(var/2)*(randn(1,N)+i*randn(1,N))

Kategorien

Mehr zu Creating and Concatenating Matrices finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by