Covariance Matrix?
8 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi,
I want to find covariance matrix from complex Gaussian noise with zero mean.So how can i generate in matlab complex gaussian noise with zero mean ,then find the covariance matrix.
0 commentaires
Réponse acceptée
Walter Roberson
le 19 Déc 2011
Hint 1: randn() returns a normally distributed random number with mean 0.
Hint 2: A + i*B
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Creating and Concatenating Matrices 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!