ECS332 2012 PreMidterm
ECS332 2012 PreMidterm
Thammasat University
School of Information, Computer and Communication Technology
Communication systems are usually viewed and analyzed in frequency domain. This
note reviews some basic properties of Fourier transform and introduce basic communication
systems.
Contents
1 Introduction to communication systems 3
2 Frequency-Domain Analysis 5
2.1 Math background . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
2.2 Continuous-Time Fourier Transform . . . . . . . . . . . . . . . . . . . . . . 6
1
6 Amplitude modulation: AM 37
A Trig Identities 47
2
Sirindhorn International Institute of Technology
Thammasat University
School of Information, Computer and Communication Technology
3
◦ Although this degradation may occur at any point of the com-
munication system block diagram, it is customarily associated
with the channel alone.
◦ This degradation often results from noise 2 and other unde-
sired signals or interference 3 but also may include other dis-
tortion 4 effects as well, such as fading signal levels, multiple
Basic elements of communication
transmission paths, and filtering.
(d) Receiver: transform the signal back into the message intended for
Information source: produce a message
delivery
Transmitter: operate on the message to create a signal
(e) Destination: a person or a machine, for whom or which the message
which can be sent through a channel
is intended
Transmitted Received
Message Message
Signal Signal
Information Channel
Transmitter Receiver Destination
Source
Noise Source
29
Figure 1: Schematic diagram of a general communication system
2
Noise refers to random and unpredictable electrical signals produced by natural processes both internal
and external to the system. [3, p 4]
3
Interference is contamination by extraneous signals from human sourcesother transmitters, power lines
and machinery, switching circuits, and so on. Interference occurs most often in radio systems whose
receiving antennas usually intercept several signals at the same time. [3, p 4]
4
Distortion is waveform perturbation caused by imperfect response of the system to the desired signal
itself. Unlike noise and interference, distortion disappears when the signal is turned off. If the channel has
a linear but distorting response, then distortion may be corrected, or at least reduced, with the help of
special filters called equalizers. [3, p 4]
4
2 Frequency-Domain Analysis
Electrical engineers live in the two worlds, so to speak, of time and frequency.
Frequency-domain analysis is an extremely valuable tool to the communi-
cations engineer, more so perhaps than to other systems analysts. Since the
communications engineer is concerned primarily with signal bandwidths and
signal locations in the frequency domain, rather than with transient analysis,
the essentially steady-state approach of the (complex exponential) Fourier
series and transforms is used rather than the Laplace transform.
1 jA
cos (A) = Re ejA = e + e−jA
2
1 jA
e − e−jA .
jA
sin (A) = Im e =
2j
2.2. We can use cos x = 12 ejx + e−jx and sin x = 2j1 ejx − e−jx to derive
5
(a) cos(−x) = cos(x),
(b) cos x − π2 = sin(x),
6
In which case, we have
Z∞ Z∞
1 F
−−
G2 (ω) ejωt dω = g (t) ) −*
− G2 (ω) = g (t) e−jωt dt (6)
2π F −1
−∞ −∞
• In MATLAB, these calculations are carried out via the commands fourier
and ifourier.
1
R R
• Note that Ĝ(0) = g(t)dt and g(0) = 2π G(ω)dω.
• The relationship between G(f ) in (2) and G2 (ω) in (5) is given by
G(f ) = G2 (ω)|ω=2πf (7)
G2 (ω) = G(f )|f = ω (8)
2π
2.7. Q: The relationship between G(f ) in (2) and G2 (ω) in (5) is given by
(7) and (8) which do not involve a factor of 2π in the front. Why then does
1
the factor of 2π shows up in (6)?
7
⎛T ⎞
sinc ( 2π f 0t ) 1
1 ⎡ ω ≤ 2π f 0 ⎤⎦ T0sinc ⎜ 0 ω ⎟
2 f0 ⎣ ⎝2 ⎠
1 T0
1
2 f0 2π
1 T0
2 f0 ω ω
1
2π f 0
F
ZZZX
t YZZZ
F −1 t F
ZZZX
T0 T0 YZZZ
F −1 T0sinc (π T0 f )
1 −
1 2 2
2 f0 T0
f0 T0
f 1
T0
f0 f
• In [4, p 78], the function 1 [|t| ≤ 0.5] is defined as the unit gate function
rect (x).
1
1 𝑥
sinc(𝑥)
- 0 2 x
1
−
𝑥
8
• Using L’Hôpital’s rule, we find lim sinc(x) = 1.
x→0
• sinc(x) is the product of an oscillating signal sin(x) (of period 2π) and
a monotonically decreasing function 1/x . Therefore, sinc(x) exhibits
sinusoidal oscillations of period 2π, with amplitude decreasing contin-
uously as 1/x.
• In MATLAB and in [10, eq. 2.64], sinc(x) is defined as (sin(πx))/πx. In
which case, it is an even damped oscillatory function with zero crossings
at integer values of its argument.
• δ(t) = 0 for t 6= 0.
δ(t − T ) = 0 for t 6= T .
R
• A δ(t)dt = 1A (0).
R
(a) δ(t)dt = 1.
R
(b) {0} δ(t)dt = 1.
Rx
(c) −∞ δ(t)dt = 1[0,∞) (x). Hence, we may think of δ(t) as the “deriva-
tive” of the unit step function U (t) = 1[0,∞) (x).
9
R
• φ(t)δ(t − c)dt = φ(c) for φ continuous at T . In fact, for any ε > 0,
Z T +ε
φ(t)δ(t − c)dt = φ(c).
T −ε
• Convolution property:
Z ∞
(δ ∗ φ)(t) = (φ ∗ δ)(t) = φ(τ )δ(t − τ )dτ = φ(t) (12)
−∞
1
δ(ω) = δ(f ) (13)
2π
and
1
δ(ω − ω0 ) = δ(2πf − 2πf0 ) = δ(f − f0 ), (14)
2π
where ω = 2πf and ω0 = 2πf0 .
F
−−
Example 2.12. δ(t) )−*
− 1.
−1 F
F
−−
Example 2.13. ej2πf0 t )−*
− δ (f − f0 ).
−1 F
F
−−
Example 2.14. ejω0 t )−*
− 2πδ (ω − ω0 ).
−1 F
10
F
Example 2.15. cos(2πf0 t) −
)−
−− 1 (δ (f − f0 ) + δ (f + f0 )).
*
−1 2 F
Observe that if we know X(f ) for all f positive, we also know X(f ) for
all f negative. Interpretation: Only half of the spectrum contains all of
the information. Positive-frequency part of the spectrum contains all the
necessary information. The negative-frequency half of the spectrum can be
determined by simply complex conjugating the positive-frequency half of
the spectrum.
2.17. Shifting properties
• Time-shift:
F
g (t − t1 ) −
)−
−− e−j2πf t1 G (f )
*
−1
F
11
2.18. Let g(t), g1 (t), and g2 (t) denote signals with G(f ), G1 (f ), and G2 (f )
denoting their respective Fourier transforms.
(a) Superposition theorem (linearity):
F
a1 g1 (t) + a2 g2 (t) −
)−
−*
− a1 G1 (f ) + a2 G2 (f ).
−1
F
12
(c) Duality theorem (Symmetry Property [4, p 86]):
F
G(t) −
)−
−*
− g(−f ).
−1 F
F
−−
Example 2.19. x(t) = cos(2πaf0 t) )−− 1 (δ(f − af0 ) + δ(f + af0 )) .
*
−1 2 F
13
Example 2.21. Let’s try to derive the time-shift property from the frequency-
shift property. We start with an arbitrary function g(t). Next we will define
another function x(t) by setting X(f ) to be g(f ). Note that f here is just
a dummy variable; we can also write X(t) = g(t). Applying the duality
F
theorem to the transform pair x(t) ) −−
−*
− X(f ), we get another transform
F −1
F
pair X(t) −
)−
−*
− x(−f ). The LHS is g(t); therefore, the RHS must be G(f ).
−1
F
This implies G(f ) = x(−f ). Next, recall the frequency-shift property:
F
−−
ej2πct x (t) )−*
− X (f − c) .
F−1
Replacing X(t) by g(t) and x(−f ) by G(f ), we finally get the time-shift
property.
Definition 2.22. The convolution of two signals, x1 (t) and x2 (t), is a new
function of time, x(t). We write
x = x1 ∗ x2 .
It is defined as the integral of the product of the two functions after one is
reversed and shifted:
14
Example 2.23. We can get a triangle from convolution of two rectangular
waves. In particular,
Example 2.25. We can use the convolution theorem to “prove” the frequency-
sift property in 2.17.
15
2.27. Parseval’s theorem (Rayleigh’s energy theorem, Plancherel for-
mula) for Fourier transform:
Z +∞ Z +∞
|g(t)|2 dt = |G(f )|2 df. (21)
−∞ −∞
The LHS of (21) is called the (total) energy of g(t). On the RHS, |G(f )|2
is called the energy spectral density of g(t). By integrating the energy
spectral density over all frequency, we obtain the signal ’s total energy. The
energy
R contained in the frequency band B can be found from the integral
2
B |G(f )| df .
More generally, Fourier transform preserves the inner product [2, Theo-
rem 2.12]:
Z ∞ Z ∞
∗
hg1 , g2 i = g1 (t)g2 (t)dt = G1 (f )G∗2 (f )df = hG1 , G2 i.
−∞ −∞
16
2.29. A signal cannot be simultaneously time-limited and band-limited.
Proof. Suppose g(t) is simultaneously (1) time-limited to T0 and (2) band-
limited to B. Pick any positive number Ts and positive integer K such that
fs = T1s > 2B and K > TT0s . The sampled signal gTs (t) is given by
X K
X
gTs (t) = g[k]δ (t − kTs ) = g[k]δ (t − kTs )
k k=−K
where g[k] = g (kTs ). Now, because we sample the signal faster than the
Nyquist rate, we can reconstruct the signal g by producing gTs ∗ hr where
the LPF hr is given by
17
signals (and ideal filters) or else accept signal models that exist for all time.
On the one hand, we recognize that any real signal is timelimited, having
starting and ending times. On the other hand, the concepts of bandlimited
spectra and ideal filters are too useful and appealing to be dismissed entirely.
The resolution of our dilemma is really not so difficult, requiring but a
small compromise. Although a strictly timelimited signal is not strictly ban-
dlimited, its spectrum may be negligibly small above some upper frequency
limit B. Likewise, a strictly bandlimited signal may be negligibly small out-
side a certain time interval t1 ≤ t ≤ t2 . Therefore, we will often assume that
signals are essentially both bandlimited and timelimited for most practical
purposes.
18
Sirindhorn International Institute of Technology
Thammasat University
School of Information, Computer and Communication Technology
19
3.7. Frequency-shifting (frequency translation) in practice is achieved by
multiplying g(t) by a sinusoid:
F 1
g(t) cos(2πfc t) −
)−
−*
− (G(f − fc ) + G(f + fc )) .
−1F 2
−2
−4
0 5 10 15 20 25 30
−2
−4
0 5 10 15 20 25 30
−2
−4
0 5 10 15 20 25 30
Similarly,
F 1
−−* G(f − fc )ejφ + G(f + fc )e−jφ .
g(t) cos(2πfc t + φ) )−−
−1
F 2
20
Definition 3.8. cos(2πfc t + φ) is called the (sinusoidal) carrier signal and
fc is called the carrier frequency. In general, it can also has amplitude A
and hence the general expression of the carrier signal is A cos(2πfc t + φ).
3.9. Examples of situations where modulation (spectrum shifting) is useful:
(a) Channel passband matching: Recall that, for a linear, time-invariant
(LTI) system, the input-output relationship is given by
y(t) = h(t) ∗ x(t)
where x(t) is the input, y(t) is the output, and h(t) is the impulse
response of the system. In which case,
Y (f ) = H(f )X(f )
where H(f ) is called the transfer function or frequency response
of the system. |H(f )| and ∠H(f ) are called the amplitude response
and phase response, respectively. Their plots as functions of f show
at a glance how the system modifies the amplitudes and phases of
various sinusoidal inputs.
21
shifting the spectrum to a higher frequency (a smaller wavelength)
by modulation solves the problem.
22
4 Amplitude modulation: DSB-SC
Definition 4.1. Amplitude modulation is characterized by the fact that
the amplitude A of the carrier A cos(2πfc t + φ) is varied in proportion to
the baseband (message) signal m(t).
• Because the amplitude is time-varying, we may write the modulated
carrier as
A(t) cos(2πfc t + φ)
√ √
x (t) = m (t) × 2 cos (2πfc t) = 2m (t) cos (2πfc t)
√ 1
X (f ) = 2 (M (f − fc ) + M (f + fc ))
2
1
= √ (M (f − fc ) + M (f + fc ))
2
Similarly,
√ √
v (t) = y (t) × 2 cos (2πfc t) = 2x (t) cos (2πfc t)
1
V (f ) = √ (X (f − fc ) + X (f + fc ))
2
23
Alternatively, we can use the trig. identity from Example 2.3:
√ √ √
v (t) = 2x (t) cos (2πfc t) = 2 2m (t) cos (2πfc t) cos (2πfc t)
= 2m (t) cos2 (2πfc t) = m (t) (cos (2 (2πfc t)) + 1)
= m (t) + m (t) cos (2π (2fc ) t)
24
Consequently,
√
v (t) = y (t) × 2 cos (2πfc t)
√ √
= 2m (t − τ ) cos (2πfc t − φτ ) × 2 cos (2πfc t)
= m (t − τ ) 2 cos (2πfc t − φτ ) cos (2πfc t) .
Applying the product-to-sum formula, we then have
(b) The number of maxima and minima of r (t) in each period is finite.
(c) The number of discontinuities of r (t) in each period is finite.
Then r (t) can be expanded in terms of the complex exponential signals
∞
ejnω0 t n=−∞ as
∞
X ∞
X
jnω0 t
ck ejkω0 t + c−k e−jkω0 t
r̃ (t) = cn e = c0 + (25)
n=−∞ k=1
where
2π
ω0 = 2πf0 = ,
T0
α+T0
Z
1
ck = r (t) e−jkω0 t dt, (26)
T0
α
25
for some arbitrary α. In which case,
r (t) , if r (t) is continuous at t
r̃ (t) = r(t+ )+r(t− )
2 , if r (t) is not continuous at t
We give some remarks here.
• The parameter α in the limits of the integration (26) is arbitrary. It
can be chosen to simplify
R computation of the integral. Some references
1 −jkω0 t
simply write ck = T0 r (t) e dt to emphasize that we only need
T0
to integrate over one period of the signal; the starting point is not
important.
• The coefficients ck = T10 r (t) e−jkω0 t dt are called the (k th ) Fourier
R
T0
(series) coefficients of (the signal) r (t). These are, in general, com-
plex numbers.
• c0 = T10 r (t) dt = average or DC value of r(t)
R
T0
1
ck = RT (kf0 ).
T0 0
So, the Fourier coefficients are simply scaled samples of the Fourier trans-
form.
∞
2
1
|ck |2
R P
4.8. Parseval’s Identity: Pr = T0 |r (t)| dt =
T0 k=−∞
26
4.3 Fourier series expansion for real valued function
4.9. Suppose r (t) in the previous section is real-valued; that is r∗ = r.
Then, we have c−k = c∗k and we provide here three alternative ways to
represent the Fourier series expansion:
∞
X ∞
X
jnω0 t
ck ejkω0 t + c−k e−jkω0 t
r̃ (t) = cn e = c0 + (27)
n=−∞ k=1
∞
X ∞
X
= c0 + (ak cos (kω0 t)) + (bk sin (kω0 t)) (28)
k=1 k=1
X∞
= c0 + 2 |ck | cos (kω0 t + ∠ck ) (29)
k=1
27
4.10. To go from (27) to (28) and (29), note that when we replace c−k by
c∗k , we have
ck ejkω0 t + c−k e−jkω0 t = ck ejkω0 t + c∗k e−jkω0 t
∗
= ck ejkω0 t + ck ejkω0 t
= 2 Re ck ejkω0 t .
t
T0 2T0
1
Example 4.12. Square pulse periodic signal:
1 2 −T 1 1T t 1
1 [cos ω0 t ≥ 0] = + cos ω0 t − cos 3ω0 t + cos 5ω0 t − cos 7ω0 t + . . .
0 0
2 π 3 -1
5 7
(37)
We note here that multiplication by this signal is a switching function.
−T0 T0 t
28
Example 4.13. Bipolar square pulse periodic signal:
4 1 1 1
sgn(cos ω0 t) = cos ω0 t − cos 3ω0 t + cos 5ω0 t − cos 7ω0 t + . . .
π 3 5 7
−T0 T0 t
-1
29
• Expensive.
4.15. Square Modulator: When it is easier to build a squarer than a
multiplier, use
(m (t) + c cos (ωc t))2 = m2 (t) + 2c m (t) cos (ωc t) + c2 cos2 (ωc t)
2 c2 c2
= m (t) + +2c m (t) cos (ωc t) + + cos (2ωc t) .
2 2
ωc
3
• Alternative, can use m(t) + c cos 2t .
4.16. Multiply m(t) by “any” periodic and even signal r(t) whose period
is Tc = 2π
ωc . Because r(t) is an even function, we know that
∞
X
r (t) = c0 + ak cos (kωc t).
k=1
Therefore,
∞
X
m(t)r (t) = c0 m(t) + ak m(t) cos (kωc t).
k=1
See also [4, p 157]. In general, for this scheme to work, we need
• a1 6= 0; that is Tc is the “least” period of r;
• ωc > 4πB; that is fc > 2B (to prevent overlapping).
30
m (t )
× BPF m ( t ) cos (ωct )
r (t ) F {m × r}(ω )
M (ω ) 1 1
Aa Aa2
A c0 A 2 1
2
Note that if r(t) is not even, then by (29), the outputted modulated
signal is of the form a1 m(t) cos(ωc t + φ1 ).
4.17. Switching modulator : Set r(t) to be the square pulse train given
by (37):
r (t) = 1 [cos ω0 t ≥ 0]
1 2 1 1 1
= + cos ω0 t − cos 3ω0 t + cos 5ω0 t − cos 7ω0 t + . . . .
2 π 3 5 7
Multiplying this r(t) to the signal m(t) is equivalent to switching m(t) on
and off periodically.
It is equivalent to periodically turning the switch on (letting m(t) pass
through) for half a period Tc = f1c .
31
186 AMPLITUDE MODULATIONS AND DEMODULATIONS
Figure 4.4
Switching m(t )
~
modulator for
DSB-SC.
0 J~
(a) I
w(l)
nnnnnnnnnnnnn
(b)
Figure 8: Switching
The square modulator
pulse train w(t) in Fig. 4.4bfor
is a DSB-SC [4, Figure
periodic signal 4.4]. series was found
whose Fourier
earlier in Example 2.8 [Eq. (2.86)] as
4.18. Switching Demodulator :
ll' (l) = ~2 + ~ (cos We t - ~ cos 3wct + ~ cos Seve! - ·· ·) (4 .S )
J[ 1 .) )
The signal m(l) ll '(t) co nsists not onl y of the component 111(1) bu t a lso of an infinite
number of modul ated signals with angul ar frequ encies r»c, 3wc, Seve, .. .. Therefore, the
spectrum of m (1)1-v(t) con sists of multiple copies of the message spectrum M (f), shifted to
0, ±fc, ±~fc , ±Sf~- , .. . (with decreas ing re lative weights), as show n in Fig. 4.4c.
For modulation , we are interested in extracting the modu lated co mponent m.(t) cos We i
on ly. To separate this component from the rest of the crowd, we pass the signal m(t)w(t) through
a bandpass filter of band width 28 H z (or 4Tr8 rad/s) , centered at the freque ncy ±fc · Pro vided the
carrier angular frequ ency.fc ::::: 28 (or We ::::: 4Tr8) , thi s will suppress all the spectral components
not centered at ±fc to yield the des ired modulated signal (2/ Tr)m (t) cos We t (Fig. 4.4d).
We now see the real payoff of this method. Multipl ication of a signal by a square pul se train
is in reality a sw itching operation. It involves switching the signal m(t) on and off periodically
and can be accomplished by simple switching elements controlled by w(t). Figure 4 .Sa shows
one such electronic sw itch, the diode bridge modulator, driven by a sinusoid A cos We t to
produce the switching acti on. Diodes D 1, D2 and D3, D4 are matched pairs. When the signal
cos Wet is of a polarity that wi ll make terminal c positive with respect to d, all the diodes
32
Sirindhorn International Institute of Technology
Thammasat University
School of Information, Computer and Communication Technology
property in 2.26.
5.4. BW Inefficiency in DSB-SC: Recall that for real-valued baseband signal
m(t), the conjugate symmetry property from 2.16 says that
M (−f ) = (M (f ))∗ .
7
This property states that the width of x ∗ y is the sum of the widths of x and y.
8
The width property of convolution does not hold in some pathological cases. See [4, p 98].
33
The DSB spectrum has two sidebands: the upper sideband (USB) and the
lower sideband (LSB), both containing complete information about the base-
band signal m(t). As a result, DSB signals occupy twice the bandwidth
required for the baseband. To improve the spectral efficiency of amplitude
modulation, there exist two basic schemes to either utilize or remove the
spectral redundancy:
(a) Single-sideband (SSB) modulation, which removes either the LSB or
the USB so that for one message signal m(t), there is only a bandwidth
of B Hz.
(b) Quadrature amplitude modulation (QAM), which utilizes spectral re-
dundancy by sending two messages over the same bandwidth of 2B
Hz.
We will only discussed QAM here. SSB discussion can be found in [3, Sec
4.4], [10, Section 3.1.3] and [4, Section 4.5].
Definition 5.5. In quadrature amplitude modulation (QAM ) or quadra-
ture multiplexing , two baseband real-valued signals m1 (t) and m2 (t) are
transmitted simultaneously via the corresponding QAM signal:
√ √
xQAM (t) = m1 (t) 2 cos (ωc t) + m2 (t) 2 sin (ωc t) .
• QAM operates by transmitting two DSB signals via carriers of the same
frequency but in phase quadrature.
• QAM can be exactly generated without requiring sharp cutoff bandpass
filters.
34
• Both modulated signals simultaneously occupy the same frequency
band.
• The upper channel is also known as the in-phase (I ) channel and the
lower channel is the quadrature (Q) channel.
5.6. Demodulation: The two baseband signals can be separated at the
receiver by synchronous detection:
n √ o
LPF xQAM (t) 2 cos (ωc t) = m1 (t)
n √ o
LPF xQAM (t) 2 sin (ωc t) = m2 (t)
where q
E(t) = m21 (t) + m22 (t)
m2 (t)
θ(t) = − tan−1
m1 (t)
5.8. Complex form:
√
2Re (m(t)) ej2πfc t
xQAM (t) =
35
• If we use − sin(ωc t) instead of sin(ωc t),
√ √
xQAM (t) = m1 (t) 2 cos (ωc t) − m2 (t) 2 sin (ωc t)
and
m(t) = m1 (t) + jm2 (t).
36
6 Amplitude modulation: AM
6.1. The analysis of DSB-SC in the earlier sections illustrates that the
spectrum of a DSB signal does not contain a discrete spectral component
at the carrier frequency unless m(t) has a DC component. This is why we
referred to it as a suppressed carrier system.
6.2. DSB-SC amplitude modulation is easy to understand and to analyze
in both time and frequency domains. However, analytical simplicity is not
always accompanied by an equivalent simplicity in practical implementation.
Problem: The (coherent) demodulation of DSB-SC signal requires the
receiver to possess a carrier signal that is synchronized with the incoming
carrier. This requirement is not easy to achieve in practice because the
modulated signal may have traveled hundreds of miles and could even suffer
from some unknown frequency shift.
6.3. If a carrier component is transmitted along with the DSB signal,
demodulation can be simplified.
(a) The received carrier component can be extracted using a narrowband
bandpass filter and can be used as the demodulation carrier. (There is
no need to generate a carrier at the receiver.)
(b) If the carrier amplitude is sufficiently large, the need for generating a
demodulation carrier can be completely avoided.
• This will be the focus of this section.
Definition 6.4. For AM, the transmitted signal is typically defined as
xAM (t) = (A + m (t)) cos (2πfc t) = A cos (2πfc t) + m (t) cos (2πfc t)
| {z } | {z }
carrier sidebands
37
6.5. Trade-off:
(a) Disadvantage:
• Higher power and hence higher cost required at the transmitter
• The carrier component is wasted power as far as information trans-
fer is concerned.
• This fact can completely preclude the use of AM in power-limited
applications.
(b) Advantage:
• Coherent reference is not needed for demodulation.
• Demodulator becomes simple and inexpensive.
• For broadcast system such as commercial radio (with a huge num-
ber of receivers for each transmitter,
◦ any cost saving at the receiver is multiplied by the number of
receiver units.
◦ it is more economical to have one expensive high-power trans-
mitter and simpler, less expensive receivers.
(c) Conclusion: Broadcasting systems tend to favor the trade-off by mi-
grating cost from the (many) receivers to the (fewer) transmitters.
6.6. Spectrum of xAM :
• Basically the same as that of DSB-SC except for the two additional
impulses at ±fc .
Definition 6.7. Consider a signal A(t) cos(2πfc t). If A(t) varies slowly in
comparison with the sinusoidal carrier cos(2πfc t), then the envelope E(t)
of A(t) cos(2πfc t) is |A(t)|.
38
6.8. Envelope of AM signal : See Figure 9. For AM signal, A(t) =
A + m(t).
(a) If ∀t, A(t) > 0, then E(t) = A(t) = A + m(t)
• The envelope has the same shape as m(t).
• We can detect the desired signal m(t) by detecting the envelope
(envelope detection).
(b) If ∃t, A(t) < 0, then E(t) 6= A(t).
• The envelope shape differs from the shape of m(t) because the
192
negative part of A + m(t) is rectified.
AMPLITUDE MODULATIONS AND DEMODULATIONS
tA
t
1~
}L\-------
t (~ 1--
(b)
En velope
Envelope
~A+ m(l)
lA + m(t)l
I (d) (e)
I
If m(t) ::: 0 for all/ , then A = 0 already sati sfies condition (4 .9a) . In thi s case there is no need
6.9. Summary of AM Concept:
• The carrier term A cos(2πfc t) is added.
• The size of A affects the time domain envelope of the modulated signal.
• A should be large enough to ensure that A+m(t) is always nonnegative.
◦ If ∀t, m(t) ≥ 0, then there is no need to add any carrier. The
DSB-SC signal can be detected by envelope detection.
6.10. Demodulation of AM Signals via rectifier detector: The receiver
will first recover A + m(t) and then remove A. Note that, conceptually, the
received signal is the same as DSB-SC signal except that the m(t) in the
DSB-SC signal is replaced by A(t) = A + m(t). We will also assume that A
is large enough so that A(t) ≥ 0.
Recall the key equation of switching demodulator (38):
1
LPF{A(t) cos(2πfc t) × 1[cos(2πfc t) ≥ 0]} = A(t) (39)
π
We noted before that this technique requires the switching to be in sync
with the incoming cosine.
When ∀t, A(t) ≥ 0, we can replace the switching demodulator by the rec-
tifier demodulator/detector . In which case, we suppress the negative
part of m(t) cos(ωc t) using a diode (half-wave rectifier). This is mathemat-
ically equivalent to switching demodulator in (38) and (39).
40
6 AMPLITUDE MODULATIONS AND DEMODULATIONS
gure 4.10
[a+ m(t)] cos wet VR(t) /[A + m(t)]
ctifier detector
AM. -_f I
" rr [A + 111(1)] I
' -;-[A + m(1)]
~
-·
' /
Low-pass
[A + m(l)] cos wet filter
• It={[A+
VR(t) is in m(t)]
effectCOSsynchronous
Wet) w(t) detection performed without using a(4.12)
local
carrier [4, p 167].
=[A+ m(t)] cos Wet [ ~ + ~ (cos (Vet- ~cos 3wet + ~cos Swet- · · ·)] (4.13)
• This method needs A(t) ≥ 0 so that the sign of A(t) cos(ωc t) will be
l
the same m(t)]
= -[A+
][
as the signterms
+other of cos(ω c t). frequencies
of higher (4.14)
A
When• The
vR(t) dc term toπ amay
is applied be blocked
low-pass by aBcapacitor
filter of cutoff to isgive
Hz, the output [A+the desired
m(t)]jn, and output
all the
m(t)/π.
other term s of frequencies higher than B Hz are suppressed. The de term Ajn may be blocked
by a capac itor (Fig. 4.10) to give the desired output m(t) j n. The outp ut can be doubled by
6.11.
using Demodulation
a full-wave rectifi er. of AM signal via envelope detector :
It is interesting to note that because of the multip lication with ll '(l), rectifier detection is in
• Design criterion
effect synchronous detectionofperformed
RC: without using a local carrier. The high carrier content
in AM ensures that its zero crossings are periodic1 and the informatio n abo ut frequency and
phase of the carrier at the transmitter is built
2πB in to the
AM2πf c . itself.
signal
RC
Envelope Detector: fn an enve lope detector, the o utput of the detector follows the
• The envelope detector output is A + m(t) with a ripple of frequency f .
envelope of the modulated signal. The simpl e circuit show n in Fig. 4. lla functions as an c
envelope detector. On the positive cycle of the input signa l, the input grows and may exceed
• The dc term can be blocked out by a capacitor or a simple RC high-pass
the charged vo ltage on the capacity vc(t), turning on the diode and allow ing the capac itor C
filter.
to charge up to the peak voltage of the input signal cycle. As the input signal fall s below this
peak value, it falls quickly below the capacitor voltage (which is very nearly the peak voltage),
• The ripple may be reduced further by another (low-pass) RC filter.
thus caus ing the diode to open. The capacitor no w di scharges through the resi stor R at a slow
rate (with a time constant RC). During the next positive cycle, the same drama repeats . As the
6.12.
input References:
signal [3, capacitor
rises above the p 198–199], [5,the
voltage, Section 4.3] and
diode conducts [10,The
again. Section
capacitor3.1.2].
again
charges to the peak value of this (new) cycle. The capacitor discharges slowly during the cutoff
period.
During each positive cycle, the capacitor41charges up to the peak voltage of the input
signal and then decays slowly until the next positive cycle, as shown in Fig. 4 . ll b. Thus, the
output voltage vc(t), close ly follows the (rising) envelope of the input AM signal. Equally
important, the slow capacity discharge via the resistor R a ll ows the capacity vo ltage to follow
4 .4 Bandw idth-Efficient Amplitude Modulati ons 197
Figure 4.11
Envelope
detector for AM.
AM signal c
(a)
Envelope de tector output
RC too large \
····· K' f<K~
-- ~. . Envelop~.--· ... ·· · ' ( KI"' I""
~-~ i" " !'--
, .,.
W'~
,. ·<
~·· · ·~"
....
... -·· '
..··· ·...
·· .. ..
(b) ······
Figure 11:
a declining envelope. Envelope
Capacitor detector
d ischarge betwee nfor AM
positi ve [5, Fig.
peaks 4.11].
ca uses a rippl e signal of
freque ncy We in the output. Thi s rip ple can be reduced by choosing a larger time constant
RC so that the capac ito r disc harges ve ry littl e between the positive peaks (RC » I /eve) . If
RC were made too large, however, it wo uld be imposs ible for the capac itor voltage to follow
a fast declining e nvelope (Fig. 4.11 b). Because the max imum rate of AM envelope dec line
is do minated by the ba ndw idth B of the message sig nal m (r ) , the des ign criterion of R C
should be
I
I /eve « RC < I / (2Jr8) or 2Jr8 < -
RC
« (t!c
The envelope detector output is vc( t ) = A+ m(r) w ith a rippl e o f frequency W e . The de term
A ca n be bl ocked oul by a capacitor or a simpl e RC hig h-pass filte r. The rippl e may be reduced
further by another (low-pass) R C filter.
42
4.4 BANDWIDTH-EFFICIENT AMPLITUDE
MODULATIONS
As seen from Fig . 4.12, the DSB spectrum (including suppressed carrier and AM) has two
sidebands: the upper sideband (USB) and the lower sideband (LSB~both containing complete
Sirindhorn International Institute of Technology
Thammasat University
School of Information, Computer and Communication Technology
A cos(2πfc t + φ)
has three basic parameters: amplitude, frequency, and phase. Varying these
parameters in proportion to the baseband signal results in amplitude mod-
ulation (AM), frequency modulation (FM), and phase modulation (PM),
respectively.
7.2. As usual, we will again assume that the baseband signal m(t) is band-
limited to B; that is, |M (f )| = 0 for |f | > B.
In this section, we will also assume that
|m(t)| ≤ mp .
43
Definition 7.3. The main characteristic9 of frequency modulation is
that the carrier frequency f (t) would be varied with time so that
• Hence, the spectral components would remain within this band with a
bandwidth 2kmp centered at fc .
• Conclusion: By using an arbitrarily small k, we could make the infor-
mation bandwidth arbitrarily small (much smaller than the bandwidth
of m(t).
In 1922, Carson argued that this is an ill-considered plan. We will illustrate
his reasoning later. In fact, experimental results shows that
44
7.5. Armstrong (1936) reawakened interest in FM when he realized it had
a much different property that was desirable. When the kf is large, the
inverse mapping from the modulated waveform xF M (t) back to the signal
m(t) is much less sensitive to additive noise in the received signal than is
the case for amplitude modulation. FM then came to be preferred to AM
because of its higher fidelity. [1, p 5-6]
A cos(2πf (t)t),
45
Definition 7.11. Frequency modulation (FM ):
Zt
xFM (t) = A cos 2πfc t + φ + 2πkf m (τ )dτ .
−∞
Frequency modulator
t
m (t ) d m′ ( t ) Frequency xPM ( t )
dt Modulator
Phase modulator
Figure 12: With the help of integrating and differentiating networks, a phase modulator
can produce frequency modulation and vice versa [4, Fig 5.2].
46
A Trig Identities
All of the trigonometric functions of an angle θ can be constructed geo-
metrically in terms of a unit circle centered at origin as shown in Figure
13.
F co
excsc t
cvs A
csc tan
sin sin
θ C
cos versin D exsec E
sec
1
Unit circle
B
47
(f) Any two real numbers a, b can be expressed in terms of cosine and sine
with the same amplitude and phase:
• We can use cos x = 12 eix + e−ix and sin x = 2i1 eix − e−ix to
Another way to see this is to reexpress the two real numbers A, B using
(45) and then use (44).
(b) ejx is periodic with period 2π.
−1 y
x2 + y 2 ej tan ( x ) =
p
(c) Any complex number z = x+jy can be expressed as z =
|z|ejφ .
• z t = |z|t ejφt .
(d) More relations involving sin and cos.
48
A+B A−B
• ejAt + ejBt = 2ej 2 t cos 2 .
A+B A−B
• ejAt − ejBt = 2jej 2 t sin 2
ejAt −ejBt (A+B)−(C+D) sin A−B( )
• ejCt −ejDt = ej 2 t 2
.
(
sin C−D
2 )
49
References
[1] Richard E. Blahut. Modem Theory: An Introduction to Telecommuni-
cations. Cambridge University Press, 1 edition, December 2009. 7.5
[2] Albert Boggess and Francis J. Narcowich. First Course in Wavelets
with Fourier Analysis. Prentice Hall, 1 edition, 2001. 2.27, 2.28
[3] A. Bruce Carlson and Paul B. Crilly. Communication Systems: An In-
troduction to Signals and Noise in Electrical Communication. McGraw-
Hill, 5th international edition edition, 2010. 1, 2, 3, 4, 5.4, 5.10, 6.12
[4] B. P. Lathi. Modern Digital and Analog Communication Systems. Ox-
ford University Press, 1998. 2.2, 2, 3, 3.10, 4.5, 4.16, 8, 4.18, 8, 5.4,
5.10, 6.10, 12
[5] B. P. Lathi and Zhi Ding. Modern Digital and Analog Communication
Systems. Oxford University Press, 2009. 9, 10, 6.12, 11
[6] C. Britton Rorabaugh. Communications Formulas and Algorithms: For
System Analysis and Design. Mcgraw-Hill, 1990.
[7] Peter J. Schreier and Louis L. Scharf. Statistical Signal Processing of
Complex-Valued Data: The Theory of Improper and Noncircular Sig-
nals. Cambridge University Press, 2010. 6, 5.10
[8] Claude E. Shannon. A mathematical theory of communication. Bell
Syst. Tech. J., 27(3):379–423, July 1948. Continued 27(4):623-656, Oc-
tober 1948. 1.1, 1.2
[9] Elias M. Stein and Rami Shakarchi. Fourier Analysis: An Introduction.
Princeton University Press, March 2003. 2.28
[10] Rodger E. Ziemer and William H. Tranter. Principles of Communica-
tions. John Wiley & Sons Ltd, 2010. 2.9, 3.11, 5.4, 5.10, 6.12
50