Lecture 2
Lecture 2
Signals
Combined operations: 𝑦 𝑡 = 𝑥 𝑎𝑡 + 𝑏
• Three possible approaches to realize 𝑦 𝑡 = 𝑥 𝑎𝑡 + 𝑏
• Time-shift 𝑥 𝑡 by 𝑏 to obtain 𝑥 𝑡 + 𝑏 . Now timescale the shifted signal
𝑥 𝑡 + 𝑏 by 𝑎 [i.e., replace 𝑡 with 𝑎𝑡] to obtain 𝑥 𝑎𝑡 + 𝑏 .
𝑏
• Time-scale 𝑥 𝑡 by 𝑎 to obtain 𝑥 𝑎𝑡 . Now time-shift 𝑥 𝑎𝑡 by [i.e., replace
𝑎
𝑏 𝑏
𝑡 with 𝑡 + ] to obtain 𝑥 𝑎 𝑡 + = 𝑥 𝑎𝑡 + 𝑏 .
𝑎 𝑎
• Systematic Approach:
𝜏−𝑏
• Let 𝜏 = 𝑎𝑡 + 𝑏, then 𝑡 =
𝑎
• Sketch 𝑥 𝑡 as 𝑥 𝜏
• Draw the transformed t-axis directly below the 𝜏-axis.
• Plot 𝑦 𝑡 on the t-axis
Example
• Consider the signal 𝑥 𝑡 shown, plot the transformed signal 𝑦 𝑡 =
𝑡
𝑥 1− .
2
Example
• Consider the signal 𝑥 𝑡 shown, plot the transformed signal 𝑦 𝑡 =
𝑡
𝑥 1− .
2
Example
• Consider the signal 𝑥 𝑡 shown, plot the transformed signal 𝑦 𝑡 =
𝑡
𝑥 1− .
2
Example
• Consider the signal 𝑥 𝑡 shown, plot the transformed signal 𝑦 𝑡 =
𝑡
𝑥 1− .
2
Example
• Consider the signal 𝑥 𝑡 shown, plot the transformed signal 𝑦 𝑡 =
𝑡
𝑥 1− .
2
Example
• Consider the signal 𝑥 𝑡 shown, plot the transformed signal 𝑦 𝑡 =
𝑡
𝑥 1− .
2
Classification of Signals
• We shall consider only the following classes of signals:
• Continuous-time and discrete-time signals
• Analog and digital signals
• Periodic and aperiodic signals
• Energy and power signals
• Deterministic and probabilistic signals
Continuous-Time and Discrete-Time Signals
• A signal that is specified for a continuum of values
of time 𝑡 is a continuous-time signal
• Denoted as 𝑥 𝑡 , 𝑡 ∈ ℝ
• Examples:
• Telephone and video camera outputs
• Plot on Matlab using plot(t, x)
• A signal that is specified only at discrete values of 𝑡
is a discrete-time signal
• Denoted as 𝑥 𝑛 , 𝑛 ∈ ℤ
• Examples:
• Quarterly gross national product (GNP)
• Monthly sales of a corporation
• Stock market daily averages
• Plot on Matlab using stem(n, x)
Analog and Digital Signals
• An analog signal is a signal whose amplitude can take on any value in a
continuous range (an infinite number of values).
• A digital signal is one whose amplitude can take on only a finite number of
values.
• Signals associated with a digital computer are digital because they take on only two
values (binary signals).
• A digital signal whose amplitudes can take on 𝑀 values is an 𝑀-ary signal of which
binary (𝑀 = 2) is a special case.
• The term continuous time and discrete time qualify the nature of a signal
along the time (horizontal) axis.
• The terms analog and digital, on the other hand, qualify the nature of the
signal amplitude (vertical axis).
Analog and Digital Signals
Analog and Digital Signals
Periodic and Aperiodic Signals
• A signal 𝑥 𝑡 is said to be periodic if for some positive constant 𝑇0
𝑥 𝑡 = 𝑥 𝑡 + 𝑇0 for all 𝑡
• The smallest value of 𝑇0 that satisfies the periodicity condition above
is called the fundamental period of 𝑥 𝑡 .
Periodic and Aperiodic Signals
• A signal is aperiodic if it is not periodic.