Chapter Two
Chapter Two
Continuous-Time Systems
Aga Bayou
July 3, 2023
1 Introduction
4 Interconnected Systems
The unit impulse can be used as basic signal to construct any time
signal i.e. any time signal (continuous or discrete time signal) can be
represented as a sum of shifted, scaled unit impulse sequences
For continues time signal
Z ∞
x(t) = x(τ )δ(t − τ )dτ
τ =−∞
h(t − τ ) = T {δ(t − τ )}
Z ∞
y (t) = x(τ )h(t − τ )dτ
−∞
Step 6 : Calculate the total area under the product function x(τ )h(t − τ ) by
integrating it over τ = [−∞, ∞].
Step 7 : Repeat steps 4 to 6 for different values of t to obtain y (t) for all
time, −∞ ≤ t ≤ ∞
The convolution integral has the following properties.
Commutative property
Associative property
Distributive property
Exercise:
Determine the output y(t) of the continuous-time LTI systems with the
following pairs of input signals and impulse responses.
e −3t u(t) and h(t) = u(t + 3)(
a. x(t) = (
t, 0 ≤ t ≤ 2 1, 0≤t≤4
b. x(t) = and h(t) =
0, otherwise 0, otherwise
−3t
c. x(t) = u(t − 1) and h(t) = e u(t)
A series (or cascade) connection ties the output of one system to the
input of the other.
The overall series-connected system is described by the equation
y = h2 (t) ∗ (h1 (t) ∗ (x(t)))
A parallel connection ties the inputs of both systems together and
sums their outputs.
The overall parallel-connected system is described by the equation
y = h1 (t) ∗ (x(t)) + h2 (t) ∗ (x(t))
Aga Bayou (ASTU) Signals and Systems Analysis July 3, 2023 12 / 22
Cont. . . .
PN dk PM dk
⇒ y (t) + k=1 aky (t) = k=0 b k x(t), a0 = 1
dt k dt k
d k dk
⇒ y (t) = − N
P PM
k=1 a k y (t) + k=0 bk x(t)
dt k dt k
where: ak ’s and bk ’s are constant coefficients
The solution of the differential equation consists of two parts
i Zero-State response: The response due to the input when the initial
state of the system is zero.
ii Zero-Input response: The response due to initial state of the system.
Aga Bayou (ASTU) Signals and Systems Analysis July 3, 2023 14 / 22
Cont. . . .
Total response = zero-input response + zero-state response
The total solution of the above linear constant-coefficient differential
equation can be expressed as a sum of two parts.
Homogeneous Solution:
The homogeneous differential equation with zero-input is given by:
N
X dk
ak y (t) = 0
dt k
k=0
yh (t) = Ae rt
λ1 = λ = a + jb
λ2 = λ∗ = a − jb
Exercises
Determine the output of the systems described by the following
differential equations with input and initial conditions as specified.
d
a. y (t) + 4y (t) = 2x(t) and x(t) = u(t), y (0) = 1
dt
2
d d
b. y (t) + 6 y (t) + 8y (t) = 2x(t) and x(t) = e −t u(t), y (0) = −1,
dt′ 2 dt
y (0) = 1