sc1 Lecture2
sc1 Lecture2
1 Summary
This lecture will focus on:
1. Linear systems
3. Convolution
2 Linear systems
Linear systems satisfy two properties namely
1. Superposition: if input x1 (t) produces output y1 (t) and input x2 (t) produces output y2 (t).
Then the output of the system in response to input x1 (t) + x2 (t) is y1 (t) + y2 (t).
2. Homogeneity: If input x(t) produces output y(t), then input ax(t) where a ∈ C produces
output ay(t).
A system is said to be time invariant if a delay in the input produces the same delay in the
output. Also, the properties of the system do not change with time and therefore the response
does not depend on when the input is applied. Formally, if the response to x(t) is y(t), then the
response to x(t − τ ) is y(t − τ ) where τ is any real number.
A system that is both linear and time invariant is known as a linear time invariant system.
Several systems including communication systems can be modelled as linear time invariant (LTI)
systems. An LTI system is completly characterised by its impulse response h(t). The impulse
response of an LTI system is the response of the system to the Dirac delta function δ(t).
1
We can show that for any continuous time signal x(t),
∞
X
x(t) = lim x(n∆τ )p∆τ (t − n∆τ )∆τ
∆τ →0
n=−∞
This also follows by applying the sifting property of the Dirac delta function and exploiting the
fact that the Dirac delta function is even.
If x(t) is the input to an LTI system, we have
∞
X
y(t) = lim x(n∆τ )R{p∆τ (t − n∆τ )}∆τ
∆τ →0
n=−∞
where R{p∆τ (t − n∆τ )} is the response of the LTI system to the pulse p∆τ (t − n∆τ ).
As ∆τ → 0, R{p∆τ (t) tends to the response of the system to the Dirac delta function which
we denote as h(t). This is known as the impulse response of the system. Thus taking the limit as
∆τ → 0 we get the convolution integral
Z ∞
y(t) = x(τ )h(t − τ )dτ
−∞
2.1.1 Examples
1. A linear time invariant (LTI) system has the impulse response h(t) shown in Figure 3.
Determine and sketch the response of the system to the following inputs
(a) x(t) = δ(t + 2) + δ(t − 2)
(b) x(t) = δ(t + 1) + δ(t − 1)
h(t)
−2 0 2 t
Figure 1:
2. Consider a linear time invariant (LTI) system with impulse response h(t) = e−at u(t) where
a > 0 and u(t) is the unit step function. Compute and sketch the response y(t) of the LTI
system to the following inputs x(t)
(a) x(t) = δ(t) where δ(t) is the Dirac delta function.
(b) x(t) = u(t) where u(t) is the unit step function.
2
Homework 2
1. Using relevant equations, explain what you understand by the term superposition when
applied to linear systems.
2. Sketch the function r(t) − r(t − T ) − r(t − 2T ) + r(t − 3T ) where r(t) is the unit ramp and
T > 0.
3. If the pulse p(t) below is passed through a linear time invariant system whose impulse
response is h(t) = u(t) − u(t − T ) where u(t) is the unit step function compute and sketch
the output y(t).
p(t)
0 T t