circularly symmetric gausian random variables
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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
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).
Réponses (0)
Voir également
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!