signal similarity measurement - cross-correlation

조회 수: 2 (최근 30일)
oblivious
oblivious 2014년 4월 21일
댓글: Mohammad Al Nagdawi 2018년 8월 2일
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?

답변 (1개)

Image Analyst
Image Analyst 2014년 4월 21일
Have you tried normalized cross correlation? If it's an image you can use SSIM, which is popular.
  댓글 수: 2
Image Analyst
Image Analyst 2014년 4월 21일
There is a function normxcorr2() in the Image Processing Toolbox, if you have it.
Mohammad Al Nagdawi
Mohammad Al Nagdawi 2018년 8월 2일
the output of normxcorr2() is matrix. Is there is cross-correlation function output is single value similar to MI

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Correlation and Convolution에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by