Slides
Slides
SYSTEMS
Lectures
Sr.# Lecture Topic CLO LEVEL
required
1. Continuous-time (CT) and discrete-time (DT) signals 01 1 C2
2. Signal energy and power, Time shift, Reversal, Scaling 02 1 C2
3. Periodic signals, Even and odd signals 01 1 C2
4. CT and DT complex exponential and sinusoidal signals 02 1 C2
5. Periodicity properties 01 1 C2
6. Unit impulse and unit step signals 01 1 C2
7. Memory, Invertibility, Causality, Stability, Time Invariance, 1 C2
02
Linearity
8. DT and CT representation in terms of impulses 01 2 C4
9. DT Unit impulse response 01 2 C4
10. Convolution-Sum representation of LTI Systems 02 2 C4
11. CT Unit impulse response 01 2 C4
12. Convolution-Integral representation of LTI Systems 02 2 C4
13. Fourier series representation of continuous and discrete time 3 C5
01
periodic signals
14. Properties of continuous and discrete-time Fourier series 01 3 C5
15. Continuous and discrete-time Fourier transform 02 3 C5
16. Sampling 01 3 C5
17. Laplace and Z transforms 02 3 C5
18. Region of convergence 02 3 C5
19. BIBO stability 02 3 C5
20. LTV systems 02 3 C5
Total 30
2
After successful completion of the course, student will be able to,
CLO Taxonomy Level PLO
1 Comprehend various types of signals and systems C2 1
2 Analyze signals and systems in time and frequency domains C4 2,5
Design continuous and discrete time systems with desired properties.
3 C5 3, 5
3
4
5
SIGNAL
A signal is a description of how one
parameter varies with another
parameter. For instance, voltage
changing over time in an electronic
circuit, or brightness varying with
distance in an image.
6
SIGNAL (EXAMPLES)
Human voice
7
SIGNAL (EXAMPLES)
Sine wave
8
SYSTEM
System is a described by input and output. A
system is composed of interconnected
elements to perform some action.
System could be:
• a mathematical model (eg. f = m a or a =
1/m f) [y = mx]
• a piece of code/software
• a physical device
• a black box
whose input is a signal and it performs some
processing on that signal, and the output is a
signal. 9
SYSTEM (Example)
10
SYSTEM (Example)
to communicate messages
to control processes, and
to sense or measure signals
12
EXAMPLES
Compact-Disk (CD) Player
13
Height of bump = nanometer
Computer-control system for an analog plant
(e.g., cruise control for a car)
14
CONTINUOUS and DISCRETE SIGNALS
15
CONTINUOUS and DISCRETE SIGNALS
16
Continuous-time signals are converted into binary
sequences by means of an analog-to digital converter
(ADC) which converts the continuous-time signal into a
discrete-time signal such that each sample is represented
by a string of ones and zeros giving a binary signal.
17
18
Continuous and Discrete Representations
Significant differences between continuous-time
and discrete-time signals and in their processing.
19
Discrete-time continuous-time signals
are related by a sampling process:
20
This above process is called sampling or
discretization of a continuous-time signal
A small value for Ts makes the continuous-
and the discrete-time signals look similar
(at the expense of memory space)
A large value of Ts improves memory
requirements (at the risk of losing
information contained in the original signal)
21
CLASSIFICATION OF TIME-DEPENDENT SIGNALS
22
2. According to the their variation with time
Continuous-time or discrete-time
23
4. According to their energy content
Finite energy and finite-power signals or infinite energy
and infinite power.
24
CONTINUOUS-TIME SIGNALS
26
Time Amplitude Signal Type
27
Time Amplitude Signal Type
28
Time Amplitude Signal Type
29
Time Amplitude Signal Type
30
• Analog signal must be converted into a digital
signal because analog signal cannot be processed
with a computer as it would require to store an
innumerable number of signal values.
31
• Thus, it is necessary to reduce the amount of data
without losing the information provided by the
signal.
32
if we want each sample to be represented by
8 bits we have 28 or 256 possible levels
(quantization)
35
36
37
What is amplitude, frequency and phase of the
signal plotted in following figure?
38
Basic Signal Operations
Signal addition
two signals x(t) and y(t) are added to obtain their sum z(t).
An adder is used.
39
Signal addition 40
Signal addition
41
Signal addition
42
Basic Signal Operations
43
Basic Signal Operations
Multiplication with constant
44
45
Basic Signal Operations
Time shifting
The signal x (t) is delayed seconds to get
X (t − ) and advanced by to get x (t + ).
46
Original Signal
Delayed Signal
47
Original Signal
Advanced Signal
48
Original Signal
Reflected Signal
49
EXAMPLE
50
51
52
53
EXAMPLE
54
55
Note: when signal is a function of −t (reflected):
• −t + becomes reflection and delay
• −t − becomes reflection and advancing
56
Basic Signal Operations
Time scaling
The time variable of a signal x(t) is
scaled by a constant α to give
x(αt). If α = −1, the signal is
reversed in time, i.e., x(−t), or
reflected.
57
Basic Signal Operations
Time windowing
• Most digital signals are infinite, or sufficiently large
• So dataset cannot be manipulated as a whole
• Hence, small subsets of the total data are analyzed,
through a process called windowing.
A signal x(t) is multiplied by a window signal w(t)
58
Even and Odd Signals
Even: x ( - t ) = x ( t )
Odd: x ( - t ) = - x ( t )
59
Example Even Signals
x(-t)=x(t)
60
Example Odd Signals
x(-t) = -x(t)
-x(-t) = x(t)
61
Even × Even = Even
Odd × Odd = Even
Even × Odd = Odd
Even ± Even = Even
Odd ± Odd = Odd
Even ± Odd = Neither even nor odd
62
A signal may be composed of even and odd
parts:
x (t ) = xe (t ) + xo (t ) ………………… Eq. 1
By definition:
x(-t) = x(t) if x (t) is even, and
-x(-t) = x(t) if x (t) is odd
64
Example
Find the even and odd parts of the signal
x (t)= t + 2
t +t3
65
66
Example
Consider the analog signal
67
x(t) = cos (2 πt + θ)
x(-t) = cos (-2 πt + θ)
= cos (-(2 πt – θ))
= cos (2 πt – θ)
68
x(t) is odd if x(-t) = - x(-t)
Or if
cos ( 2 π t - θ) = - cos (2 π t + θ)
Assignment 1 Question 1: due
date 1.3.21 Hand written
1. Find values of θ from above
equation for which function is
odd.
2. Check if the function is odd or
even for θ = π/4 69
Assignment 1 Question 2:
Which one of the following functions
are even or odd or neither?
a) sin(t)
b) cos(t)
c) sin(t)cos(t)
d) tsin(t)
e) t2
f) sin(t)+cos(t)
70
(a) Since sin(-t) = - sin (t);
Therefore ODD
71
(b) Since cos (-t) = cos (t);
Therefore EVEN
72
(c) Since sin(−t)cos(−t) = −sin(t)cos(t)
Therefore ODD
73
(d)
(−t) sin(−t) = (−t) (−sin (t) ) = t sin (t)
Therefore EVEN
74
(e) Since (−t)2 =t2
Therefore EVEN
75
(f) Since sin(−t)+cos(−t)=−sin(t)+cos(t)
Therefore Neither EVEN nor ODD. It has both
parts.
76
Determine if following signal is even or odd. If
neither even nor odd, plot its even and odd
components.
77
78
ASSIGNMENT 1 Question 3
The decomposition into even and odd
components depends on the location of the
origin. Shifting the signal changes the
decomposition. Plot the even and odd
components of the previous example, after
shifting x(t) by 1/2 to the right.
79
Periodic and Aperiodic Signals
81
Periodic and Aperiodic Signals
83
Periodic and Aperiodic Signals
The square wave signal shown is periodic. The
fundamental period of this square wave is 4,
but 8, 12, and 16 are also periods of the signal.
84
Periodic and Aperiodic Signals
The discrete-time signal x[n] = (-1)n is
periodic with fundamental period N = 2.
85
Example 1.8 10
86
Fundamental period T0 may be found
from frequency period relationship:
0 = 2π/T0
T0 = 2π/ 0 is the fundamental period.
Whenever 0 > 0 these sinusoids are
periodic.
1. y(t) = A + x(t)
89
Finite-Energy Signal
Example:
A non-rechargeable battery and
firecracker are energy signals. They hold
a finite amount of energy. It can supply
some power only for a limited time, but if
you compute the average power over your
lifetime you will get a very small number.
91
The energy and the power of a continuous-
time signal x(t) are defined as:
Please note:
• Power = Energy/Time.
• Energy is divided by 2T because limits of
integration are from –T to T and not from 0 to T.
92