What - Are - Signals - 2 Signal and Systems Iiitb
What - Are - Signals - 2 Signal and Systems Iiitb
INTRODUCTION
2ND SEP 2022
SIGNAL ATTRIBUTES
• Periodicity :
• For a Discrete-time signal to be periodic with period ‘N’ it
has to satisfy, x[n] = x[n+N], for all integer values of n
• Fundamental period ?
PERIODICITY
• Find whether the given signal is periodic and find fundamental period :
1. 𝑥 𝑡 = 𝑠𝑖𝑛2 4𝜋𝑡
2. 𝑥 𝑡 = sin 6𝜋𝑡 + cos(5𝜋𝑡)
3. 𝑥 𝑛 = 𝑒 𝑗2𝑛
4. 𝑥 𝑛 = cos(3𝜋
4
𝑛)
5. 𝑥 𝑛 = sin(3𝜋
4
𝑛) + cos(5𝜋
7
𝑛)
EVEN SIGNALS
Typically, signal with finite energy should be non-zero over a compact interval
POWER
1. 𝑥 𝑡 = 𝑒 𝑗(2𝑡+ 𝜋Τ4)
2. 𝑥 𝑡 = cos 𝑡
𝜋𝑛 𝜋
3. 𝑥 𝑛 = 𝑒 𝑗( 2 + 8 )
𝜋
4. 𝑥 𝑛 = cos( 𝑛)
4
PROBLEMS
Find Energy
E = 2 x Σ(1/n2) = 2 x (π2/6)
2) x[n] = (-1)n
2) x[n] = (-1)n
For finite length signal → Eg : x = [1,2,3,4,5,4,3,2,1]
What is the Energy of this signal ?
Energy in python → sum(abs(x)**2)
Infinity..why ??
Power in python → (1/(2*N+1))*sum(abs(x)**2)
PROBLEMS
2) x[n] = (-1)n
For finite length signal → Eg : x = [1,2,3,4,5,4,3,2,1]
What is the Energy of this signal ?
Energy in python → sum(abs(x)**2)
Infinity..why ??
Power in python → (1/(2*N+1))*sum(abs(x)**2)
• Time shift
a) For Cts-time signal, x(t), time-shift makes it x(t-t0)
Time-shift preserves the shape of the signal
EXAMPLE
EXAMPLE
x(t)
EXAMPLE
TIME-SHIFT FOR DISCRETE-TIME SIGNALS
• Real-life examples :
• Mirror Reflection
• Playing audio/video tape in reverse
REFLECTION
• Real-life examples :
EXAMPLES
SCALING