A neat way to carry out normalised cross correlation on two singals
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
0 down vote favorite Is there a neat a fast way of computing the normalised cross correlation of two signals in MATLAB?
My two signals X and Y when I tried C = normxcorr2(X,Y) and plotted C my results did not look as I would expect
0 comentarios
Respuesta aceptada
Adam
el 24 de Jun. de 2015
doc xcorr
Look at the 'scaleopt' options. I think 'coeff' is the one you want.
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!