필터 지우기
필터 지우기

Correlation of two signals

조회 수: 4 (최근 30일)
Ananthu S
Ananthu S 2017년 1월 15일
답변: Image Analyst 2017년 1월 15일
How can we perform the correlation of two signals in MATLAB? I know that it can be found using the 'xcorr' function. But in many examples found on the web, the final result of correlation is flipped using the 'fliplr' function. What is the purpose of that? Please help

답변 (1개)

Image Analyst
Image Analyst 2017년 1월 15일
If you flip the function left to right, then the result is a convolution, not a correlation.
Correlation tells you the sum of the product of the two signals. This will often be a maximum when the two signals are roughly the same shape and are aligned, though not necessarily - a few seconds of thought and you will easily think of some counter examples.

카테고리

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