0% found this document useful (0 votes)
3 views

Week 2 Lecture 1

The document covers fundamental concepts in communication systems, focusing on signals and systems, their types, and characteristics. It discusses signal energy and power, classifications, operations on signals, and introduces key signal types such as the unit impulse and sinc functions. The session concludes with an introduction to Fourier series and their application in analyzing periodic signals.

Uploaded by

Ayesha Hussain
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

Week 2 Lecture 1

The document covers fundamental concepts in communication systems, focusing on signals and systems, their types, and characteristics. It discusses signal energy and power, classifications, operations on signals, and introduces key signal types such as the unit impulse and sinc functions. The session concludes with an introduction to Fourier series and their application in analyzing periodic signals.

Uploaded by

Ayesha Hussain
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 34

COMMUNICATION SYSTEMS

EE-351
SIGNALS AND SYSTEMS,TIME DOMAIN

Today:
► Types of signals
► Types of systems
► Measuring and characterizing signals
► Some important special signals
► A simple communication system signal: Pulse Dopper Radar
► Fourier series

Next Time:
► Frequency domain description of signals and systems
SIGNALS AND SYSTEMS, PART 1

► A signal is a real (or complex) valued function of one or more real


variables.
► voltage across a resistor or current through inductor
► pressure at a point in the ocean
► amount of rain at 37.4225 N, 122.1653 W
► amount of rain at 16:00 UTC as function of latitude,longitude
► price of Google stock at end of each trading day
In this course the independent variable is almost always time.
► Physical signals have units, e.g., volts or psi (Si pascal = N/m2)
► Signals can (usually or in principle) be measured:
SIGNALS AND SYSTEMS (CONT.)

► A system is an object that takes signals as inputs and produces signals


as outputs.
g(t) −→ system −→ f(t)

► In general, the output signal depends on entirety of input signal; e.g.,

► Examples of physical systems:


► Electrical circuit: voltage in, voltage or current out
► Building: earth shaking in, building shaking out
► Audio amplifier
SIGNAL ENERGY AND POWER

► The energy of a signal g(t) is

We are interested in energy only when it is finite. Common cases:


► Bounded signal of finite duration; e.g., a pulse
► Exponentially decaying signals (output of some linear systems with pulse
input)
► Necessary conditions for finite energy.
► The energy in the “tails” of the signal must approach 0:
SIGNAL ENERGY AND POWER

► The power of a signal is defined as a limit:

This is the average energy per unit time.


► This limit may be 0 even when the signal is not. For example

► These both have a finite energy, so the power goes to zero as T goes to
infinity.
► If g(t) is complex valued, then |g(t)|2 is the square of
magnitude/modulus, g(t)g∗(t).
SIGNAL ENERGY AND POWER

► A signal is periodic if it repeats: g(t + T ) = g(t) for every t.


E.g., sin t has period 2π and tan t has period π.
► The power of a periodic signal g(t) is

where T is the period of g(t).


► Since all periods are the same, we can integrate our any period and get
the same result.
UNITS OF POWER
► If a signal g(t) measured in volts is applied to a load resistor R, then the
power in watts is
g(t)2
P =
R
Normally we do not care about the load, so we normalize to R = 1.
► In many applications, the effect of the signal varies as the log of the
signal; e.g., human hearing and sight.
► Power can be expressed in decibels (dB), which are logarithmic and
relative to some standard power. If P is measured in watts, then
► power in dBW is 10 log10 P (power relative to 1 W)
► power in dBm (or dBmW) is log10(1000 P ) = 30 + 10 log10 P

► There are lots of other examples (dBA for accoustics, dBi for antennas)
► One bel (B) is too large to be useful.

The bel is named for Alexander Graham Bell (1847–1922). The dB was adopted by NBS in 1931.
It is not an SI unit.
DB IN COMMUNICATIONS

► Expressing power in dB is very useful for communication systems


► Communication systems often have a wide range of amplitudes (1 kW
transmitted, 1 µW received).
► Many of the components in the system have multiplicative effects (path
loss, antenna gain)
► Example
► Transmit 10 W (+40 dBm)
► Transmit antenna gain of 10 (+10 dB)
► Path loss of 109 (-90 dB)
► Receive antenna gain 10 (+10 dB)
► Received signal is 40 dBm + 10dB - 90dB + 10dB = -30 dBm
► This is 10−30/10 = 10 −3 mW, or 1 µW
CLASSIFICATION OF SIGNALS

► Signals can have a variety of characteristics, including


► values can be continuous or discrete
► continuous or discrete time variable
► deterministic or random
► For deterministic signals, we have four cases:
► continuous time, continuous valued (mathematics)
► continuous time, discrete valued
► discrete time, continuous valued (digital signal processing)
► discrete time, discrete valued (digital switching)

► Time can be restricted to a finite interval (e.g., periodic)


Classification of Signals (cont.)
g(t) g(t)

t
t

g(t)
g(t)

t
OPERATIONS ON SIGNALS:TIME SHIFT

For a continuous-time signal x(t), and a time t1 > 0,


► Replacing t with t − t1 gives a delayed signal x(t − t 1)
► Replacing t with t + t1 gives an advanced signal x(t + t 1)

2 2
x(t + 1) x(t)
1 1

-2 -1 0 1 2 t -2 -1 0 1 2 t

2
x(t − 1)
1

-2 -1 0 1 2 t

► May seem counterintuitive. Think about where t − t1 is zero.


OPERATIONS ON SIGNALS:TIME SCALING

A signal x(t) is scaled in time by multiplying the time variable by a positive


constant b, to produce x(bt). A positive factor of b either expands
(0 < b < 1) or compresses (b > 1) the signal in time.

2 2
b= 1 b= 2
1
x(t) 1 x(2t)

-2 -1 0 1 2 t -2 -1 0 1 2 t

b = 1/2 2
x (t/2)
1

-3 -2 -1 0 1 2 3
t
Operations on Signals (cont.)
Replace t with −t, time reversed signal is x(−t)

x(t)

x(−t)

t
UNIT RECTANGLE RECT(T)
Unit rectangle signal:

1 if |t| ≤ 1/2
rect(t) =
0 otherwise.

1
rect(t)

t
-1/2 0 1/2

Also written as Π(t).


UNIT TRIANGLE ∆(T)
Unit triangle signal:

|t| if |t| ≤ 1/2


rect(t) =
0 otherwise.

1
∆(t)

-1/2 1/2 t
0

Also sometimes written as Λ(t) or tri(t).

This is an unusual definition due to the book. Usually ∆(t) is 2 units wide,
so that it is the convolution of two rect(t) functions.
UNIT STEP FUNCTION U(T)
► The Heaviside unit step function is defined by
f
1 t> 0
u(t) =
0 t< 0

1
u(t)

2 1 0 1 2 t
The unit step function corresponds to turning on at time 0.
► Unit step is integral of unit impulse:
t
u(t) = δ(u) du ⇒ δ (t) = u(t)
−∞
Oliver Heaviside (1850-1925) was a self-taught English electrical engineer, mathematician, and physicist who adapted complex
numbers to the study of electrical circuits, invented mathematical techniques to the solution of differential equations (later found
to be equivalent to Laplace transforms), reformulated Maxwell’s field equations in terms of electric and magnetic forces and
energy flux, and independently co-formulated vector analysis.
THE SINC(.) FUNCTION
► We will define the sinc(.) function differently than in EE102A, where we
used the definition
sin(πt)
sincπ (t) =
πt
This is a function that is 1 a t = 0, and zero at the integers. We’ll call
this sincπ (t) because it includes the π factor in its argument.
► In this course, we will define sinc(.) as
sin(t)
sinc(t) =
t
This still has an amplitude of 1 at t = 0, but has zeros at multiples of π.
The two are related by
sinc(πt) = sincπ (t)
The sinc(.) function
This looks like this

sin(t)
sinc(t) =
t

2⇡ 0 2⇡ t
UNIT IMPULSE SIGNAL
(Dirac’s) delta function or unit impulse δ is an idealization of a signal
that
► is very large near t = 0
► is very small away from t = 0
► has integral 1
for example:

1/ε 1/ε
ε

t
t 2ε

► the exact shape of the function doesn’t matter


► E is small (which depends on context)
UNIT IMPULSE SIGNAL
► Example: gn(t) = n rect(nt) where n is an integer. As n gets larger

gn(t)

1
ε g2(t)
g1(t)
−1 0 1
The area is one, but it gets narrower and narrower.
► Paul A. M. Dirac “defined” δ(t) by

δ(t) ≠0 if t ≠0 and ∫−∞ δ(t) dt = 1

The area of the impulse is important; the energy of δ(t)


is not defined.
PROPERTIES OF UNIT IMPULSE SIGNAL
► Sampling property:

• In more rigorous mathematics, the sampling property defines the unit impulse as a
generalized function.
► Convolution:
PROPERTIES OF UNIT IMPULSE SIGNAL
► Multiplication by a function:

ϕ(t)δ(t) = ϕ(0)δ(t)

► This is illustrated for some continuous function f( t ) as

gn(t)
f (t)

f (0)

−1 0 1
► If f( t ) is continuous, then the only value that matters is f(0).
MORE COMPLEX SIGNALS
Many more interesting signals can be made up by combining simple signal
elements.
Example: Pulsed Doppler RF Waveform (we’ll talk about this later!)
τ cos(ωt)
A
0

A
-2T -T 0 T 2T

RF cosine gated on for τ µs, repeated every T µs, for a total of N pulses.
MORE COMPLEX SIGNALS
Start with a simple rect(t) pulse
1 rect(t)

1 −1/2 0 1/2 1

Scale to the correct duration and amplitude for one subpulse


A A rect(t/τ)

-2T -T 0 T 2T

Combine shifted replicas


2

A ∑ A rect((t − nT )/τ)
n=−2

-2T -T 0 T 2T

This is the envelope of the signal.


MORE COMPLEX SIGNALS
Then multiply by the RF carrier, shown below
cos(ωt)
1
0
1
-2T -T 0 T 2T

to produce the pulsed Doppler waveform


2
∑ A rect((t − nT )/τ) cos(ωt)
n=−2
A
0

A
-2T -T 0 T 2T
PERIODIC SIGNALS
► A signal g is called periodic if it repeats in time; i.e., for some T > 0,
g(t + T ) = g(t)
for all t.
► If g is periodic, its period is the smallest such T .
► Examples: trignometric functions are periodic. Period of cos t is 2π;
period of tan t is π.
► The period of g(mt) is T/m.
► If g and f are periodic, their common period is LCM(Tg , T f ). E.g.,
period of sin πt + sin 2πt/5 is LCM(2, 5) = 10.
FOURIER SERIES
► Periodic signals can be written as the sum of sinusoids whose frequencies
are integer multiples of the fundamental frequency f 0 = 1/T0.
► The most general representation uses complex exponential functions.

In general, the Fourier series coeffcients C n are complex numbers, even


when the signal is real valued. Note the factor of 2π since we are using
the frequency in cycles/second, or Hz.
► The Fourier series coefficents can be computed by

The integral is over any period of the signal.


FOURIER SERIES
ALTERNATIVE
FORMS
FOURIER
SERIES
EXAMPLES
FOURIER SERIES OF SQUAREWAVE
► Square wave with period 2π defined over interval [−π, π] by

Fourier series coefficients: if n > 0,


Fourier Series of Square Wave
This looks like

0.5 1
sinc(⇡n/2)
2

4 3 2 1 0 2 3 4
SQUAREWAVE (CONT.)
N=1 N=3
1.2 1.5

1
1
0.8

0.6
0.5
0.4

0.2
0
0

−0.2 −0.5
−4 −2 0 2 4 −2 0 2

N=5 N=7
1.5 1.5

1 1

0.5 0.5

0 0

−0.5 −0.5
−2 0 2 −2 0 2

The overshoot is an example of the Gibbs’ phenomenon.


The overshoot is ≈ 9% and occurs no matter how many terms are used.
NEXT TIME

► Fourier Transforms in 2πf


► Some important theorems for communications
► Communications applications

► Skim through chapter 2 of Book (Reading


Assignment)

You might also like