Cross Correlation in Matlab

5 次查看(过去 30 天)
SOUVIK MITRA
SOUVIK MITRA 2019-11-2
How to find cross correlation coefficient between two 2D matrices?

回答(1 个)

Cris LaPierre
Cris LaPierre 2019-11-2
If you have the Signal Processing Toolbox, use xcorrr2.
  3 个评论
Cris LaPierre
Cris LaPierre 2019-11-2
It returns the autocorrelation matrix.
"The 2-D cross-correlation of an M-by-N matrix, X, and a P-by-Q matrix, H, is a matrix, C, of size M+P–1 by N+Q–1"
SOUVIK MITRA
SOUVIK MITRA 2019-11-3
Yes I know this, but is there any way to find normalised value for correlation matrix which gives me one value (like
xcorr(X,Y, lag, 'coeff')
this returns cross correlation coeff of two signals)

请先登录,再进行评论。

Community Treasure Hunt

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

Start Hunting!

Translated by