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

7 visualizaciones (últimos 30 días)
how to generate complex Gaussian random variable matrix with 0 mean and different values of variance other than unity?

Respuestas (1)

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

Categorías

Más información sobre Random Number Generation en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by