Learn Before
Relation

Example for Convolution of two Sequences

y[0]=x[0]h[0]y[0]=x[0]h[0] y[1]=x[0]h[1]+x[1]h[0]y[1]y[1] = x[0]h[1] + x[1]h[0]y[1] y[2]=x[0]h[2]+x[1]h[1]+x[2]h[0]y[2] = x[0]h[2] + x[1]h[1] + x[2]h[0]

1-D convolution is implemented in SciPy using the function convolve

Image 0

0

1

Updated 2021-07-06

Tags

Python Programming Language

Data Science