Chapter - 2 - Linear Time Invariant Systems
Chapter - 2 - Linear Time Invariant Systems
Basic Concepts
§ Role of Linear Time Invariant Systems
– Many physical systems possesses these properties and can be
modelled with LTI Systems
– LTI Systems can be analysed in considerable detail, providing
both insight into their properties and a set of powerful tools that
form the core of signal and system analysis
§ Convolution Sum
– For an LTI System, if the response to a Unit Impulse signal (input
signal) is known, Impulse Response of the system, then the
response to any signal is sum of the individual Impulse
Responses with corresponding Time-shifts and weights
V[n ] ®h[n ]
y[n ] = ... + x[0 ]h[n ] + x[1]h[n - 1] + x[2 ]h[n - 2 ] + ...
k = +¥
– n→ sample no. for y[n] (output); k→ sample no. for x[k] (input)
– An LTI System is completely characterised by its unit impulse
response
y[n ] = x[n ] * h[n ]
Dr. Hassan Tariq Chattha 6
Properties of convolution
7
Example 2.1
N
N +1
=a -a
M
åan a ¹1
For Reference- See
Geometric Series,
n=M 1-a Finite and Infinite
+¥ Sum Formulas and
1
å =
a n
a <1
Problem 1.54
n=0 1-a
+¥
a
å na n =
1-a 2
a <1
n=0
§ Study
– Example 2.5
y[ n ] = å x[ k ]h[ n - k ]
k = -¥
+¥
y (t ) = ò x (t )h (t - t )d t
-¥
y (t ) = x (t ) * h (t )
– t→ y(t) (output) time; Ƭ→ x(t) (input) time
– An LTI System is completely characterised by its unit impulse
response
Dr. Hassan Tariq Chattha 25
Convolution Integral
+¥
y (t ) = ò x (t ) h (t - t ) d t
-¥
h (t - t ) = t - t 0 < t - t < 2T
h (t - t ) = t - t t - 2T < t < t
Dr. Hassan Tariq Chattha
28
Convolution Integral
§ Study
– Example 2.8
y (t ) = ò x (t ) h (t - t ) d t = x (t )*h (t )
-¥
+¥
x[ n ] * h[ n ] = h[ n ] * x[ n ] = å h[ k ] x[n - k]
k = -¥
"
x(t) * h(t) =h(t) * x(t) = ∫!" ℎ(𝜏) 𝑥(𝑡 − 𝜏)d𝜏
y[n ] = { x1 [n ] + x 2 [n ]} * h[n ]
y[n ] = x1 [ n ] * h[ n ] + x 2 [n ] * h[ n ]
y[ n ] = y 1 [n ] + y 2 [ n ]
– Causal/Not Causal ?
§ Impulse Response?
– Take input as unit impulse function
– Thus
– If we take
– Then
§ Summer/accumulator/running sum
§ Inverse of summer
§ Impulse Response
§ Thus
Ø Both Causal
§ Example 2.13
– Time shifting systems are stable
– Summer is Unstable.
x(t)= 𝐾𝑒 #$ u(t)
– Complete Solution: Particular solution (forced response) +
Homogeneous solution (natural response)
3Y + 2Y = K
'
Y= (
So that
' #$
yp(t)= (
𝑒 , 𝑡>0
§ Homogeneous Differential Equation
𝑑𝑦(𝑡)
+ 2𝑦 𝑡 = 0
𝑑𝑡
§ Solutionof Homogeneousdifferential equation
§ From this equation, we see that s = -2 and Ae-2t is the solution for
any choice of A.
§ So the total solution of the differential equation for t>0 is
'
y(t)= 𝐴𝑒 !)$ + 𝑒 #$ , 𝑡>0
(
§ The order refers to the highest derivative of the output y(t) appearing
in the equation. In case when N=0, we have
§ The solution y(t) will also consist on two parts – a particular solution
and a solution of the homogenous differential equation
– Homogeneous
– If previous output values are known then next value can be calculated
‘recursively’. And this equation is called recursive equation as it
specifies a recursive procedure for determining the output in terms of
input and previous outputs and Auxiliary conditions required.
§ In the special case when N = 0, then
– Explicit relationship between input and output and this equation is often
called a nonrecursive equation as it does not recursively use the
previous computed values of output to find the computed value of output
• No auxiliary conditions required
• Convolution sum equation
• FIR system
Dr. Hassan Tariq Chattha 51
Causal LTI Systems
§ Example:
– IIR system
• A system described by recursive difference equation with
infinite duration impulse response.
§ Recursive Solution
§ Non-Recursive Solution
§ Recursive Solution
§ Let us rewrite as
§ The right hand side of this equation shows that differential equation also
requires these three basic functions
• (a) Adder (b) Multiplier (c) Delay
§ 2.1 – 2.39