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

5 visualizzazioni (ultimi 30 giorni)
how to generate complex Gaussian random variable matrix with 0 mean and different values of variance other than unity?

Risposte (1)

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

Categorie

Scopri di più su Creating and Concatenating Matrices in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by