LS-convolution Basic
LS-convolution Basic
A convolution is a mathematical operation that represents a signal passing through a LTI (Linear
and Time-Invariant) system or filter. If we have a signal s(t) passing through a system with
impulse response h(t), the output is the convolution of s(t) with h(t). The convolution is simply
the integral of the product of the two functions (in this example the functions are s(t) and h(t)),
where one is reversed.
where τ is an auxiliary variable, a "dummy variable" that serves the calculation of the integral at each
time instance t.
***If delta function is the impulse response function of the unit (i.e. h(t) = δ(t)), then the output
function is identical to input function, since:
Consider the response of the system to an impulse at time tn : it is h(t−tn ), right? At t=tn you will
have h(0) and all other points of h(t) will be shifted in the same way. At this point, we are
convolving the systems's function with a dirac delta function:
Only for τ=tn the multiplication inside the integral is non-zero and it is equal to h(t−τ)=h(t−tn ).
Now imagine a sequence of impulses at times t0, t1, and so on until tn that form a discrete signal.
The impulse responses accumulate, and you will have the accumulation of all the impulse
responses shifted by each impulse.
y(n)=[...0,1,4,9,11,8,2,0,...]