Sunteți pe pagina 1din 15

1.

Signals
A signal is a function representing a physical quantity, and typically it contains information
about the behavior or nature of the phenomenon. From a communication point of view a
signal is any function that carries some information.
x(t)
220 V
t

T=20 ms

Figure 1.1

An example of a speech signal is shown in Figure 1.2.

Figure 1.2
The radio and television signals are propagated through free space and by radio and television
receivers are converted into sound and picture. Long distance data communications through
Internet is carried out using electrical signals. In addition to the communication, signals are
used in medical diagnoses (the heart waves electrocardiogram EKG; brain waveselectroencephalogram EEG), geophysical investigations, stock-market analysis,
meteorological and demographical studies etc.

1.1 Classification of Signals


x1(t)

Continous-time signal
t

x2(t)
Piecewise-continuos
t
Piecewise-continuos

x3(t)

Figure 1.3

The DTS, denoted by x[n] is defined for integers values of independent variable. DTS can be
obtained from CTS by sampling the CTS at time instants separated by interval sampling T
(see Figure 1.4).
x[nT]
x(t)
t
Hr(j) =
a)
Hr(j) =

-3T -2T -T 0 T 2T 3T 4T
Sampling
Figure 1.4

1.1.1 Determinist and Random Signals


The deterministic signal is a signal for which at any time instant t the value of x(t) are
given as a real or complex number. The deterministic signal can be described by
mathematical expression, diagram or look up table. For example, the exponential signal
x(t)=e-2t and x(t)=sin2(10)t are deterministic signals.
Example 1.1 Figure 1.5 shows graphic of x(t)=e-0.2t drawn by Matlab program.

3.0
Matlab

2.5

t=-5:0.1:5;

2.0

x=exp(-0.2*t);

1.5

plot(t,x)
1.0
0.5
0
-5 -4 -3 -2 -1 0
Figure 1.5

1 2

4 5

A random or stochastic signal is a signal for which the value of x(t) can not be
predicted ahead of time or cannot be reproduced using the process a generating the signal.
The random signal can be modeled using statistical information about signal. Some common
examples of random signals are speech, music, seismic signals.
Example 1.2 The signal of Figure 1.6 generated using the rand (state) function of
Matlab. The function rand (state) models a generator of random variable containing of 35
values.
x(t)

x=rand('state')

1,0

plot(x)

0.8
0.6
0.4
0.2

t
0

10

15

20

25

30

35

Figure 1.6

1.1.2 Periodic and Nonperiodic Signals


A periodic signal is a signal x(t) that satisfies the property
x(t) = x(t+kT0)
or all t, and all integers k. T0 is called the period of signal. An example of such signal is given
in Figure 1.7.
x(t)

t
-T0

T0

2T0

3T0

a)
x[nT]

t
-T0

T0

2T0
b)

Figure 1.7
Consider two periodic signals x1(t) and x2(t) with periods T1 and T2. The sum of
3

y(t)= x1(t) + x2(t) ay or may not be periodic depending on the relationship between T1 and T2.
If we find two integers n1 and n2 such that (T1/ n1)=(T2/ n2), then x1(t) and x2(t) have a
common period and y(t) will be periodic with period T1 n2=T2 n1. Thus the condition y(t)=
x1(t) + x2(t) to be periodic is that the ratio T1/T2 is a rational number or T1 and T2 have
common divisor.
A signal that does not satisfy the conditions of periodicity is called nonperiodic. An example
of nonperiodic signal is unit step function shown in Figure 1.8.
x(t)
1

t
0
Figure 1.8

1.1.3 Real and Complex Signals


For a given value of the independent variables the values of x(t) can be either real or
complex. A real signal takes its values in the set of real number, i.e., xt R.
A complex signal takes it's values in the set of complex xt C.
numbers, i.e
Complex signals are usually used in communications to model signal that convey amplitude
and phase information. Like complex numbers, complex signal can be represented by two real
signals. These two real signals can be either the real and imaginary parts or the absolute value
(or modulus or magnitude) and phase.
Example 1.3 The complex signal x(t) is defined by
(1.2)
x(t ) Ae jt , A 0
where = 2f is a radian frequency [rad/sec]; f is a cyclic frequency [Hz, KHz, MHz].
Its real part is
xr(t) = Acos2ft
and its imaginary part is xi(t) = Asin2ft (see Figure 1.9).
xi(t)

xr(t)

Figure 1.9

The signal x(t) can be described in terms of its modulus (absolute value) and phase:

x(t ) x 2r (t ) x i2 ( t ) A; x(t ) t
Graphs of these functions are given in Figure 1.10 (a) and (b).
x ( t )

x(t)
A

t
a)
b)

Figure 1.10
1.1.4 Causal and Noncausal Signals
The concept of causality is an important concept in classifying system. This concept has a
close relation to realisability of a system. Causal signals are assumed to be produced by
physical devices or systems. If a physical signal generator is turned on at time t = 0, then the
produced causal signal y(t) satisfies
x ( t ) for t 0
(1.3)
y( t )
0 for t 0
The causal signal can exist only at or after the time in which the signal generator is turned on.
Signals that are not causal are called noncausal.
1.1. 5 Even and Odd Signals
The signals x(t) is even if for all t we have
x(-t) = x(t) = xe(t) or x[-n] = x[n]
and it is odd if for all t
x(-t) = -x(t) = xo(t) or x[-n] = -x[n]
Any signal can be written in terms of its even and odd components
x(t ) x e (t ) x o (t )

(1.4)

(1.5)

Even xe(t)and odd xo(t) components of signal x(t) are defined as

x ( t ) x ( t )
2
x ( t ) x ( t )
x o t
2
Where x(-t) is a flipping or reflection of x(t) with respect to t=0.
x e t

The even signal has mirror symmetry with respect to the vertical axis.
5

(1.6)
(1.7)

A signal is odd if it is symmetrical with respect to the origin.


In Figure 1.11 are shown the odd (a) and even (b) signals.
x(t)

x[n]
Odd signals
n
t

a)
x(t)

X[n]
Even signals

b)
Figure 1.11
Example 1.5 Find the even and odd components of X1(t) and X2(t).
X1(t)

X2(t)

2
2
t
0
-1

0 1

X1(-t)
2

X2(-t)
2
t

1
X1even(t)

X2even(t)
1

t
-0.5
X10dd(t)
0.5

X20dd(t)
1

t
-1 -0.5
Figure 1.12
6

-1

1. 1. 6 Energy and Power types Signals


If v(t) and i(t) are respectively, the voltage and current across a resistor with resistance
R=1 resstor, then the instantaneous power is
The average energy expended over the time interval t1-t2=T
1
pt vt .it v 2 ( t ) v 2 ( t )
R
t2

t2

1
1
xE = p( t )dt v 2 ( t )dt
T t1
T t1

t1 t t2

For any signal x(t), the energy Ex is defned as


T

E x lim T

x ( t ) dt x ( t ) dt
2

(1.8)

The power Px of signal is


T

P x lim T

1
2
x ( t ) dt

T T

(1.9)

For real signals x ( t ) x 2 ( t ) .


2

The signal x(t) is energy-type signal if and only if Ex well defined and finite 0<Ex>. For
power-type signals 0<Px>.
1.2 BASIC CONTINUOUS-TIME SIGNALS
In our study of communication systems, certain signals appear frequently. Here we
briefly introduce these signals and give some of their properties.
a) Exponential signal
The continuous time complex exponential signal is of the form

x(t ) Ce at
(1.10)
where C and a are, in general, real or complex numbers. Depending upon the values of these
parameters, the complex exponential signal can take on several different characteristics.
If C and a are real (in which case x(t) is called a real exponential), there are basically two
types of behavior as shown in Figure1.13

2.6
2.4

(C=1.5)>0; (a=2)>0

(C=1.5)>0; (a=-2)<0

2.2
2.0
1.8
1.6
1.4
1.2
1.0
0.8
1 -0.8 -0.6 0.4 0.2

0.2

0.4

0.6 0.8

1.0

Figure 1.13
b) The Sinusoidal Signal
The sinusoidal signal is defined, in general, by
x(t)

0t+

Cos(

=A

Cos(

2f0t

(1.11)
0 radian frequency, has a unit rad/sec;
f0 cyclic frequency, has a unit Hz, kHz, MHz;
- phase angle characterizing the shift of waveform from origin t=0.
A sinusoidal signal is periodic with period T0 = 1/f0. For =0, the graphic of this function
is shown in Figure 1.14

T0
x (t)

A
t

T0
Figure 1. 14
Example 1.6 Figure 1.15 presents graphics of x(t)=sin(t+/4) (=1) using Matlab.

1.0
0.8
0.6
0.4

t=0:0.01:4*pi;
x=sin(t+pi/4);

0.2
0.0
-0.2

plot(t,x)
x (t)

-0.4
-0.6
-0.8
-1.0

2 4

10 12
0 0

14 16 18 20
0 0 0

Figure 1.15
Sinusoidal signals can be represented in terms of complex exponential functions using the
Eulers transforms

e jt

e jt e jt
e jt e jt
cos t
;
sin t
2
2j
jt
cos t j sin t; e
cos t j sin t

(1.12)

In Figure 1.16 are shown relationship between the frequency and period of sinusoidal signal.

x1(t)
t

T1

x2(t)

T1< T2< T3
t

T2
f1> f2> f3

x3(t)

t
T3

Figure 1.16

c) Continuous-Time Unit Step Function


0,
1,

us(t) =

if

t<0
if

t>0

(1.13)
which is shown in Figure 1.17.
us(t)

t
0
Figure 1.17
d) Unit impulse or Dirac function (t), which is related to the unit step by the equation
t
dU( t )
(1.14)
U s (t ) (t )dt
( t )
dt

That is, U(t) is the running integral of the unit impulse function. This suggests that

(t ) 0

for all t 0 ;

lim t 0 (t )

(t)

(t )dt 1

t
0

e) Dirac Distribution is a shifted version of (t)

P( t )

Figure 1.18

(t kT )

(1.15)

P(t)

t
Figure 1.19
One of important characteristics of the Dirac function is its sampling property , defined
as

x(t)(t kT )dt x(kT ) (t kT )dt x(kT )


0

10

P(t)
x(t)

t
T

2T

3T

4T

kT

x(kT)
t
Figure 1.20
f) Rectangular Pulse
This signal is denoted by (t) and defined as
(t) =

1
1/2
0

-1/ 2 < t < 1/ 2


t = 1/2
otherwise

(1.16)

(t)
=

1/2
t
0 1/2
-1/2
Figure 1.21
The graph of the rectangular pulse is shown in Figure 1.21.

g) Triangular Signal
This signal is denoted by (t) and defined as
0
(t)
1=

Figure 1.22

-1 t 0

(t) = -t + 1

0 t 1

t
1

t+l

1
11

otherwise

(1.17)

k) Sinc Signal

sin(t ) / t if
s(t ) sin c(t )
1
if

The sinc signal is defined as

Example 1. 7 sketch sinc function using Matlab

t0
t 0

(1.18)

Sinc(t)

t=-2*pi:0.05:2*pi;
s=sin(pi*t)./(pi*t);
plot(t,x)

t
-6 -5

-4

-3-2

-1 0

2 3

4 5

Figure 1.23
The waveform corresponding to this signal is shown in Figure 1.23. From this figure it is
seen that the sinc signal achieves its maximum at t = 0, and this maximum is equal to 1. A
magnitude of the oscillates decreases with increasing the time t. The function passes through
zero at equally spaced intervals t = n, where n is integer other than zero. The approximate
values of s(t) at the points t = (n+1/2) is defined as
1
2(1) n
s( ( n )
;
2
(2n 1)

n=0, 1, 2, 3, 4. . .

and are given in Table 1.1.


Table 1.1
n
1
s( ( n )
2

0.64

-0.32

0.13

-0.09

1.3 BASIC DISCRETE-TIME SIGNALS


For the discrete-time case, there are also a number of basic signals that play an important role
in the analysis of signals and systems. The characteristics of basic discrete-time signals are
directly analogous to properties of basic continuous-time signals. There are, however, several
12

important differences in discrete time, and we will point these out as we examine the
properties of these signals.
a) Discrete-Time Unit Step and Unit Impulse Sequences
The counterpart of the continuous-time unit-step function is the discrete-time unit step,
denoted by us[n] and defined by
1 if n 0
u s n
0 if n 0

(1.19)

The unit step sequence is shown in Figure 1.246. As we discussed in Section 2.3, a second
Us[n]

0
Figure 2.24
very important continuous-time signal is the unit impulse. In discrete time we define the unit
impulse (or Unit sample) as

1 if
n
0 if

n0
n0

(1.20)

[n]

n
0
Figure 1.25
which is shown in Figure 1.25. Note that unlike its continuous-time counterpart, there are no
analytical difficulties in defining [n].
The discrete-time unit sample possesses many properties that closely parallel the
characteristics of the continuous-time unit impulse.
The Continuous-time impulse is formally the first derivative of the continuoustime unit step, the discrete-time unit impulse is the first difference of the discrete-time step
[n]=u[n ]- u[n 1]
Similarly, while the continuous-time unit step is the running integral of (t), the discrete-time
unit step is the running sum of the unit sample
u s n

(1.21)

b) Discrete-Time Sinusoidal Signals

13

Discrete-Time Sinusoidal Signals is defined as


xn A sin

2n
2n
;
or xn A cos
N0
N0

(1.22)

N0 is a period of sinusoid.
Example 1.9 In Figure 1.26 are sketched the discrete-time sinusoidal signals examples using
Matlab.

xn sin
n=0:12;
x=sin(2*pi*n/12);
stem(n,x,'k','fill')

2n
12
n

12

18

a)
xn cos

2n
6

n
0

12

24

b)
c) Discrete-Time Complex Exponential Signals
As in continuous time, an important signal in discrete time is the complex exponential
signal or sequence, defined by
xn C n

(1.23)

where C and are in general complex numbers. This could alternatively be expressed in the
form
In Figure 1.27 are sketched the examples of using Matlab for different values of C, and n.

14

C=2; =-2; n=5

-5

n=-5:5;
x=2*(-2).^n;
stem(n,x,'k','fill')

(<-1)

2.0

-0.625

64.0
a)
64.0
C=2; =0.5; n=5;

(0<<1)

2.0
-5

0.0625

b)
C=2; =-0.5; n=5
2.0
-5

-0.0625
(-1<<0)

5
64.0

c)
-64.0
>0
C=2; =2; n=5;
0.0625

2.0

-5

d)
Figure 1.27

15

S-ar putea să vă placă și