The sequence of the matrix after xcorr function

조회 수: 3 (최근 30일)
Fan Li
Fan Li 2017년 12월 22일
답변: Fan Li 2017년 12월 23일
Hi every one I am beginner of matlab. I want to use the xcorr function to calculate the correlation function. My input is a matrix A,let say each column of the matrix A is A1 A2 A3 B1 B2 B3. Because the the function of r=xcorr(A) returns r whose columns contain the autocorrelation and cross-correlation sequences for all combinations of the columns of A, so the results have 36 columns. I wander the sequence of the of the 36 columns, because there are some unwanted results.
Thanks
Fan Li
  댓글 수: 1
David Goodmanson
David Goodmanson 2017년 12월 22일
from 'help xcorr':
C = xcorr(A), where A is an M-by-N matrix (M>1), returns a large matrix with 2*M-1 rows and N^2 columns containing the cross-correlation sequences for all combinations of the columns of A; the first N columns of C contain the delays and cross correlations using the first column of A as the reference, the next N columns of C contain the delays and cross correlations using the second column of A as the reference, and so on.

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

답변 (1개)

Fan Li
Fan Li 2017년 12월 23일
Thanks for answers.

카테고리

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