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

5 vues (au cours des 30 derniers jours)
how to generate complex Gaussian random variable matrix with 0 mean and different values of variance other than unity?

Réponses (1)

Deepak Rathore
Deepak Rathore le 8 Juin 2018
use this
sqrt(var/2)*(randn(1,N)+i*randn(1,N))

Catégories

En savoir plus sur Creating and Concatenating Matrices dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by