1.1 Classification of Signals
1.1 Classification of Signals
T 2T 3T 4T ...........
e.g.:
x(t ) sin(t ) y-axis
Even & Odd Signals )2
That means if we reflect the signal x(t ) about
the y-axis then we reflect it again about the
x-axis it will be the same signal.
Even & Odd Signals )2
If the above two conditions are not applicable
on a certain signal; then this signal is Neither
odd nor even signal. In other word, the signal
in this case has no symmetry.
Classifying the signals to even/odd Signals
xe (t ) 12 [ x(t ) x(t )]
xo (t ) 12 [ x(t ) x(t )]
Even & Odd Signals )2
Example 1: write and draw xe (t ) and xo (t ) for:
x(t ) e t t
Sol: [e t e t ]
xe (t )
2
[e t e t ]
xo (t )
2
:Exercise 1
Determine the type of symmetry of each of the
following signals:
Periodic & Aperiodic Signal )3
x(t) is periodic with period T>0 if:
x(t ) x(t nT ) where n 1, 2, 3, ...etc.
The minimum value of the period T>0 that
satisfies the above equation is called the
fundamental period.
x(t)
2T
T
T t
Periodic & Aperiodic Signal )3
The number of times the signal repeat it self
per second is called the frequency.
1
f ( Hertz )
T
& 2f ( rad / sec)
e.g.: the frequency of the following signal is
2Hz.
..... .....
T
e.g.
t (sec)
Periodic & Aperiodic Signal )3
:Summation of two Periodic Signals
Sum of two periodic signals can be periodic
only if the ratio of the respective periods of
each signal can be expressed as a rational
number.
Some of the irrational numbers:
2 , 3 , 5 , 7 , ....
22
7
Periodic & Aperiodic Signal )3
:Summation of two Periodic Signals
Note that if the summation of to periodic
signals produce periodic signal; the new
period is equal or larger than the largest
period.
The new period is equal to the lowest
T1 1 0.2
5
T2 1 0.08
12.5
T3
10
Example 2
I. The ratio of T1 T2 or T2 T1 gives rational
number. So, the new period using the LCD is:
T 0.4 s
Using MATLAB to draw x1 (t ) x2 (t ) signal:
>> t=0:0.001:10;
>> x1=sin(10*pi*t);
>> x2=cos(25*pi*t);
>> x=x1+x2;
>> plot(t,x)
>> axis([0 1 -2 2])
T
Example 2
II. The ratio of T1 T3 or T3 T1 gives irrational.
For that reason there is no LCD for T1 & T3 .
So, the produced signal is not periodic.
III. The result of the multiplication of the two
signals x1 (t ) * x3 (t ) can be obtained by
calculating the trigonometric identities first
then the LCD.
sin(10t ) * cos(20t ) 12 [sin(10 20)t sin(10 20)t ]
12 [sin(51.416t ) sin(11.416t )]
now the period can be calculated by LCD.
Exercise 2
which of the following functions (signals) is
periodic?
1. x1 (t ) t sin(t ) .
sin(t )
2. x2 (t ) e .
Energy & Power Signal )4
Energy Signal:
Since we often think of signal as a function of
varying amplitude through time, it seems to
reason that a good measurement of the
strength of a signal would be the area under
the curve (The Energy of the signal).
However, this area may have a negative part.
This negative part does not have less strength
than a positive signal of the same size. This
suggests either squaring the signal or taking
its absolute value, then finding the area under
that curve.
Energy & Power Signal )4
It turns out that what we call the energy of a
signal is the area under the squared signal.
E f ( f (t ) ) .dt
2
Energy & Power Signal )4
Power Signal:
Our definition of energy seems reasonable,
f (t ) A. exp(k .t ) for 0 t
Solution:
The solution is expressed by the equation:
2 2
A
E f f ( t ) .dt [ A . exp( k .t )] 2 .dt
0
2k
An exponential signal is an energy signal,
since its energy is a finite, non-zero value.
:Example 4
Given a sinusoidal signal as defined by the
equation:
x(t ) A. sin t
Find its power.
Solution:
A sinusoidal signal is a power signal, since the
Pf
T
T
f ( t ) .dt
T
T
A 2 .dt A 2
2 2
:Exercise 3
Consider x(t) shown below, determine if the
signal is Energy or power Signal.
x(t)
6
2 t (sec)
:Exercise 4
Consider x(t) shown below, determine if the
signal is Energy or power Signal.
x(t)
6
-2 2 4 t (sec)
:Exercise 5
For x (t ) t sin t , check if the signal is:
A. Even or odd.
B. Discrete or continuous.
C. Periodic or Aperiodic.
D. Power or Energy Signal.
:Exercise 6
Is x(t)=3cos(3πt)+sin(4πt)+5 periodic? If yes,
what is the Period of this signal? Then
compute the power.