Discrete-Time Signals & Systems
Discrete-Time Signals & Systems
1
Review
Signals
Continuous-time Discrete-time
Continuous-value Discrete-value
Continuous-value
Tabular representation
n … -2 -1 0 1 2 3 …
x(n) … 0 0 0 1 4 1 …
Sequence representation
x(n)={… , 0, 0, 0, 1, 4, 1, …}
Graphical representation
𝑥𝑅 (𝑛) ≡ 𝑟 𝑛 cos 𝜃𝑛
𝑥𝐼 (𝑛) ≡ 𝑟 𝑛 sin 𝜃𝑛
𝜋
Here, r=0.9 and 𝜃 = 10
Amplitude function,
𝑥(𝑛) = 𝐴(𝑛) ≡ 𝑟 𝑛
Phase function,
∠𝑥 𝑛 = ∅ 𝑛 ≡ 𝜃𝑛
energy signal
The average power of a discrete-time signal x[n] is
defined by
- N ≤ n ≤ N as
if
• Signal x(n)
• Here, 𝑦 𝑛 = 𝑥 2𝑛 = 𝑥𝑎 (2𝑛𝑇);
Changes the sampling rate from 1/T to 1/2T
(i.e. decreasing rate by a factor of 2)
Why?
To reduce CPU time in a preliminary data analysis, or to reduce memory.
17 Department of CSE, CUET
Manipulation of Discrete-Time Signals
Examples:
The static (memoryless) systems:
Multiplier
Constant multiplier- multiplies its input by a constant
instantaneously
Signal multiplier- multiplies two signal sequence to produce one
Example
1 1 1
𝑦 𝑛 = 𝑦 𝑛−1 + 𝑥 𝑛 + 𝑥 𝑛−1
4 2 2
1 1
⇒ 𝑦 𝑛 = 𝑦(𝑛 − 1) + ,𝑥 𝑛 + 𝑥 𝑛 − 1 -
4 2
x(n) When n=n0,y(n-1)=0
0.5
x(n) + + y(n)
0.25
Black Box
In parallel
a) 𝜏𝑐 is time invariant
b) 𝜏1 𝜏2 = 𝜏2 𝜏1
Difference Equation
Method-2:
Decompose or resolve the input signal into sum of elementary
signals
Suppose,
Input signal x(n) is resolved in to a weighted sum of
𝑦 𝑛 =𝜏 𝑥 𝑛
=𝜏 𝑐𝑘𝑥𝑘 𝑛
𝑘
= 𝑐𝑘𝜏,𝑥𝑘 𝑛 -
𝑘
= 𝑐𝑘𝑦𝑘 𝑛
𝑘
Example
Convolution Sum
49 Department of CSE, CUET
Response to Arbitrary Inputs: The convolution Sum
Shifting
Multiplication
Summation
Example:
Impulse response of a linear time variant system,
h(n)= {1, 2, 1, -1}
Determine the response of the system to the input signal,
x(n)= {1, 2, 3, 1}
Solution: Lets, illustrate impulse and input sequence-
Used k as index for keeping consistency with the equation of convolution sum
k -1 0 1 2 3 4
h(1-k) -1 1 2 1 0 0
x(k) 0 1 2 3 1 0
Here, product sequence, v1(𝑘) ≡ 𝑥 𝑘 ℎ(1 − 𝑘)
k -1 0 1 2 3 4
v1(k) 0 1 4 3 0 0
k -3 -2 -1 0 1 2 3
h(-1-k) -1 1 2 1 0 0 0
x(k) 0 0 0 1 2 3 1
Here, product sequence, 𝑣−1 (𝑘) ≡ 𝑥 𝑘 ℎ(1 − 𝑘)
k -1 0 1 2 3 4
𝒗−𝟏 (k) 0 1 0 0 0 0
Commutative Law
∞
𝑆ℎ ≡ 𝑘=−∞ ℎ(𝑘) < ∞
Or, N M
a
equivalently,
k 0
k y (n k ) b
k 0
k x ( n k ), a0 1
homogenous or particular
complementary solution
solution
a yn k b xn k
k 0
k
k 0
k
The zero-input response, which is what N
the system does with no input at all. This
is due to initial conditions, such as energy
stored in capacitors and inductors.
a yn k 0 When a =1
k 0
k 0
K is
scale
factor
By reversing the order of these two systems, we obtain the form II structure
N M
w(n) ak w(n k ) x(n) y (n) bk wn k
k 1 k 0
Form I Structure
Properties
Classifications
Implementation