Lec 2&3
Lec 2&3
Lecture-2&3
Chapter 1
1.2 CLASSIFICATION OF SIGNALS
▪ Deterministic & Random Signals
▪ Periodic and Non-Periodic Signals
▪ Analog and Discrete Signals (Discrete vs Digital)
▪ Energy and Power Signals
2
1.2.1 DETERMINISTIC & RANDOM SIGNALS
3
1.2.2 PERIODIC & NON-PERIODIC SIGNALS
▪ A signal 𝒙(𝒕) is called periodic in time if there exists a constant
𝑇0 > 0 such that
4
1.2.3 ANALOG AND DISCRETE SIGNALS
▪ An analog signal 𝑥(𝑡) is a continuous function of time; that is, 𝑥(𝑡) is
uniquely defined for all 𝑡
A discrete signal
Analog signals
5
1.2.4 ENERGY AND POWER SIGNALS
▪ x(t) is classified as an energy signal if, and only if, it has nonzero but
finite energy (0 < Ex < ∞) for all time, where:
Ex =
2
| x (t ) | dt (1.7)
−
6
1.2.4 ENERGY AND POWER SIGNALS
▪ A signal is defined as a power signal if, and only if, it has finite
but nonzero power (0 < 𝑃𝑥 < ∞) for all time, where
1 ∞
𝑃𝒙 = lim 𝑇→∞ 𝑇 −∞ 𝑥 2 𝑡 𝑑𝑡 (1.8)
7
1.2.5 THE UNIT IMPULSE FUNCTION
8
1. 3.1 ENERGY SPECTRAL DENSITY (ESD)
▪ Energy spectral density describes the signal energy per unit
bandwidth measured in joules/hertz.
𝜓𝑥 𝑓 = 𝑋(𝑓) 2 (1.14)
14
The practical implementation of a correlation function
corresponds to a multiplication of the two signals followed by an
integrate function. Dwell time denotes the time needed to
15
compute one integration result.
AUTOCORRELATION OF AN ENERGY SIGNAL
▪ The autocorrelation function of a real-valued energy signal has the
following properties:
∞
value at the origin is equal to
𝑅𝑥 0 = න 𝑥 2 𝑡 𝑑𝑡
−∞
energy of the signal
16
1.4.2 AUTOCORRELATION OF A POWER SIGNAL
▪ Autocorrelation function of a real-valued periodic power signal x(t)
is defined as:
1 𝑇/2
𝑅𝑥 𝜏 = lim 𝑇 −𝑇/2 𝑥 𝑡 𝑥 𝑡 + 𝜏 𝑑𝑡 for −∞ < 𝜏 < ∞. (1.22)
𝑇→∞
17
AUTOCORRELATION OF A POWER SIGNAL
18
The relationship between signal
and its autocorrelation function.
The autocorrelation function can
be computed from signal directly,
as indicated in the red box, or
indirectly by first calculating
Fourier transform (FT), squaring
its absolute value to obtain power
spectrum, and computing reverse
Fourier transform (RFT). Power
spectrum is a histogram of signal
power at each sampled
frequency. The indirect route is
much faster.
19
20
Problem 1.7 ) Plot of part d
f=-15:0.05:15;
len=length(f);
for z=1:1:len
X(z)=exp(-2*pi*(f(z)^2)-10);
end
plot(f,X)
21
PROBLEMS
▪ P 1.1-1.10
22