Learn Before
Relation

Correlation

Correlation produces a third signal from the input two signal and the produced signal is called the cross-correlation of the two input signals.

y[n]=k=+x[k]h[n+k] y[n] = \sum_{k=-\infty}^{+\infty} x[k] h[n+k]

Correlation of finite length signal can be expressed as

y[n]=k=max(0,n)min(K,Mn)x[k]h[n+k]y [n] = \sum_{k=max(0,-n)}^{min(K,M-n)} x[k] h[n+k]

0

1

Updated 2021-07-13

Tags

Python Programming Language

Data Science