Correlation between Signals
Explore the concept of correlation between signals to measure their similarity, understand its calculation through time shifts and sample-wise multiplication, and see practical examples. This lesson provides foundational knowledge crucial for solving problems in digital signal processing and paves the way to learning about complex signals and the frequency domain.
We'll cover the following...
Correlation is a measure of similarity between two signals and forms the foundations for most detection and estimation problems in signal processing. In our everyday life, we recognize something by correlating it with what we already know. Correlation plays a crucial role in many areas of our life such as economics, marketing, and psychology.
The algorithm
As described in the beginning, the objective of correlation between two signals is to measure the degree to which those two signals are similar to each other. Mathematically, correlation between two signals and is defined as
where the above sum is computed for each from to .
The process of correlation can be understood by reading the following steps:
1. Select the time shift:
Observe that there are two indices, ...