corrcoef function of MATLAB
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I am finding the cross correlation coefficient of two complex signals by using corrcoef function of MATLAB. The signals are vectors of dimension 1 x 1000 but by using corrcoef I am getting a matrix of size 2 x 2, say
1.0000 + 0.0000i 0.0121 - 0.0455i
0.0121 + 0.0455i 1.0000 + 0.0000i
I am unable to understand the logic behind the generation of 2 x 2 matrix after corrcoef function. Even MATLAB documentation has no information regarding this. I would be thankful if anyone provides me explanation about the meaning of this matrix!
0 Commenti
Risposte (2)
Steven Lord
il 28 Set 2015
Take a look at the description of the R output argument and the More About section of the documentation page for CORRCOEF.
0 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!