lauritachris
- 3
- 0
How would you interpretate this image about LTI systems and convolution?
Runei said:h[X0] is the response due to the single pulse x[0].
h[X1] is the response due to the single pulse x[1].
h[X2] is the response due to the single pulse x[2].
And so forth.
In a discrete LTI system, the total response due to a signal is simply a sum of the responses due to each impulse that the signal is made up of.
In the above example, x[n] can be said to be made up of 4 impulses - x[0], x[1], x[2], x[3]. When passed through the system with impulse response h[n], each of the pulses would, on its own, create the shown response (h[X0] for example). When several impulses (the whole signal) is passed through the system at once, the output is the sum of the individual responses.
All the reponses are similar, they are, however, displaced in time.
Did this help? Otherwise I can try to elaborate :)
lauritachris said:Thank you, what are we multiplying? At Y[3] for example.
x[3]h[0]+x[2]h[1]+x[1]h[2] - And why do we need to multiply it this way?