Effacer les filtres
Effacer les filtres

Cross Correlation in Matlab

3 vues (au cours des 30 derniers jours)
SOUVIK MITRA
SOUVIK MITRA le 2 Nov 2019
Commenté : SOUVIK MITRA le 3 Nov 2019
How to find cross correlation coefficient between two 2D matrices?

Réponses (1)

Cris LaPierre
Cris LaPierre le 2 Nov 2019
If you have the Signal Processing Toolbox, use xcorrr2.
  3 commentaires
Cris LaPierre
Cris LaPierre le 2 Nov 2019
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 le 3 Nov 2019
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)

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by