corrcoef function of MATLAB

조회 수: 3 (최근 30일)
rihab
rihab 2015년 9월 28일
답변: Steven Lord 2015년 9월 28일
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!

답변 (2개)

Walter Roberson
Walter Roberson 2015년 9월 28일
Two columns, a 2 x 2 output covariance matrix.
  댓글 수: 1
rihab
rihab 2015년 9월 28일
okay, but could you please tell what the row and column elements correspond to? No matter what the signals are, one diagonal of the covariance matrix has always 'ones' and the second diagonal has 'non zero' values.

댓글을 달려면 로그인하십시오.


Steven Lord
Steven Lord 2015년 9월 28일
Take a look at the description of the R output argument and the More About section of the documentation page for CORRCOEF.

카테고리

Help CenterFile Exchange에서 Correlation and Convolution에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by