Clear Filters
Clear Filters

Correlation of two signals

4 views (last 30 days)
Ananthu S
Ananthu S on 15 Jan 2017
Answered: Image Analyst on 15 Jan 2017
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

Answers (1)

Image Analyst
Image Analyst on 15 Jan 2017
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.

Community Treasure Hunt

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

Start Hunting!