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.
Correlation of finite length signal can be expressed as
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