lauritachris
- 3
- 0
How would you interpret this image about LTI systems and convolution?
The discussion revolves around the interpretation of convolution in linear time-invariant (LTI) systems, specifically how outputs are computed from inputs using impulse responses. Participants explore the mathematical formulation of convolution and the implications of superposition in discrete LTI systems.
Participants express varying interpretations of the convolution process and the mathematical formulation involved. There is no consensus on the specific order of operations in the convolution equation, indicating that multiple views remain on this topic.
Some assumptions about the definitions of impulse responses and the nature of the input signals are not explicitly stated, which may affect the clarity of the discussion. The mathematical steps involved in convolution are not fully resolved, leading to ongoing questions about the formulation.
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?