Unit 4 Linear Time-Invariant Discrete-Time Systems
Unit 4 Linear Time-Invariant Discrete-Time Systems
TRƯỜNG OF SCIENCE
ĐẠI HỌC ANDHÀ
BÁCH KHOA TECHNOLOGY
NỘI
SCHOOL OF INFORMATION AND COMMUNITCATION TECHNOLOGY
UNIT 4
LINEAR TIME-INVARIANT DISCRETE-TIME
SYSTEMS
PhD. Nguyễn Hồng Quang
Assoc Prof. Trịnh Văn Loan
PhD. Đoàn Phong Tùng
Department of Computer Engineering
❑ Contents
After completing this lesson, you will have grasped the following topics:
𝑥(n) y n = T x(n)
T[ ]
● y n : output/response signal
▪ Combination: T x1 n + x2 (n) = T x1 n + T x2 n = y1 n + y2 n
a. y n = 2x n b. y n = x 2 (n)
IT 4172 Signal processing Chapter 1. Signal and system 5
Example of a linear system
(n) (n)
(n) (n-1)
(n-1) (n-2)
M−1 M−1
T
x n = ak xk n y n = ak yk (n)
k=1 k=1
yk (n) = T xk n 𝑘 = 1, 2, … , 𝑀 − 1
x n = x(k)𝛿(n − k)
k=−∞
• Example:
x n = 2, 4, 0, 3
↑
x n = 2𝛿 n + 1 + 4𝛿 n + 3𝛿(n − 2)
y n = T x(n)
∞
x n = x(k)𝛿(n − k)
k=−∞
∞ ∞
y n = x k T 𝛿 𝑛−𝑘 = x(k)h(n, k)
k=−∞ k=−∞
h n, k = hk n = T 𝛿(n − k)
T
x n−k y n−k ∀ x n và ∀ k
• Example:
y n = T x(n) = T x(k)𝛿(n − k)
k=−∞
∞ ∞
0,5
-2 -1 0 1 2 3 n -2 -1 0 1 2 3 4 n
𝑥(𝑛) 2 2h(n-1)
2 2 2
0.5
-2 -1 0 1 2 3 -2 -1 0 1 2 3 4 n
n
y(n) 2,5 2,5
2
∞ 1
y n = x k h n − k = x k h(n − k) 0,5
k=−∞ k=0 -2 -1 0 1 2 3 4 n
y n = x 0 h n − 0 + x 1 h n − 1 = 0.5 h n − 0 + 2 h n − 1
IT 4172 Signal processing Chapter 1. Signal and system 12
3. Properties of convolution
• Convolution
y n = x n ∗ h(n)
∞
y n = x(k)h(n − k)
k=−∞
• Commutative law
y n = x n ∗ h n = h n ∗ x(n)
x n ∗ h1 n + h2 𝑛 = x n ∗ h1 n + x n ∗ h2 n
• Equivalent systems
● A linear time-invariant system is a system that satisfies both linearity and time-
invariance properties.
● Assignment 1: Compute the output of the following system with the input x(n)
n, −3 ≤ n ≤ 3
x n =ቊ
0, otherwise
a) y n = x(n)
b) y n = x n − 1
c) y n = x(n + 1)
1
d) y n = x n + 1 + x n + x(n − 1)
3
e) y n = max x n + 1 , x n , x(n − 1)
f) y n = σnk=−∞ x(k) = x n + x n − 1 + x n − 2 + ⋯
n
1− 0≤n≤4
h n =ቐ 4
0 otherwise
n
1− 0≤n≤2
h1 n = ቐ 2
0 otherwise
1
h2 n = 𝛿 n − 1 + u n − 2 − u(n − 4)
2
h3 n = rect 3 (n)
23