Formula for cross-correlation in matlab

3 visualizaciones (últimos 30 días)
Sagar
Sagar el 9 de Mzo. de 2016
Respondida: Sagar el 11 de Mzo. de 2016
When we calculate cross correlation using the function 'xcorr' with 'coeff' option, does the function calculate Pearson correlation coefficient or something else?

Respuesta aceptada

Sagar
Sagar el 11 de Mzo. de 2016
It looks like that 'xcorr' does not calculate Pearson correlation coefficient directly. To get Pearson correlation coefficient, we have to remove the mean first and then call 'xcorr' which will then give Pearson correlation coefficient.

Más respuestas (1)

dpb
dpb el 9 de Mzo. de 2016
In the Statistics Toolbox, see
doc corr

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by