convolution operation

200 Views Asked by At

The convolution operation is stated below

enter image description here

and is equivalent to

enter image description here

Now, lets say we have 2 functions namely x(t) and u1(t). If we convolve the x(t) with u1(t) where u1(t) is the unit doublet function, the behavior of the output becomes

x'(t) = x(t) ※ u1(t)

we can seee that everytime we convolve an input function (which is x(t)) with the unit doublet, the output is the derivative of the input function which is x'(t).

Now, according here

enter image description here

The question remains, why is that the integrals above are equated to -g'(t) and not g'(-t)

Reference: http://isites.harvard.edu/fs/docs/icb.topic133182.files/5-singular_func.pdf page 4, number 2

1

There are 1 best solutions below

2
On

The integrals should be equal to $-g'(-t)$, which does not change the next results when setting $t=0$.

$$ \int_{-\infty}^{+\infty}x(t-\tau)u_1(\tau)\mathrm{d}\tau=(x*u_1)(t)=x'(t)=-g'(-t) $$