circularly symmetric gausian random variables

3 vues (au cours des 30 derniers jours)
sadeq
sadeq le 19 Jan 2013
Dear friends i need a help in building a 4x4 matrix with elements being zero mean and unit variance independent and identically distributed (i.i.d.) circularly symmetric Gaussian variables.
i tried this but i m not sure is it correct or not
x=randn(1,4);
c= x+i.*x;
d= toeplitz(c);
  4 commentaires
sadeq
sadeq le 20 Jan 2013
Modifié(e) : Image Analyst le 20 Jan 2013
"Circular" means the variance of the real and imaginary parts are equal. Also the variables should be complex. Then, to satisfy this, I hope id this clear so I can get the right answer
I also tried to do the following
x= randn(4,4)
c= x+i.*x % i is the imaginary variable.
Image Analyst
Image Analyst le 20 Jan 2013
So what's wrong with that? The real and imaginary parts must have the same variance because they were built with the same array (x).

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Special Functions dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by