lecture02 - classification of signals
lecture02 - classification of signals
CT signal:x(t ) = a cos(wt + )
DT signal: x[n] = x(nT ) = {x(0), x(T ),..., x( N − 1)T}, n = 0,1,2,...
Figure 1
Examples:
• Continuous time signals (t->time, x->signal, x(t) -> CT signal)
– Most of the signals in the physical world are CT signals—E.g. voltage & current,
pressure, temperature, velocity, etc.
• Discrete-time signals in nature: (n->time, x->signal, x[n] -> DT signal)
– DNA base sequence
– Population of the nth generation of certain species
Analog corresponds to a continuous amplitude (y-axis) and time (x-axis), while digital
corresponds to a discrete amplitude (y-axis) and time (x-axis). (Figure 2).
-1
Figure 2
Edited: Dr. Mohiuddin Ahmad EE 2235: Signals and Systems Dept. of EEE, KUET
A Digital signal means a discrete signal with quantized (finite) amplitude values. For example,
there are 28=256 gray scale levels in an 8-bit digital image.
Examples:
• Analog: signals in nature, such as a speech signal
• Digital: binary sequence, the transmission of data in a computer
A signal is said to be periodic if it satisfies the condition x(t) = x(t + T), where T = fundamental
time period, 1/T = f = fundamental frequency.
Figure 3
Figure 4
Edited: Dr. Mohiuddin Ahmad EE 2235: Signals and Systems Dept. of EEE, KUET
(v) Even vs. Odd
A signal is said to be even when it satisfies the condition x (t) = x (– t). Even signals can be
easily spotted as they are symmetric around the vertical axis. An odd signal, on the other hand,
is a signal x such that x(t) = – x(–t).
A function whose even part is zero is odd and a function whose odd part is zero is even.
Figure 6
Edited: Dr. Mohiuddin Ahmad EE 2235: Signals and Systems Dept. of EEE, KUET
(vi) Energy and power signals
• Energy Signals: an energy signal is a signal with finite energy and zero average power
(0 ≤ E < , P = 0)
• Power Signals: a power signal is a signal with infinite energy but finite average power
(0 < P < , E → ).
T /2
E = lim x (t )dt = x
2 2
The total energy of the continuous-time signal x(t) (t )dt and
T →
−T / 2 −
T /2
1
P = lim x
2
its average power as (t )dt
T → T
−T / 2
The average power of a periodic signal x(t) of fundamental period T is given by
T /2
1
P= x
2
(t )dt
T −T / 2
The square root of the average power P is called the root-mean-square (RMS) value of the
signal x(t).
In the case of discrete-time signal x[n], the total energy of x[n] is defined as E= x
n =−
2
[ n]
N
1
and its average power is defined as P = lim
N → 2 N
x
n=− N
2
[ n] .
The average power of a periodic signal x[n] with fundamental period N is given by
N −1
1
P=
N
x
n =0
2
[ n]
Q1. Evaluate E and P and determine the type of signal a(t ) = 3sin(2t ), − t
Ea = | a (t ) | dt = | 3sin(2 t ) |
2 2
dt 1
1
− −
= 9 1 − cos(4 t )dt
0
2
1
=9 1 − cos(4 t )dt
0 1
1
2 = 9 dt − 9 cos(4 t )dt
− 0
2 0
1
1 9 9
=9 dt − 9 cos(4 t )dt = − sin(4 t )
−
2 − 2 4 0
= J =
9
W
2
Edited: Dr. Mohiuddin Ahmad EE 2235: Signals and Systems Dept. of EEE, KUET
Q2. Evaluate E and P and determine the type of signal b(t ) = 5e −2|t| , − t
Solution: It is an energy signal
1
T /2
1
T /2
2
Pb = lim | b (t ) | dt = lim 5e −2|t |
| b (t ) | dt =
−2|t | 2 2
Eb = 2
5e dt T → T T → T
dt
−T / 2 −T / 2
− −
0 T /2
1 1
e
−4t
0
= 25 lim e dt + 25 lim
4t
dt
= 25 e dt + 25 e dt
4t −4t T → T
−T / 2
T → T
0
− 0 25 1 0 25 1 T /2
= lim e 4t + lim e −4t
25 4t 0 25 4 T → T −T / 2 4 T → T 0
= e + e −4t
4 − 4 0 25 1 25 1
= lim 1 − e −2T + lim e −2T − 1
25 25 50 4 T → T 4 T → T
= + = J = 0+0 = 0
4 4 4
(vii) Deterministic vs. Random
A deterministic signal is a signal in which each value of the signal is fixed and can be
determined by a mathematical expression, rule, or table. Because of this, the future values of
the signal can be calculated from past values with complete confidence. On the other hand, a
random signal has a lot of uncertainty about its behavior. The future values of a random signal
cannot be accurately predicted and can usually only be guessed based on the averages of sets
of signals (Figure 7).
Figure 7
A right-handed signal and a left-handed signal are those signals whose value is zero between a
given variable and positive or negative infinity. Mathematically speaking, a right-handed signal
is defined as any signal where f(t) =0 for t<t1<∞, and a left-handed signal is defined as
any signal where f(t) =0 for t>t1>−∞. See (Figure 8) for an example. Both figures "begin" at t1
and then extend to positive or negative infinity with mainly nonzero values.
Figure 9: Finite-Length Signal. Note that it only has nonzero values on a set, finite interval.
First, we divide all signals into two classes: those that are of finite duration and those that are
of infinite duration. A signal x[n] is of finite duration if there exists two integers ∞< N1 <= N2
<∞, such that x[n] = 0 only for N1 <= n <= N2. Otherwise, it is of infinite duration.
General rule:
Edited: Dr. Mohiuddin Ahmad EE 2235: Signals and Systems Dept. of EEE, KUET