๐ Continuous Time Convolution – Complete Explanation
For an LTI system, output is obtained using convolution of input and impulse response. This is the most important operation in Signals & Systems.
๐น 1. Convolution Definition
y(t) = x(t) * h(t) = ∫ x(ฯ) h(t − ฯ) dฯ
Where:- x(t) = Input
- h(t) = Impulse response
- y(t) = Output
๐น 2. Important Idea
Convolution means: 1. Flip one signal 2. Shift it 3. Multiply 4. Integrate๐น 3. Step-by-Step Procedure
To compute y(t):- Replace h(t) by h(−ฯ)
- Shift → h(t − ฯ)
- Multiply with x(ฯ)
- Integrate over overlapping region
๐น 4. Example 1 – Step with Step
Given:x(t) = u(t) h(t) = u(t)
Then:y(t) = ∫₀แต 1 dฯ = t u(t)
Result: Ramp signal.๐น 5. Example 2 – Exponential Case
Given:x(t) = e-tu(t) h(t) = u(t)
Then:y(t) = ∫₀แต e-ฯ dฯ = 1 − e-t
Output:y(t) = (1 − e-t)u(t)
๐น 6. Important Properties
- Commutative → x*h = h*x
- Associative
- Distributive
๐น 7. Graphical Understanding
Output depends on overlapping area of signals. As shift increases → overlap changes → output changes.๐ฏ GATE Important Points
- Unit step convolution gives ramp
- Know integral limits carefully
- Draw overlap region before integrating
- Practice piecewise signals
Convolution = Input Spread by Impulse Response
No comments:
Post a Comment