Lecture 11 - Discrete Time Systems (Slides)
Lecture 11 - Discrete Time Systems (Slides)
URL: www.ee.ic.ac.uk/pcheung/teaching/DE2_EE/
E-mail: [email protected]
𝑦 𝑛 = 𝑇 𝑎& 𝑥1 𝑛 − 𝑘 + 𝑎) 𝑥) 𝑛 − 𝑘
= 𝑦[𝑛 − 𝑘]
T{‧}
T{‧}
T{‧}
𝑥[𝑛] 𝑦 𝑛 =𝛼𝑥 𝑛
a
! Adding
𝑥[𝑛] 𝑝 𝑛 = 𝑥 𝑛 + 𝑦[𝑛]
S
y[𝑛]
! Delay (i.e. Dk = time shift by k sample periods)
𝑥[𝑛] 𝑦 𝑛 =𝑥 𝑛−𝑘
Dk
𝑥[𝑛] 𝑥[𝑛] D D D
F{.}
𝑦[𝑛]
0.25
0.25
0.25
0.25
signal flow diagram
difference equation
S
𝑦 𝑛 = 0.25 (x[n] + x[n-1]+x[n-2]+x[n-3])
! This system take the current and the previous 3 input samples, and average
them. This is also known as a moving average filter.
𝑌 𝑧 = 0.25 𝑋 𝑧 + 𝑋 𝑧 𝑧 B& 𝑧 + 𝑋 𝑧 𝑧 B) 𝑧 + 𝑋 𝑧 𝑧 BE
𝑌 𝑧 = 0.25(1 + 𝑧 B& + 𝑧 B) + 𝑧 BE )𝑋 𝑧
x[0:9] = [0 1 1 1 1 1 1 1 1 1]
y[0:9] = [0 0.2 0.36 0.49 0.59 0.67 0.74 0.79 0.83 0.87 ]