Lecture 8 28032025 020904pm
Lecture 8 28032025 020904pm
1
• A device/system which performs some prescribed equations on discrete time
signals is DT systems.
2
3.5.3 Tabular Function
3
3.7 Classes of Discrete Time Systems
➢ Static / Dynamic Systems
➢ Time Invariant / Variant
➢ Linear / Non-Linear
➢ Causal / Non-Causal
➢ Stable / Unstable
Fig 3.27
• If y (n) depends on present, past and future values then the system is
dynamic.
• Requires memory.
Example 3.1:
y (n) = x(n) + 3x(n − 1)
Fig 3.28
Dynamic System
4
3.7.2 Time Variant / Invariant
• The system is said to be time invariant if its input-output characteristics
do not change with time.
• The shape of signal at the output does not change with the delay in time.
If,
Then,
Example 3.2:
y (n) = nx(n)
Check whether the system is Time Variant or Invariant.
• Delay output by k
y ( n − k ) = ( n − k ) x( n − k ) Not equal, Time Variant
Example 3.3:
y (n) = x(n) − x(n − 1)
Check whether the system is Time Variant or Invariant.
Fig 3.10
• Delay output by k,
y (n − k ) = x(n − k ) − x(n − k − 1) Time Invariant
5
3.7.3 Linear / Non-Linear Systems
• A linear system is that which satisfies the properties of superposition
theorem.
6
• If a system produces a nonzero output with a zero input, the system is
said to be non-linear.
Example 3.4:
y (n) = nx(n) Check for Linearity.
x(n) input
y (n) output
Fig 3.8
Fig 3.9
7
8
3.7.4 Causal / Non-Causal DT Systems
• Causal systems are those systems which depend upon its present value and its
past value.
• The system depending upon the future value is called non-causal systems.
• Causal: Present + Past
• Non-Causal: Future
Example 3.5:
y(n) = y 2 (n − 1) + x(n)
Since;
For n=0;
Y(0) = Y2(-1) + c (0)
Y(0) = (0)2 + c(1)
Y(0) = c
For n=1;
Y(1) = Y2(1-1) + c (1)
Y(1) = Y2(0) + c*(0)
Y(1) = (c)2 + c*(0)
Y(1) = c2
For n=2;
Y(2) = Y2(2-1) + c* (2)
Y(2) = Y2(1) + c*(0)
Y(2) = (c2)2 + c*(0)
9
Y(2) = c4
𝒏
Y(n) = 𝐜 𝟐
10
11
12