Learn Before
Relation
Convolution
Convolution explains the connection between input signal ( ) ,impulse response ( ) and the output signal ( ).
$y[n] = x[n]*h[n]$
Convolution of 1-D signal can also be expressed as
$ y[n] = \sum_{k=-\infty}^{+\infty} x[k] h[n-k]$
Discrete convolution can be expressed as
$y [n] = \sum_{k=max(n-M,0)}^{min(n,K)} x[k] h[n-k]$
In the above expression and are signals having finite length of K+1 and M+1 respectively resulting in a finite signal of length K+M+1.
0
1
Updated 2021-07-06
Tags
Python Programming Language
Data Science