signal similarity measurement - cross-correlation

2 visualizaciones (últimos 30 días)
oblivious
oblivious el 21 de Abr. de 2014
Comentada: Mohammad Al Nagdawi el 2 de Ag. de 2018
Hi,
I am simulating an ultrasound imaging system. Here I need to compare two large time series using xcorr(). But, the computation time is higher than I expected and cross-correlation is taking up most of the time. I tried things such as phase zero search in analytic signal etc. But, I need something other than cross-correlation. Is there any other algorithm than cross-correlation to measure the similarity between two signals?

Respuestas (1)

Image Analyst
Image Analyst el 21 de Abr. de 2014
Have you tried normalized cross correlation? If it's an image you can use SSIM, which is popular.
  2 comentarios
Image Analyst
Image Analyst el 21 de Abr. de 2014
There is a function normxcorr2() in the Image Processing Toolbox, if you have it.
Mohammad Al Nagdawi
Mohammad Al Nagdawi el 2 de Ag. de 2018
the output of normxcorr2() is matrix. Is there is cross-correlation function output is single value similar to MI

Iniciar sesión para comentar.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by