Cross correlation at 0 lag between two time series data sets
Afficher commentaires plus anciens
Hi everyone.
I am new at MATLAB. I want to do cross-correlation of two time series data sets at 0 lag and find the correlation coefficient for the same. Here I am attaching data sets as P and Q. the first column of data is time, while the second column is amplitude.
Réponses (1)
Image Analyst
le 15 Fév 2020
0 votes
Isn't that just what the first example in the documentation for xcorr() does? Did you see it?
Also use corrcoeff() to get the correlation coefficient.
1 commentaire
ravindra gupta
le 15 Fév 2020
Catégories
En savoir plus sur Correlation and Convolution dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!