Sunteți pe pagina 1din 120

PART VII: COMMUNICATION SYSTEMS

MARKS DISTRIBUTION FOR GATE QUESTIONS

6
Number of Questions

5
Marks 1
4
Marks 2
3 Total number of questions

0
2015 2014 2013 2012 2011 2010 2009

42-Chapter-42-Gate-ECE.indd 921 6/3/2015 4:40:38 PM


922        Part VII: COMMUNICATION SYSTEMS

Topic Distribution for GATE Questions

Year Topic
2015 Amplitude modulation
Basics of TDMA, FDMA and CDMA and GSM
Delta modulation
Binary symmetric channel
Autocorrelation
Probability of error calculations
Amplitude modulation and demodulation systems
Random signals and noise: probability, random variables
2014 Amplitude modulation and demodulation systems
CDMA
Fundamentals of information theory and channel capacity theorem
Binary symmetric channel
Frequency modulation (FM) for low noise conditions
Power spectral density
Autocorrelation
Probability of error calculations
Pulse code modulation (PCM)
PSK
Random variables and binary symmetric channel
2013 Digital modulation schemes
Bandwidth ­consideration and ­probability of error ­calculations for these schemes
­Fundamentals of ­information theory and channel ­capacity t­ heorem
2012 Digital modulation schemes
Bandwidth consideration and ­probability of error ­calculations for these schemes
Signal-to-Noise Ratio (SNR): Calculations for amplitude modulation (AM) and frequency modulation
(FM) for low noise conditions
Modulation technique
Power spectral density
Entropy
2011 Digital modulation schemes
Signal-to-Noise Ratio (SNR): Calculations for amplitude modulation (AM) and frequency modulation
(FM) for low noise conditions
Fundamentals of ­information theory and channel capacity ­theorem
Power spectral density
2010 ­ robability density f­unction
P
Realizations of analog c­ ommunication systems
Power spectral density
Analysis of modulated signal
2009 Amplitude modulation and ­demodulation systems
Realizations of analog c­ ommunication systems
Signal-to-Noise R
­ atio (SNR): Calculations for amplitude modulation (AM) and frequency modulation
(FM) for low noise conditions
Fundamentals of ­information theory and channel capacity ­theorem

42-Chapter-42-Gate-ECE.indd 922 6/3/2015 4:40:38 PM


CHAPTER 42

RANDOM SIGNALS AND NOISE

In this chapter different topics related to random signals and noise including random variables, probability density
function, autocorrelation, power spectral density and different types of noise are covered.

42.1  RANDOM VARIABLES å Px (xi ) = 1  (42.1)


i

A random variable is a function that associates a unique In other words, a discrete random variable can assume
numerical value with every outcome of an experience. only certain discrete values.
As an example, let x(.) be a function that maps sample For a general case, where random variable x can take
points z1, z2, z3 … zm into real numbers x1, x2, x3 … xn. values x1, x2, x3 … xn and the random variable y can take
In this case, x can be a random variable that takes on values y1, y2, y3 … ym, we have
values x1, x2, x3 … xn. The probability of random vari-
able x taking value xi is Px(xi). å å Pxy (xi , y j ) = 1 (42.2)
i j
Random variables can be classified as discrete and
continuous random variables.
This follows from the fact that the summation on the
left side is the probability of the union of all possible
42.1.1  Discrete Random Variable outcomes and must be unity.
If x and y are two random variables, then the condi-
A random variable is discrete if there exists a denumer- tional probability that x = xi given that y = yj is denoted
able sequence of discrete numbers xi such that by P (xi y j ) and the conditional probability that y = yj
xy

42-Chapter-42-Gate-ECE.indd 923 6/3/2015 4:40:41 PM


924        Chapter 42:  Random Signals and Noise 

given that x = xi is denoted by Py x (y j xi ). The relation Other properties of the PDF px(x) are as follows:
between these conditional probabilities is given by the +¥
following expression: 1. ò px (x)dx = 1
−¥
å Px y (xi yj ) = å Py x (yj xi ) = 1 (42.3)
2. px (x) ≥ 0
i j

Also, Pxy (xi , y j ) = Px y (xi y j )Py (y j ) 42.1.3  Gaussian Random Variable


= Py x (y j xi )Px (xi ) (42.4)
 The Gaussian or the normal probability function is given

å Pxy (xi , y j ) = Py (yj )


by the following expression:
(42.5)
e−x
i 1 2
/2
px (x) = (42.9)
2p
å Pxy (xi , yj ) = Px (xi ) (42.6)
j Figure 42.1 shows a Gaussian PDF curve.

The probabilities Px(xi) and Py(yj) are referred to as 0.35


marginal probabilities.
0.3
42.1.1.1 Cumulative Distribution Function
0.25
The cumulative distribution function (CDF) Fx(x) of a
random variable x is the probability that x takes on a 0.2
Px

value less than or equal to x. Therefore,


0.15
Fx (x) = P (x £ x)
(42.7)
0.1
The CDF Fx(x) has the following properties:
0.05
1. Fx(x) ≥ 0
0
2. Fx(∞) = 1 -6 -4 -2 0 2 4 6 8
x
3. Fx(−∞) = 0
4. Fx(x) is a non-decreasing function Fx(x1) ≤ Fx(x2) Figure 42.1 |   Gaussian PDF.
for x1 ≤ x2
The CDF Fx(x) of the Gaussian random variable is
given by the following expression:
42.1.2  Continuous Random Variable x

∫ e−x
1 2
/2
Fx (x) = dx (42.10)
A random variable that can assume any value over a 2p
−∞
continuous set is referred to as a continuous random
The given Gaussian function of Eq. (42.9) has zero mean
variable. In other words, a continuous random variable
and unit variance. For a generalized Gaussian random
can assume any value in a certain interval. The prop-
variable with mean m and variance s,
erties of the CDF Fx(x) described for discrete random
e−(x−m) / 2s 2
2
variables are applicable for continuous random variables 1
px (x) = (42.11)
as well.
s 2p
The probability density function (PDF) of a random x
−(x−m ) / 2s 2
∫e
2
1
variable x is defined as the derivative of the CDF Fx(x). Fx (x) = dx (42.12)
s 2p −∞
Therefore,
dFx (x) 42.1.4  Joint Distribution
= px (x) (42.8)
dx
For two random variables x and y, the CDF Fxy(x, y) is
The probability that the random variable x is in the defined as follows:
Fxy (x, y)= P (x ≤ x and y ≤ y )
interval (x, x + Δx) is px(x)Δx. ∆

(42.13)

42-Chapter-42-Gate-ECE.indd 924 6/3/2015 4:40:51 PM


42.1 RANDOM VARIABLES        925

Joint PDF pxy(x, y) is defined as follows: 42.1.6  Independent Random Variables


¶2
pxy (x, y) = F (x, y) (42.14) Two continuous random variables x and y are said to be
¶x¶y xy independent when
For Δx → 0 and Δy → 0, we have
px y (x y) = px (x) (42.23)

pxy (x, y)DxDy = P (x < x < x + Dx, y < y < y + Dy)
In this case,
 (42.15)
py x (y x) = py (y) (42.24)
The probability of observing the variable x in the inter-
val (x, x + Δx) and the variable y in the interval (y, y + Therefore, for two independent random variables x and y,
Δy) jointly is given by the volume under the joint PDF

pxy(x, y) over the region bounded by (x, x + Δx) and pxy (x, y) = px (x)py (y) (42.25)
(y, y + Δy): The joint CDF is also separable in this case,
x2 y2
P (x1 < x < x2 , y1 < y < y2 ) = ò ò pxy (x, y)dxdy  (42.16)
Fxy (x, y) = Fx (x)Fy (y) (42.26)
x1 y1
+¥ +¥ 42.1.7  Statistical Averages (Means)
Also, ò ò
pxy (x, y)dxdy = 1
−¥ −¥ The mean value of a random variable x, also referred to
Therefore, the total volume under the joint PDF is unity. as the average value or the expected value, is denoted by
x or E[x] and is defined as follows:
For two random variables x and y, given that the joint
density is pxy(x, y), the individual probability densities, x = E[x] = å xiPx (xi ) (42.27)
also referred to as marginal densities, px(x) and py(y) can i
be obtained from pxy(x, y) as follows: If the random variable x is continuous, then


px (x) = ò pxy (x, y)dy (42.17) x = E[x] = ò xpx (x)dx (42.28)
−¥
−¥

py (y) = ò pxy (x, y)dx (42.18) Let y be a random variable given by y = g(x). Let
−¥ x be a discrete random variable that takes values
x1, x2, x3, … xn with probabilities Px(x1), Px(x2), …,
In terms of CDF, we have Fy (y) = Fxy (¥, y) and
Fx (x) = Fxy (x, ¥). Px(xn), respectively. Then y = g(x) takes values g(x1),
g(x2), …, g(xn) with probabilities Px(x1), Px(x2), …,
Px(xn). The mean value of y is given by the following
42.1.5  Conditional Densities
expression:
n
å g(xi )Px (xi )
The conditional PDF px y (x yj ) is defined as the PDF of
y = g(x) = (42.29)
x given that y has the value yj. Therefore, px y (x yj )Dx
is the probability of observing x in the range (x, x + Δx), i =1

given that y = yj. If x is a continuous random variable, then



Also, px y (x y)py (y) = pxy (x, y) (42.19) y = g(x) = ò g(x)px (x)dx (42.30)
−¥
py x (y x)px (x) = pxy (x, y) (42.20)
Similarly, for two random variables x and y, we have
py x (y x)px (x) +¥ +¥
px y (x y) = (42.21) g(x, y) = ò ò g(x, y)pxy (x, y)dxdy (42.31)

py (y)
−¥ −¥
Equation (42.21) is referred to as Bayes’ rule for continu-
ous random variables. If g1(x, y), g2(x, y), …, gn(x, y) are the functions of
In addition, random variables x and y, then
+¥ g (x, y) + g (x, y) +  + g (x, y)
ò
1 2 n
px y (x y)dx = 1 (42.22)
−¥ = g (x, y) + g (x, y) +  + g (x, y)

(42.32)
1 2 n

42-Chapter-42-Gate-ECE.indd 925 6/3/2015 4:41:09 PM


926        Chapter 42:  Random Signals and Noise 

If we have two functions g1(x) and g2(y) and the func- The autocorrelation function of an energy signal and
tion g(x, y) = g1(x)g2(y), then the mean of their product its energy spectral density (ESD) form a Fourier trans-
is given by form pair, that is,
y g (t ) ¬¾¾®y g (f )
FT
+¥ +¥

(42.40)
g1(x)g2 (y) = ò ò g1(x)g2 (y)pxy (x, y)dxdy (42.33) The time autocorrelation function of a real power signal
−¥ −¥ g(t) is defined as follows:
If x and y are independent, then + T/ 2

ò
1
Rg (t ) = lim g(t)g(t - t )dt
T ®¥ T
g1(x)g2 (y) = g1(x)g2 (y) (42.34)
−T/ 2
+T/ 2

ò
1
42.1.8  Moments = lim g(t)g(t + t )dt (42.41)
T ®¥ T
−T/ 2

The nth moment of a random variable x is defined as
The time autocorrelation function of a complex power
the mean value of xn. Therefore, the nth moment of x
signal g(t) is defined as follows:
(with zero mean, i.e. x = 0) is given by the following
expression: +T /2
Rg (t ) = lim ò g(t)g *(t −t )dt
1

n ∆ T ®¥ T
x = ò x px (x)dx n
(42.35) −T / 2

-¥ +T /2
− ò g * (t)g(t + t )dt (42.42)
1
= lim
The nth central moment of a random variable x with T ®¥ T
−T / 2
mean x  is defined as follows:
+¥ For real power signal g(t), the autocorrelation function

(x - x)n = ò (x - x)n px (x)dx (42.36) is defined as
-¥ +T /2

ò
1
The second central moment of a random variable x is Rg (t ) = lim g(t)g (t− t )dt
T ®¥ T
referred to as variance of x and is denoted by s x2 . −T / 2

s x is known as the standard deviation of random vari- For real g(t), the autocorrelation function is an even
able x and is given by the following expression: function of t.
For a power signal, the autocorrelation function and
s x2 = (x − x)2 = x2 − x
2
(42.37) the power spectral density (PSD) form a Fourier trans-
form pair, that is,
Therefore, variance of x is equal to the mean square
Rg (t ) ¬¾¾® Sg (f )
FT
value minus the square of the mean. When the mean is

(42.43)
zero, the variance is the mean square.

42.3  POWER SPECTRAL DENSITY


42.2  AUTOCORRELATION
A random variable that is a function of time is referred
The correlation of a signal with itself is referred to as to as a random process or stochastic process. Thus, a
autocorrelation. The autocorrelation function yg(t) of a random process is a collection of an infinite number of
real energy signal g(t) is defined as follows: random variables.
+∞ The power spectral density (PSD) Sx(f) of a random pro-
y g (t ) = ∫ g(t)g(t + t )dt (42.38) cess x(t) is defined as the ensemble average of the PSDs
−∞ of all sample functions, given by the following expression:
For complex energy signals, the autocorrelation function é X (f ) 2 ù
is defined as follows: Sx (f ) = lim ê T ú W/Hz (42.44)
T ®¥ ê T ú
+∞ +∞ ë û

y g (t ) = ∫ g(t)g * (t − t )dt = ∫ g * (t)g(t + t )dt   (42.39)
where XT(f) is the Fourier transform of the time-­
−∞ −∞
truncated random process xT (t) = x(t)Π(t T ). It may be
For real g(t), the autocorrelation function is an even noted here that the ensemble averaging is done before
function of t. the limiting process.

42-Chapter-42-Gate-ECE.indd 926 6/3/2015 4:41:21 PM


42.4  NOISE         927

The PSD function is the Fourier transform of the A white noise process, W(t), is defined by
autocorrelation function Rx(t) of the process x(t), that is, N
SW (w ) = o −¥ < w < ¥
Rx (t ) ¬¾¾® Sx (f ) 2
FT
(42.45)
where SW (w) is the power spectral density and No is a real
Equation (42.45) is referred to as the Wiener-Khintchine constant (referred to as the intensity of the white noise).
theorem. The corresponding autocorrelation function is given by
No
Therefore, the autocorrelation function is given by the RW (t ) = d (t )
following expression: 2
+¥ where d (t ) is the Dirac delta.
Rx (t ) = ò Sx (f )e j2pft df (42.46) The average power of white noise
−¥
¥

ò
1 No
42.3.1  Power of a Random Process Pavg = EW 2 (t) = dw ® ¥
2p −¥
2
The average power Px of a wide-sense random process
The autocorrelation function and the PSD of a white noise
x(t) is its mean square value x2 : process is depicted in Fig. 42.2 (a) and (b), respectively.

ò
SW (ω)
Px = x2 = Rx (0) = Sx (f )df (42.47)
−¥ N
2
The power Px is the area under the PSD curve.

42.4  NOISE
0 ω
With reference to an electrical system, noise may be (a)
defined as any unwanted form of energy which tends
to interfere with proper reception and reproduction of RW (τ)
wanted signal. In other words, noise is random, undesir-
able electrical energy that enters the communications
system via the communicating medium or is generated
δ(τ)
N
internally and interferes with the transmitted message. 2
Noise may be classified into following two categories:
1. External noises: It is the noise whose sources
are external. External noise includes atmospheric
noises, extraterrestrial noises, man-made noises or 0 τ
industrial noises. (b)
2. Internal noise in communication: These are
the noises which get generated within the receiver or Figure 42.2 |   White noise process (a) autocorrelation
communication system. These include thermal noise and (b) power spectral density.
or white noise or Johnson noise, shot noise and so on. Some important properties of white noise are:

42.4.1  White Noise 1. It is generally assumed to be zero-mean.


2. A white noise process is unpredictable as the
One of the very important random processes is the white noise samples at different instants of time are
noise process. A random process, is called white noise if uncorrelated:
it has a flat power spectral density, that is, it is a con-
stant for all frequencies. Noises in many practical situa- CW (ti , tj ) = 0  for  ti ≠ tj .
tions are approximated by the white noise process. For Thus the samples of a white noise process are
example, thermal noise is close to white in a large range uncorrelated no matter how closely the samples
of frequencies and many processes can be modelled as are placed. Assuming zero mean, s W 2
® ¥. Thus
output of LTI systems driven by a white noise. a white noise has an infinite variance.

42-Chapter-42-Gate-ECE.indd 927 6/3/2015 4:41:30 PM


928        Chapter 42:  Random Signals and Noise 

3. A white noise is a mathematical abstraction; it Therefore


cannot be physically realized since it has infinite No
average power. RW (m) = d [m ]
2
4. If the white noise process W (t) is a Gaussian where d [m] is the unit impulse sequence.
random process, then it is called a white Gaussian
random process. 42.4.2  Gaussian Noise

42.4.1.1 Band-limited White Noise A noise process is called Gaussian noise if its ­amplitude
has a Gaussian probability density function (PDF).
A noise process which has non-zero constant PSD over a Gaussian white noise is a white noise (constant power
finite frequency band and zero elsewhere is called band- spectral density) with Gaussian distributed amplitude.
limited white noise. Thus the WSS process X(t) is band-
limited white noise if 42.4.3  Thermal noise
No
SX (w ) =
−B <w < B The noise generated in any resistance  due  to  random
2 motion of electrons is called thermal noise. It is also
For example, thermal noise which has constant PSD up referred to as white noise or Johnson noise. Thermal
to very high frequency is better modelled by a band- noise is given by
Pn  µ TB or Pn = KTB
limited white noise process.
The corresponding autocorrelation function RX (t ) is where
given by
N B sin Bt Pn = Maximum noise power output of a resistor (W).
RX (t ) = o K = Boltzmann’s constant = 1.38 × 10-23 J/K.
2p Bt
T = Absolute temperature (K).
42.4.1.2 Coloured Noise B = Bandwidth over which noise is measured (Hz).

A noise process which is not white is called coloured 42.4.4  Flicker Noise
noise. Thus the noise process X(t) with autocorrelation
function Flicker noise, also represented as a 1/f, is a type of elec-
RX (t ) = a2e−b t b>0 tronic noise with a pink power density spectrum. It occurs
in almost all electronic devices and can show up with a
and PSD
variety of other effects, such as impurities in a conductive
2a2b
SX (w ) =
channel, generation and recombination noise in a transis-
b2 + w 2 tor due to base current, and so on. 1/f noise in current or
voltage is always related to a direct ­current because it is
is an example of a coloured noise. a resistance fluctuation, which is transformed to voltage
or current fluctuations via Ohm’s law.
42.4.1.3 White Noise Sequence
42.4.5  Shot Noise
A random sequence W [n ] is called a white noise sequence if
Shot noise  or  Poisson noise  is a type of  electronic
No
SW (w ) = −p ≤ w ≤ p
noise which originates from the discrete nature of ­electric
2 charge.

IMPORTANT FORMULAS

1. A random variable is discrete if


å å Pxy (xi , y j ) = 1
å Px (xi ) = 1
i j

i 3. Relation between the conditional probabilities is


2. If random variable x can take values x1, x2, x3 … xn
and the random variable y can take values y1, y2, å Px y (xi yj ) = å Py x (yj xi ) = 1
y3 … ym, then i j

42-Chapter-42-Gate-ECE.indd 928 6/3/2015 4:41:42 PM


IMPORTANT FORMULAS        929

13. Conditional PDF


Pxy (xi , y j ) = Px y (xi y j )Py (y j )
px y (x y)py (y) = pxy (x, y)

= Py x (y j xi )Px (xi )
py x (y x)px (x) = pxy (x, y)
4. Marginal probabilities

å Pxy (xi , y j ) = Py (yj ) 14. Bayes’ rule for continuous random variables
i py x (y x)px (x)
å Pxy (xi , y j ) = Px (xi )
px y (x y) =
py (y)

j

ò px y (x y)dx = 1
5. Cumulative distribution function
Fx (x) = P (x ≤ x) −¥

6. Probability density function (PDF) 15. Two continuous random variables x and y are said
to be independent when
dFx (x)
= px (x) px y (x y) = px (x)
dx
7. Properties of PDF and  py x (y x) = py (y)

ò
16. For two independent random variables x and y,
px (x)dx = 1
−¥

pxy (x, y) = px (x)py (y)
px (x) ≥ 0
17. For two independent random variables x and y,
8. The CDF Fx(x) of the Gaussian random variable Fxy (x, y) = Fx (x)Fy (y)
with zero mean and unit variance is
x 18. The mean value of a random variable x, also
∫ e dx
1 −x2 / 2 referred to as the average value or the expected
value, is defined as x = E[x] = å xiPx (xi )
Fx (x) =
2p −∞

i
9. For a Gaussian random variable with mean m and
variance s, 19. If the random variable x is continuous, then

e−(x−m) / 2s 2
2
1
px (x) =
s 2p
x = E[x] = ò xpx (x)dx
x −¥

∫ e−(x−m) / 2s 2
2
1
and   Fx (x) = dx 20. The nth moment of a random variable x is defined
s 2p −∞ as the mean value of xn, that is,
10. For two random variables x and y, the CDF Fxy(x, y) +¥

is defined as xn = ò xn px (x)dx

(
∆ P x ≤ x and y ≤ y
Fxy (x, y) = )
21. The nth central moment of a random variable x is
11. Joint PDF pxy(x, y) is defined as
defined as
¶2 +¥
pxy (x, y) = F (x, y) ∆
¶x¶y xy (x − x)n = ò (x − x)n px (x)dx
12. For two random variables x and y, given that the −¥

joint density is pxy(x, y), the individual probability 22. s x is known as the standard deviation of a random
densities or the marginal densities px(x) and py(y)
variable x and is given by s x2 = (x − x)2 = x2 − x
2
can be obtained from pxy(x, y) as follows:
+¥ 23. The autocorrelation function yg(t) of a real energy
px (x) = ò pxy (x, y)dy signal g(t) is
−¥


and    py (y) = ò pxy (x, y)dx y g (t ) = ò g(t)g(t + t )dt
−¥
−¥

42-Chapter-42-Gate-ECE.indd 929 6/3/2015 4:42:04 PM


930        Chapter 42:  Random Signals and Noise 

24. For complex energy signals, the autocorrelation 31. A white noise process W(t) is defined by
function is
No
SW (w ) = −¥ < w < ¥
+¥ +¥ 2
y g (t ) = ò g(t)g*(t −t )dt = ò g*(t)g(t + t )dt
where SW (w) is the power spectral density, No is a
−¥ −¥
real constant and called the intensity of the white
noise. The corresponding autocorrelation function
25. The autocorrelation function of an energy signal is given by
and its ESD form a Fourier transform pair,
No
that is, RW (t ) = d (t )
2
y g (t ) ¬¾¾®y g (f )
FT
where d (t ) is the Dirac delta.
26. The autocorrelation function of a real power signal 33. The average power of white noise
g(t) is
¥

ò
No
dw ® ¥
1
Pavg = EW 2 (t) =
2p
+T /2

ò
1
Rg (t ) = lim g(t)g(t − t )dt −¥
2
T ®¥ T −T / 2
+T / 2 34. The PSD and corresponding autocorrelation func-
ò
1
= lim g(t)g(t + t )dt tion of band-limited white noise is given by
T ®¥ T
−T / 2
No
SX (w ) = −B < w < B
2
27. The autocorrelation function of a complex power
signal g(t) is and
+T /2 No B sin Bt
RX (t ) =
ò
1
Rg (t ) = lim g(t)g* (t −t )dt 2p Bt
T ®¥ T
−T / 2
+T /2 35. The PSD and corresponding auto correlation function
ò
1
= lim g*(t)g(t + t )dt for coloured noise sequence are respectively given by
T ®¥ T
−T / 2
2a2b
28. For a power signal, the autocorrelation function SX (w ) = and RX (t ) = a2e−b t b>0
b +w
2 2
and the PSD form a Fourier transform pair, that is,

Rg (t ) ¬¾¾® Sg (f )
FT 36. The PSD and corresponding auto correlation func-
tion for white noise are respectively given by
29. The PSD Sx(f) of a random process x(t) is defined No
as the ensemble average of the PSDs of all sample SW (w ) = −p ≤ w ≤ p
2
functions, that is,
And
é X (f ) 2ù No
Sx (f ) = lim ê T ú W/Hz RW (m) = d [m ]
T ®¥ ê ú
T 2
ë û
37. Thermal noise is given by
30. The average power Px of a wide-sense random pro-
Pn  µ TB or Pn = KTB
cess x(t) is its mean square value x2 , that is,
where Pn is the maximum noise power output of

ò
2 a resistor (W), K is Boltzmann’s constant (J/K),
Px = x = Rx (0) = Sx (f )df
T is absolute temperature (K) and B is the band-
−¥
width (Hz) over which noise is measured.

42-Chapter-42-Gate-ECE.indd 930 6/3/2015 4:42:20 PM


SOLVED EXAMPLES        931

SOLVED EXAMPLES

Multiple Choice Questions

1. The variance of a random variable x is s x2. Then the 3. For the distribution function given in Question 2,
variance of -kx (where k is a positive constant) is the value of the variance is
3 1
(a) s x2 (b) −ks x2 (a) (b)
2 3
(c)  ks x2 (d) k2s x2 3
(c) (d)
1
4 4
Solution. We have Solution. Variance is given by
Var(−kx) = s 2 = E[(−kx)2 ] Var(x) = E[x2 ] − (E[x])2
Therefore, ∞ ∞ 
2

= ∫ x f (x)dx −  ∫ xf (x)dx
2
s 2 = E[k2 x2 ] = k2 E[x2 ] = k2s x2  −∞ 
−∞
Ans. (d)
2. Let x be a continuous random variable with distri- E[x2] is given by
∞ ∞ ∞
2 3   1
bution function F(x) as given below. The value of
E[x] is E[x2 ] = ∫ x2f (x)dx = ∫ x  x4  dx = 3 ∫  x2  dx
x ≤1 −∞
 0 1 1

F (x) =   1 Therefore,
1−  3  x>1
 x 
x −1
x
 1 1
E[x] = 3 lim = − (3)  lim −  = 3
x →∞ −1  x →∞ x 1
3 1 1
(a) (b)
 3
2 3 2
3
Var(x) = 3 −   =
3 1  2 4
(c)  (d)
4 4 Ans. (c)
Solution. The density function f(x) is the derivative 4. If X is a random variable with mean m and vari-
of the distribution function, that is, ance s 2, and if Z is defined as Z = X − [(X − m ) s ].
E[Z] is given by
d d   1  3
f (x) = F (x) = 1−  3  = 4 (a) m
dx   x  x (b) 0
(c) m - s (d) m + s
dx

Therefore, the density function f(x) is given by


Solution. We have
 0 x ≤1
  X − m E[X ] m
f (x) =  3  E[Z ] = E X − = E[X ] − + =m
x>1  s  s s
 x4 
Ans. (a)
E[x] is given by 5. For the data given in Question 4, the value of
∞ ∞ ∞ Var(Z) is
 3  1
E[x] = ∫ xf (x)dx = ∫ x  x4  dx = 3 ∫  x3  dx (a) E[Z2] (b) E[Z2] - m2
−∞ 1 1
(c) m2 (d) E[Z2] + m2
Therefore,
Solution. We have
x−2
x
 3  1 1 3
E[x] = 3 lim = −    lim 2 − 2  =
x →∞ −2  2   x →∞ x 1  2 Var(Z ) = E[Z 2 ] − (E[Z ])2 = E[Z 2 ] −m 2
1
Ans. (a) Ans. (b)

42-Chapter-42-Gate-ECE.indd 931 6/3/2015 4:42:41 PM


932        Chapter 42:  Random Signals and Noise 

6. The amplitude spectrum of a Gaussian pulse is Therefore,


(15 2)x(2 − x − y)
fx ( x y ) =
(a) uniform (b) sine function
(c) Gaussian (d) impulse function 1

∫ (15 2)x(2 − x − y)dx


Solution. The Fourier transform of a Gaussian 0
signal (in time domain) is also a Gaussian signal x(2 − x − y) 6x(2 − x − y)
= =
(in the frequency domain), that is, (2 3) − (y 2) 4 − 3y

e−p t ¬¾¾® e−pf


2 2
FT Ans. (c)
Ans. (c) 10. White Gaussian noise is passed through a linear
narrow-band filter. The PDF of the envelope of the
7. The autocorrelation function (ACF) of a rectangu-
noise at the filter output is
lar pulse of duration T is a
(a) iniform (b) Poisson
(a) rectangular pulse of duration T
(c) Gaussian (d) Rayleigh
(b) rectangular pulse of duration 2T
(c)  triangular pulse of duration T
Solution. White Gaussian noise has uniform ampli-
(d) triangular pulse of duration 2T
tude throughout the frequency spectrum. When it
is passed through a linear narrow filter, it changes
Solution. The ACF of signal x(t) is given by
to narrow-band noise.
¥
Rx (t ) = ò x(t + t ) x(t)dt
  Narrow-band representation of noise is
n(t) = nc(t)coswct - ns(t)sinwct
−¥
Therefore, ACF of a rectangular pulse of duration   Its envelope is R(t) = nc2 (t) + ns2 (t), where nc(t)
T is a triangular pulse of duration 2T. and ns(t) are two independent, zero mean Gaussian
Ans. (d) processes, with same variance.
  Therefore, the resulting envelope is a Rayleigh
8. The spectral density of white noise is variable.
(a) exponential (b) uniform Ans. (d)
(c) Poisson (d) Gaussian 11. A random variable x is characterized by probability
density function as shown in the following figure.
Solution. The distribution of white noise is homo-
geneous over all frequencies. Power spectrum is fx(x)
the Fourier transform of the autocorrelation func-
tion. Therefore, the power spectral density of white
noise is uniform.
Ans. (b) 1

9. The joint density of x and y is given by

15
 x(2 − x − y) 0 < x < 1, 0 < y < 1
f (x, y) =  2
 0 otherwise
0 0.5 1 1.5 2 x
The probability distribution function is
The condition density of x, given that y = y, where
0 < y < 1 is  x2  æ x2 ö
(a)  x −  , 0 < x ≤ 2 (b) ç x − ÷, x > 2
 4 ç 4 ÷ø
(a) 0 (b) 1 è
6x(2 − x − y) 6x(2 − x − y)  x æ xö
(c)  1 −  , 0 < x ≤ 2 (d) ç 1 − ÷ , x > 2
 2
(c)   (d)
4 − 3y 4 + 3y è 2ø
Solution. For 0 < x < 1 and 0 < y < 1, we have Solution. The probability density function given in
the figure can be expressed as
fx ( x y ) =
f (x, y) f (x, y)
= +¥  x
 1−  , 0 ≤ x ≤ 2
fx (x) =  2
fy (y)
ò f (x, y)dx
 0,
−¥ otherwise

42-Chapter-42-Gate-ECE.indd 932 6/3/2015 4:42:52 PM


PRACTICE EXERCISE        933

The probability distribution function is given by 12. For the random variable x given in Question 11,
+¥ the probability in the range 0.5 < x ≤ 1.5 is
æ aö
x

ò fx (a )da = ò ç 1 − ÷ da , 0 < x ≤ 2
è 2ø (a) 2 (b) 1.5
−¥ 0 (c) 1 (d) 0.5
æ x2 ö
= çx − ÷ , 0 < x ≤ 2 Solution. Probability in the range 0.5 < x ≤ 1.5 is
è 4ø
P = fx(1.5) - fx(0.5) = 0.5
Ans. (a) Ans. (d)

Numerical Answer Questions

1. A random variable x is characterized by probability Solution. Probability of a Gaussian random vari-


density function as shown in the following figure. able is defined for an interval and not at a point.
So at x = 4, the probability is zero.
fx(x) Ans. (0)

1 4. Let x be a random variable with PDF

c(1 − x2 ) −1 < x < 1


f (x) = 
 0 otherwise
Find the value of c.
0 0.5 1 1.5 2 x
Solution. For f(x) to be a probability distribution
The mean value of the variable x is +¥

ò f (x)dx = 1
Solution. Mean value −¥
Therefore,
æ xö
2
x = ò x ç 1 − ÷ dx = = 0.67
2
ò c (1 − x ) dx = 1
+1
è 2 ø 3 2
0
Ans. (0.67) −1

 x3 
1
2. For the data given in Question 1, the mean-squared
value of x is or,     cx − c  = 1
 3 
−1
Solution. Mean-squared value
Solving the above equation, we get
æ xö
2
E[x ] = ò x ç 1 − ÷ dx = = 0.67
2
c ö ææ c − ccö ö− æ −c + c ö = 1
2 2
è 2ø æ
çè c − ÷ø − çèçè−c +3 ÷ø ÷ø =çè 1 ÷
3
0
3 3 3ø
Ans. (0.67)
3 3
3. The PDF of a Gaussian random variable x is given Therefore, cTherefore,
= = 0.75 c = = 0.75
4
by Px (x) = (1 3 2p )e−(x−4)
2
18 4
. Find the probabil-
ity of the event {x = 4}.
Ans. (0.75)

PRACTICE EXERCISE

Multiple Choice Questions

1. If x and y have the joint density function The value of fy (y x) is


(a) Indeterminate
 3   3 + 4xy
 + xy  , 0 < x < 1, 0 < y < 1
fxy (x, y) =  4  
(b)  3 + 2x
, 0 < y < 1, 0 < x < 1
 0, otherwise  0, otherwise

42-Chapter-42-Gate-ECE.indd 933 6/3/2015 4:43:02 PM


934        Chapter 42:  Random Signals and Noise 

 3 + 4x 2 y (a) P (A È B) = P (A) + P (B)


(c)  3 + 2x 0 < y < 1, 0 < x < 1
(b) P (B C ) > P (A)
 0 otherwise
(c)  P (A Ç B) = P (A)P (B)
 4xy
 0 < y < 1, 0 < x < 1 (d) P (B C ) < P (A)
(d)  3 + 2x
 0 otherwise
(1 Mark)
(2 Marks) 9. Zero-mean Gaussian noise of variance N is applied
to a half-wave rectifier. The mean squared value of
2. For the data given in Question 1, the value of
the rectifier output will be
 1 1 1 
P y > < x <  + dx is N N
 2 2 2  (a) 0 (b) (c) (d) N
2 2
(2 Marks)
1 5 9
(a) 1 (b) (c) (d)
7 9 16 10. A point is chosen uniformly at random from the
(1 Mark) triangle that is formed by joining the three points
(0, 0), (0, 1) and (1, 0) (units measured in centime-
3. For a narrow-band noise with Gaussian quadrature tre). Let x and y be the coordinates of a randomly
components, the PDF of its envelope will be chosen point. The joint density of x and y is
(a) uniform (b) Gaussian (a) 1 (b) 2
(c) exponential (d) Rayleigh (c)  1/2 (d) None of the above
(1 Mark) (2 Marks)
4. The autocorrelation function of an energy signal has 11. The expected values of x and y, that is, the expected
(a) no symmetry coordinates of a randomly chosen point in Question
(b) conjugate and even symmetry 10 are
(c)  odd symmetry 1 1 1 1
(a) 0, 0 (b) 1, 1 (c) , (d) ,
(d) None of the above 2 2 3 3
(1 Mark) (2 Marks)
5. The power spectral density of a deterministic 12. The correlation between coordinates x and y in
signal is given by [sin f/f ]2, where f  is frequency. Question 10 is
The autocorrelation function of this signal in the
1 1 1 1
time domain is a (a) (b) (c) − (d) −
2 3 3 2
(a) rectangular pulse (b) delta function (1 Mark)
(c) sine pulse (d) triangular pulse
(1 Mark) 13. For the data given in Question 10, if the units are
changed from centimetres to inches, the value of
6. The joint density of x and y is given by new correlation for x and y in Question 12 will be
e−(x + y ) , 0 < x < ∞, 0 < y < ∞
f (x, y) =  1
(a)
1
(b)
1
(c) −
1
(d) −
 0, otherwise 2 3 3 2
The density function of the random variable x/y (1 Mark)
for x/y ≤ a is 14. The autocorrelation of the sequence {1, 1, 2, 3} is

(a)
1
(b)
1 (a) {1, 1, 2, 3} (b) {3, 5, 9, 15, 9, 5, 3}
a a 2 (c) {3, 2, 1, 1} (d) {15, 9, 3, 9, 15}
(2 Marks)
1 1
15. Given two processes x (t) = A cos (2pfc t + q ) and
(c) (d)
a +1 (a + 1)2
x2 (t) = B sin (2pfc t + q ) , where q is an indepen-
1
(2 Marks)
dent random variable uniformly distributed over
7. The autocorrelation of a sinusoid is s the interval (0, 2p). Cross-correlation of the given
(a) sine pulse (b) sinusoid processes is

(b) AB sin (2pfct )


(c) rectangular pulse (d) triangular pulse
(1 Mark) (a) − AB sin(2pfct )
2 2
sin (2pfct ) sin (2pfct )
8. Events A and B are mutually exclusive and have AB AB
(c) − (d)
non-zero probability. Which of the following 4 4
statement(s) are true? (2 Marks)

42-Chapter-42-Gate-ECE.indd 934 6/3/2015 4:43:26 PM


PRACTICE EXERCISE        935

16. If white noise is input to an RC integrator, the (c)  (1 − Q)(1 − Pe ) + QPe


ACF at the output is proportional to
(d) QPe + Q(1 + Pe )
−t   −t 
(b) exp 
 RC 
(a) exp  (2 Marks)
 RC 

23. For the data given in Q22, the probability of
(c) exp (− t RC ) (d) exp (−tRC ) receiving 0 at the receiver is
(2 Marks) (a) (1 − Q)Pe + Q(1 − Pe )
17. A probability density function is given by px  (x) = K (b) (1 − Q)Pe + Q(1 + Pe )
exp (-x2/2), -∞ < x < ∞. The value of K should be
(c)  (1 − Q)(1 − Pe ) + QPe
1 2 1 1
(a) (b) (c) p (d) (d) QPe + Q(1 + Pe )
2p p 2 p 2 (1 Mark)
(2 Marks)
24. Over a certain binary communication channel, the
18. The probability density function of the envelope of symbol 0 is transmitted with probability 0.4 and 1
narrow-band Gaussian noise is is transmitted with probability 0.6. It is given that
(a) Poisson. (b) Gaussian. P(e 0) = 10−6 and P(e 1) = 10−4, where P (e xi )
(c) Rayleigh. (d) Rician. is the probability of detecting error given that xi
(1 Mark) is transmitted. The error probability P(e) of the
channel is
19. The power spectral density and the power of a
signal g(t) are, respectively, Sg(w) and Pg. The PSD (a) 10-6 (b) 10-4
and the power of the signal ag(t) are, respectively, (c) 101 × 10-6 (d) 60.4 × 10-6
(2 Marks)
(a) a2Sg(w) and a2Pg (b) a2Sg(w) and aPg
25. For the data given in Question 24, which of the
(c) aSg(w) and a2Pg (d) aSg(w) and aPg following statement(s) is/are correct?
(2 Marks)
S1: One out of 1 million received 0s and one out of
20. The autocorrelation of the function g(t) = e−at u(t) is 10000 received 1s will be in error.
S2: One out of 1 million received 1s and one out of
e−at eat e−at eat 10000 received 0s will be in error.
(a) (b) (c) (d)
2a 2a a a S3: One out of 16556 digits will be in error.
(2 Marks) (a) S2 and S3 (b) S1 and S3
21. The autocorrelation of the function g(t) = AP(t T ) (c) S1 only (d) S2 only
is (where AP(t T ) is a rectangular pulse with (2 Marks)
period T and amplitude A) 26. Consider a communication network with four
A2 (T − t ), t ≥ T nodes n1, n2, n3 and n4 and six directed links
(a) Rg (t ) =  l1 = (n1, n2), l2 = (n1, n3), l3 = (n2, n3), l4 = (n3, n2),
 0, t <T l5 = (n2, n4) and l6 = (n3, n4). A message has to
A2 (T − t ), t < T
be sent from the source node n1 to the destination
(b) Rg (t ) =  node n4. The network is unreliable. The probability
 0, t ≥T that the link li is functioning is pi for i = 1, …, 6.
A2 (T − t ), t ≥ (T 2)
The links behave physically independent of each
(c)  Rg (t ) =  other. A path from node n1 to n4 is only function-
 0, t < (T 2) ing if each of its links is functioning. The probabil-
ity that there is some functioning path from node
A2 (T − t ) t < (T 2)
(d) Rg (t ) =  1 to node 4 is
 0 t ≥ (T 2)
(2 Marks) (a) p1 p5 + p2 p6 + p1 p3 p6 + p2 p4 p5 − p1 p2 p5 p6
−p p p p − p p p p − p p p p − p p p p
22. A binary symmetric channel has an error probabil- 1 3 5 6 1 2 4 5 1 2 3 6 2 4 5 6
ity of Pe. The probability of transmitting 1 is Q +p p p p p + p p p p p
1 2 3 5 6 1 2 4 5 6
and that of transmitting 0 is (1 - Q). The prob-
ability of receiving 1 at the receiver is (b) p p + p p + p p p + p p p - p1 p p p
1 4 2 6 1 3 6 2 4 5 2 5 6
(a) (1 − Q)Pe + Q(1 − Pe ) −p p p p − p p p p − p p p p − p p p p
1 3 5 6 1 2 4 5 1 2 3 6 2 4 5 6
(b) (1 − Q)Pe + Q(1 + Pe ) +p p p p p + p p p p p
1 2 3 5 6 1 2 4 5 6

42-Chapter-42-Gate-ECE.indd 935 6/3/2015 4:43:49 PM


936        Chapter 42:  Random Signals and Noise 

(c) p1 p5 + p2 p3 + p1 p3 p6 + p2 p4 p5 − p1 p2 p5 p6 e−1
for x = 0, 1,…
-p p p p − p p p p − p p p p − p p p p
(c) (d) None of the above
x!
1 3 5 6 1 2 4 5 1 2 3 6 2 4 5 6 (2 Marks)
+p p p p p + p p p p p
1 2 3 5 6 1 2 4 5 6 31. For the data given in Question 30, the marginal
(d) Cannot be determined from the given data. distribution of Y is
e−2 2y e−2y
(2 Marks)
27. If pi = p for all i, then the probability that there is (a) for y = 0, 1,… (b) for y = 0, 1,…
y! y!
some functioning path from node 1 to node 4, is
e−3 3y e−2y
(a) 2p2. (c) for y = 0, 1,… (d) for y = 0, 1,…
y! 2y !
(b) 2p2(1 + p + p3) - 5p4. (2 Marks)
(c) p2(1 + p + p3) - 3p4.
32. For the data given in Question 30, the joint prob-
(d) Cannot be determined from given data. ability mass function of X and Y - X is
(1 Mark)
e−3
28. The density function of a continuous random vari- (a) for x, z = 0, 1,…
able X is given by x!z !
c(x + x) for 0 < x < 1 e−1
f (x) =  (b) for x, z = 0, 1,…
 0 otherwise x!z !
e−2
The value of the constant c is (c)  for x, z = 0, 1,…
x!z !
3 6 5 4
(a) (b) (c) (d) (d) None of the above
7 7 7 7 (2 Marks)
(2 Marks)
33. The relationship between X and Y - X is:
29. For the data given in Question 28, the probability
(a) They are independent.
density of 1/X is
(b) They are linearly dependent.
6  1 1  (c)  They are exponentially dependent.
 for y > 1
(a)  7  y 3 y 2 y 
+ (d) Cannot be determined from the given data.

(2 Marks)
 0 otherwise
34. For the data given in Question 30, the correlation
3  1 1 
between X and Y is
 for y > 1
(b)  7  y 3 y 2 y 
+ 1 1 1 1
(a) (b) (c) (d)

 0 otherwise 3 5 7 2
(2 Marks)
5  1 1 
  3 + 2  for y > 1 35. In a buffer there are a geometrically distributed
(c)  7  y y y number of messages waiting to be transmitted over

 0 otherwise a communication channel, where the parameter p
of the geometric distribution is known. Your mes-
4  1 1  sage is one of the waiting messages. The messages
  3 + 2  for y > 1
(d)  7  y y y
are transmitted one by one in a random order. Let
 the random variable X be the number of messages
 0 otherwise that are transmitted before your message. What is
(2 Marks) the expected value of X?
11  1 
− 1 (b)  − 1
2  p
(a)
 p 
30. The joint probability mass function of the lifetimes
X and Y of two connected components in a machine
can be modelled by p(x, y) = e−2 x !(y − x)!, for 11  1 
2  p
+ 1 (d)  + 1
x = 0, 1, … and y = x, x + 1, …. The marginal
(c)
 p 
distribution of x is
(2 Marks)
e−2 2e−2
(a) for x = 0, 1,… (b) for x = 0, 1,… 36. A stationary random variable x(t) has the following
autocorrelation function Rx (t ) = s 2e−m t , where
x! x!

42-Chapter-42-Gate-ECE.indd 936 6/3/2015 4:44:10 PM


PRACTICE EXERCISE     937

s 2 and m are constants. x(t) is passed through a (a) independent


filter whose impulse response is h(t ) = ae-at u(t ),
(b) interdependent
where a is a constant and u(t) is a unit step func­
(c) sometimes independent and sometimes
interdependent
tion. The power spectral density of the random
(d) Cannot be determined from the given data
signal x(t) is
(2 Marks)
ms 2 2 ms 39. For the data given in Question 38, the relation
(a) (b)
m +w
2 2
m +w
2 2 between X and Z is
(a) independent
ms 2 2 ms 2
(c) (d) (b) interdependent
m 2 + 2w 2
m2 + w 2 (c) sometimes independent and sometimes inter­
(2 Marks) dependent
(d) Cannot be determined from the given data
37. For the data given in Question 36, the PSD of the
(2 Marks)
signal y(t) is
40. For the data given in Question 38, the relation
æ a ö æ ms 2 ö
è a + w ÷ø çè m 2 + w 2 ÷ø
(a) ç 2 between X and Y + Z is
2
(a) independent
æ a ö æ 2 ms ö (b) interdependent
è a + w 2 ÷ø çè m 2 + w 2 ÷ø
(b) ç 2 (c)  sometimes independent and sometimes inter­
dependent
æ a ö æ 2 ms 2 ö
(d) Cannot be determined from the given data
è a + w 2 ÷ø çè m 2 + w 2 ÷ø
(c) ç 2 (2 Marks)
41. The continuous random variables x and y have the
æ a ö æ ms 2 ö joint density function
è a + w 2 ÷ø çè m 2 + 2w 2 ÷ø
(d) ç 2
6(x - y), for 0 < y < x < 1
f (x, y) = 
(2 Marks)  0, otherwise
38. Let the random variable X be defined by X = YZ, The correlation coefficient of x and y is
where Y and Z are independent random variables
each taking on values -1 and 1 with probabilities (a) 0.142 (b) 0.154 (c) 0.167 (d) 0.149
0.5. The relation between X and Y is (2 Marks)

Numerical Answer Questions

1. Find the mean for a random variable x having PDF 5. Find the variance of the random variable in
as shown in the following figure. Question 3.
(1 Mark)
px(x)
6. If the variance s d2 of d[n] = x[n] - x[n - 1] is one-

1/4 tenth the variance s x2 of a stationary zero-mean
discrete-time signal x[n], then find the normalized
autocorrelation function Rxx (k) / s x2 at k = 1.
−1 1 2 3 (2 Marks)
(2 Marks) 7. Two resistors of 50 Ω and 100 Ω at temperatures
100 K and 50 K, respectively, are connected in series.
2. For the data given in Question 1, find the variance.
Their equivalent noise temperature is _____K.
(1 Mark)
(1 Mark)
3. A continuous random variable has a PDF
8. In a binary transmission channel, a 1 is transmit­
f (x) = Kx2e-x , x ≥ 0. Find the value of K. ted with probability 0.8 and a 0 with probability
(2 Marks) 0.2. The conditional probability of receiving a 1
given that a 1 was sent is 0.95 and of receiving a 0
4. Find the mean value of the random variable in
when a 0 was sent is 0.99. What is the probability
Question 3.
that a 1 was sent when receiving a 1?
(1 Mark)
(2 Marks)

42-Chapter-42-Gate-ECE.indd 937 6/4/2015 3:49:57 PM


938        Chapter 42:  Random Signals and Noise 

ANSWERS TO PRACTICE EXERCISE

Multiple Choice Questions

æ3 ö
1
1. (b) For 0 < x < 1, fx (x) = ò ç + xy ÷ dy = +
3 x
By differentiating Fx / y (a) with respect to a, the
è4 ø 4 2
0 density function of x/y is given by
æ ö
1
For 0 < x < 1, fx (x) = ò ç + xy ÷ dy = +
3 3 x
è4 ø 1

4 2 fx / y (a) = ,0 < a < ∞
(a + 1)2
0
fxy (x, y)
and fy (y x) = 7. (b) The autocorrelation function of a signal x(t) is
fx (x)
given by
 3 + 4xy
 0 < y < 1, 0 < x < 1 +¥
=  3 + 2x
 0 otherwise
f xx (t) = ò x(t )x(t − t)dt
−¥

 1  Given that the signal x(t) = Asinwt, therefore f xx (t) = ò A sin wtA
1 1
2. (d) P y > < x <  + dx 
 2 2 2  −¥

∞ +¥
 1 f xx (t) = ò A sin wtA sin w (t − t )dt
1
A2
= ∫ fy  y  dy = ∫ ò
(3 + 2y) 9
dy = = (cos w t
 2 4 16 −¥ 2 −¥

1/ 2 1/ 2
A2 +p
ò (cos w t − cos 2wt cos w t − sin 2wt sin wt)dt
3. (d) For a narrow-band noise with Gaussian quadra- 2
K ò (cos
= A
2 =
ture components, the PDF of its envelope will be −¥ 2 −p
Rayleigh. 2 +p
+p
K ò (cos wt − cos 2wt cos wt − sin 2wt sin wt)dt
A
A2
ò
=
4. (b) Autocorrelation function of energy signal is 2 =K cos w
−p
conjugate symmetric, that is, Rx (t ) = Rx*(− t ) . 2 −p
2 +p

2 −òp
cos wtdt = K ¢ cos wt
If the function is real, then the autocorrelation func- A
tion has even symmetry, that is, Rx (t ) = Rx (−t ).
=K
As the energy function is real, therefore its autocor-
relation function has even symmetry. 8. (a) For mutually exclusive events A and B,
5. (d) Autocorrelation function and PSD make a P (A È B) = P (A) + P (B)
Fourier transfer pair, that is,
9. (b) Half-wave rectification can be represented as
Rx (t ) ¬¾¾® Gx (w )
FT
y = x for x ≥ 0
Therefore, for the given function 0 for x < 0
éæ sin f ö2 ù
−1 é 2 æ f öù
So,
−1
Rx (t ) = F êç ÷ ú = F êsin c ç ÷ ú
êëè f ø úû ë è p øû
e−y
1 1
f (y) = d (y) +
2
2N
Inverse Fourier transform of square of sine function 2 2pN
is always a triangular signal in time domain. ∞
E[y 2 ] = ∫y
2
6. (d) The distribution function of x/y for a > 0 is f (y)dy
0
x  ∞
Fx / y (a) = P  ≤ a  1 
∫y e−y
1
 2 d (y) +
2
2 2N
y  =  dy
 2pN 
∞ ay 0

∫∫ e−(x + y )dxdy = ∫∫ e−(x + y )dxdy ∞


y2
=0+∫ e−y
= 2
2N
x / y ≤a
dy
0 0
2pN

0

 e−(a +1)y 
= ∫ (1 − e )e dy = −e−y +
−ay −y

0  a + 1 
0
Let     y N =t
Therefore,
1 a
=1− =
a +1 a +1 dy = N dt

42-Chapter-42-Gate-ECE.indd 938 6/3/2015 4:44:33 PM


ANSWERS TO PRACTICE EXERCISE        939

Hence, Similarly,
¥

ò Nt e
1 2 −t2 2 1
E[y 2 ] = N dt Var(Y) =
2pN 0
18
¥ Therefore, correlation between x and y is
ò t e dt =
N 2 −t 22 N
= − 1 36
2p rxy =
1
2 =−
( 1 18 × 1 18 )
0
2
10. (b) The joint density of x and y is
13. (d) As,
1
fx, y (x, y) = =2 Cov(ax, by)
Area ∆ r axby =
Var(ax) Var(by)
11. (d) We have
Cov(x, y)
+¥ 1−x = ab = r xy
ò fx, y (x, y ¢)dy ¢ = ò 2dy = 2(1 − x)
fx (x) = a Var(x)b Var(by)
−¥ 0 Therefore, the correlation would not change if the
+¥ 1−y units are measured in inches.
fy (y) = ò fx, y (x ¢, y)dx ¢ = ò 2dx = 2(1 − y)
14. (b) Given that x[n] = {1, 1, 2, 3}
−¥ 0
Expected value of x is The autocorrelation sequence of x[n] is
¥
 x2 x3 
1
å
1
E[x] = 2∫ x(1 − x)dx = 2  −  =
1 rxx [k ] = x [m] x [m − k ] = rxx [−k ]
0  2 3 
0
3 m =−¥

Expected value of y is Therefore,


1
 y2 y 3 1
E[y ] = 2∫ y(1 − y)dy = 2  −  =
1 r[0] = x[0]x[0] + x[1]x[1] + x[2]x[2] + x[3]x[3] = 15
0  2 3 
0
3 r[1] = x[0]x[1] + x[1]x[2] + x[2]x[3] = 9 = r[-1]
r[2] = x[0]x[2] + x[1]x[3] = 5 = r[-2]
Hence, the expected co-ordinates of a randomly r[3] = x[0]x[3] + x[1]x[3] = 3 = r[-3]
chosen point are  , 
1 1 r[≥4] = 0
 3 3 Therefore,
12. (d) The correlation between x and y is given by r[n] = {3, 5, 9, 15, 9, 5, 3}
Cov(x, y)
rxy = 15. (a) Cross-relation of the two given processes x1(t)
Var(x) Var(y) and x2(t) is
Cov(x, y) = E[xy] - E[x]E[y] Rx1x2 (t ) = E A cos[2pfc (t + t ) + q ]B sin(2pfc t + q )
1 1−y 1−y
E sin[2pfc (−t )] + sin[2pfc (2t + t + 2q )]
AB
1
é x2 ù =
E[xy ] = 2ò ò xydxdy = 2ò y ê ú dy 2
0 ê ë 2 úû 0 p

2p −∫p
0 0
sin(2pfct ) + sin[2pfc (2t + t + 2q )]dq
AB 1
=−
é y2 2 y4 ù
1 1 2
= ò y(1 − 2y + y 2 )dy = ê − y 3 + ú
0 êë 2 3 4 ûú
0 =−
AB
sin(2pfc t )
2
1
=
12 16. (a) The ACF at the output of the RC integrator is
1 æ1ö æ1ö 1 −t 
Cov(x, y) = E[xy] - E[x]E[y] = − ç ÷ ×ç ÷ = − N0
exp 
12 è 3 ø è 3 ø 36 4RC  RC 
 x3 x 4 
1 1
E[x2 ] = 2∫ x2 (1 − x)dx = 2  −  =
1 17. (a) Gaussian probability density of random vari-
0  3 4  0 6 able x is given by

1 é −(x − m)2 ù
1  1 exp ê ú
2
1 px (x) =
Var(x) = E[x ] − (E[x]) = −   =
2 2
2ps êë 2s
2
úû
6  3 18

42-Chapter-42-Gate-ECE.indd 939 6/3/2015 4:44:46 PM


940        Chapter 42:  Random Signals and Noise 

When s = 1 and m = 0 (zero mean), From the given information,

1  x2  Py x (0 1) = Py x (1 0) = Pe
px (x) = exp  −  (1)
2p  2

and Py x (0 0) = Py x (1 1) = 1 − Pe
Given that
 x2  Also,     Px (1) = Q and Px (0 ) = (1 − Q)
px (x) = K exp  −  (2)
 2
We know that

Py (y j ) = å Px (xi )Py x (y j xi )
By comparing Eqs. (1) and (2), we have
1 i
K=
2p Therefore,
18. (c) The PDF of the envelope of narrow-band
Py (1) = Px (0)Py x (1 0) + Px (1)Py x (1 1)
Gaussian noise is Rayleigh.
= (1 − Q)Pe + Q(1 − Pe )
19. (a) The PSD and power of a signal, both are
directly proportional to the square of the ampli-
tude of the signal. Therefore, option (a) is correct 23. (c) Py (0) = Px (0)Py x (0 0) + Px (1)Py x (0 1)
= (1 - Q)(1 − Pe ) + QPe
20. (a) Given that g(t) = e−at u(t)
Autocorrelation of a function g(t) is given by the 24. (d) P (e ) = å P (xi )P (e xi )
expression i


= Px (0)P (e 0) + Px (1)P (e 1)
Rg (t ) = ò g(t)g(t − t )dt = 0.4(10 -6 ) + 0.6(10 -4 ) = 60.4 × 10−6
−¥

Therefore, autocorrelation for the given function is 25. (b) Given that P(e 0) = 10−6. Therefore, one out
+∞ ∞
e−at
of 1 million received 0s will be in error.
∫ e−at e−a(t−t )u(t)dt = eat ∫ e−2at dt = Given that P(e 1) = 10−4 . Therefore, one out of
−∞ 0
2a
10000 received 1s will be in error.
21. (b) Given that The error probability P(e) of the channel is
60.4 × 10-6. Therefore, one out of 16556 digits will
 t
g(t) = AΠ   be in error.
T
Therefore, statements S1 and S3 are correct.
Autocorrelation of a function g(t) is given by
26. (a) There are four paths from node n1 to n4. These
+¥ paths are path (l1, l5), path (l2, l6), path (l1, l3, l6)
Rg (t ) = ò g(t)g(t − t )dt = Rg (−t ) and path (l2, l4, l5). Let Aj be the event that the
−¥ jth path is functioning. The desired probability is
T given by P (A1 È A2 È A3 È A4 ).
For t < T , Rg (t ) = ò A dt = A (T − t )
2 2
Therefore,
t
∞ 4
For t ≥ T , Rg (t ) = ∫ g(t)g(t − t )dt = 0 P (A1 È A2 È A3 È A4 ) = å P (Aj )
j =1
T
3 4 2 3 4
Therefore, −å å P (Aj Ak ) + å å å P (Aj Ak Al )
j =1 k = j + 1 j =1 k = j +1 l =k + 1
A2 (T − t ) t < T −P (A1A2 A3 A4 )
Rg (t ) = 
 0 t ≥T

22. (a) Let x be the transmitted digit and y be the Hence, the probability that there is some func-
received digit. tioning path from node n1 to node n4 is equal to

42-Chapter-42-Gate-ECE.indd 940 6/3/2015 4:45:03 PM


ANSWERS TO PRACTICE EXERCISE        941

p p +p p +p p p +p p p −p p p p 31. (a) The marginal distribution of Y is


1 5 2 6 1 3 6 2 4 5 1 2 5 6
− p p p p − p p p p − p p p p − p p p p6 y
e −2 e −2 y
∑ x !(y − x)! = y ! ∑
1 3 5 6 1 2 4 5 1 2 3 6 2 4 5 y!
P (Y = y) =
−p p p p p p +p p p p p +p p p p p x=0 x=0 x !(y − x)!
1 2 3 4 5 6 1 2 3 5 6 1 2 4 5 6
+p p p p p p +p p p p p p −p p p p p p e−2 2y
1 2 3 4 5 6 1 2 3 4 5 6 1 2 3 4 5 6
= for y = 0, 1,…
The above equation simplifies to y!
p p +p p +p p p +p p p −p p p p 32. (c) Let V = Y - X.
1 5 2 6 1 3 6 2 4 5 1 2 5 6
− p p p p − p p p p − p p p3 p − p p p p
1 3 5 6 1 2 4 5 1 2 6 2 4 5 6
The joint probability mass function of X and Y - X is
+ p p p p p6 + p p p p p
1 2 3 5 1 2 4 5 6
P (X = x, Y − X = z) = P (X = x, Y = z + x)
e−2
27. (b) When pi = p, the probability that there is some
functioning path from node n1 to node n4 is p2 + = for x, z = 0, 1,…
x!z !
p2 + p3 + p3 - p4 - p4 - p4 - p4 - p4 + p5 + p5 =
2p2(1 + p + p3) - 5p4 33. (a) As,
¥
e−2 e−1
P (Y − X = z) = å for z = 0, 1,…
28. (b) Given that
=
x=0 x ! z ! z!
c(x + x) for 0 < x < 1
f (x) = 
 0 otherwise it follows that,

We know that P (X = x, Y − X = z) = P (X = x)
+¥ P (Y − X = z) for all x, z
ò f (x)dx = 1
Therefore, X and Y - X are independent.
−¥
Therefore, 34. (d) E[XY] = E[X]E[Y - X] + E[X2], as X and Y
1 are independent.
ò c(x + x )dx = 1
As X and (Y - X) are both Poisson distributed
0
with expected value 1, therefore E[XY] = 1 + 2 = 3.
Therefore, 7/6 c = 1 or c = 6/7 The expected value and variance of the Poisson
distributed variable X are given by E[X] = 1 and
29. (a) P (Y ≤ y) s2(X) = 1.
ì æ 1ö æ 1ö æ1ö The expected value and variance of the random
ïP X ≤ ÷ = 1− P çX ≤ ÷ = 1 - F ç ÷ for y >1
= í çè yø è yø èyø
variable Y are E[Y] = E[Y - X + X] = E[Y - X] +
ï 0 E[X] = 1 + 1 = 2 and s 2(Y ) = s 2(Y - X)+ s 2(X)
î for y ≤ 1
= 1 + 1 = 2.
where F(x) is the probability distribution function Therefore,
of X.
3 − 1× 2 1
p(X , Y ) = =
By differentiation, the density function g(y) of Y 1× 2 2
is given by
6  1  1 6 1 1 
35. (a) Let the random variable Y denote the number
 f × =  3 + 2  for y > 1
g(y) =  7  y  y 2
of messages waiting in the buffer.
7y y y
 Then, P (Y = y) = p(1 − p)y −1 for y ≥ 1
 0 otherwise
By law of conditional probability
30. (c) The marginal distribution of X is
¥
¥
e -2 å P (X = x Y = y)p(1 − p)y −1
P (X = x) = å
P (X = x) =
y = x x !(y − x)!
y = x +1
¥
¥
e−2 e−1 å p(1 − p)y −1 for x = 0, 1, ¼
1
å
1
for x = 0, 1,…
=
= = y
x! y = x +1
k =0 k ! x!

42-Chapter-42-Gate-ECE.indd 941 6/3/2015 4:45:14 PM


942        Chapter 42:  Random Signals and Noise 

Using the formula P(Z = x/y |Y = y) = P(Z = x/y) = 0.5. This gives
¥ n P(X = x, Y = y) = 0.5 P(Y = y).
å
u
= − ln(1 − u) for u <1 Also, by P(X = 1) = P(Y = 1, Z = 1) + P(Y = -1,
n =1 n !
Z = -1) and the independence of Y and Z, it fol-
the expression for P(X = x) can be written as lows that P(X = 1) = 0.52 + 0.52. This shows that
 p  x P(X = x) = 0.5 for x = -1, 1 and so by P(X = x,
∑ y p(1 − p)y −1
1
P (X = x) = −  −
 1 − p 
ln p Y = y) = 0.5 P(Y = y), P(X = x, Y = y) = P(X = x)
y =1 P(Y = y) for x, y ∈ {-1, 1}, proving that X and Y
Using the fact that the discrete uniform distribu- are independent.
tion on 0, 1, … y - 1 has an expected value (1/2) 39. (a) By the same logic given in Question 38, X and
(y - 1), the expected value of X is calculated from Z are independent.

E[X ] = ∑ E[X Y = y ]p(1 − p)y −1 40. (b) X is not independent of Y + Z as P(X = 1,
Y + Z = 0) = 0 and P(X = 1)P(Y + Z = 0) > 0.
y =1

11 
∑ 2 (y − 1)p(1 − p)y −1 = 2  p − 1
1 41. (d) The marginal density of x is
=
 x
fx (x) =  ∫
6 (x − y)dy = 3x2 for 0 < x < 1
y =1

36. (d) The power spectral density of a random signal  0


x(t) is 0 otherwise
¥ The marginal density of y is
SX (w ) = FT éëRx (t)ùû = ò Rx (t )e−jwt dt
ì 1
fy (y) = í ò
−¥ ï6 (x − y)dx = (3y 2 − 6y + 3) for 0 < y < 1
¥
2 ms 2
ò s 2e−m t e−jwt dt = ï
y
=
m2 + w 2 î 0 otherwise
−¥
Now, we can calculate that
37. (c) Transfer function of the filter is 3 1 1 3
¥ , s (x) = 3 , E[y ] = , s (y) =
a
E[x] =
H(w ) = FT [h(t )] = ò ae−at
u(t )e −jwt
dt = 4 4 4 80
−¥
a + jw 1 x 1
E[xy ] = 6ò dxò xy(x − y)dy = ò x4dx =
1
The power spectral density of random signal y(t) is 5
0 0 0
SY (w ) = H(w ) SX (w )
2
Therefore, correlation coefficient of x and y is
a æ a ö æ 2 ms 2 ö E[xy ] − E[x] E[y ]
2
SX (w ) = ç 2
è a + w 2 ÷ø çè m 2 + w 2 ÷ø
= p(x, y) =
a + jw s (x) × s (y)
(1 / 5) − (3 / 4) × (1 / 4)
38. (a) For x, y ∈ {-1, 1}, P(X = x, Y = y) = P(X = = = 0.149
(1 / 4) 3 × (3 / 80)
x |Y = y)P(Y = y) and P(X = x |Y = y) = P(Z =
x/y |Y = y). By the independence of Y and Z,  Ans. (0.149)

Numerical Answer Questions


+¥ 3 3. By the property of probability density function,
æ1öx
2 +3
1. Mean = ò xpx (x)dx = ò x dx = ç ÷
1
=1 ¥
è 4 ø 2 −1
ò Kx e
4 2 −x
−¥ −1 dx = 1
 Ans. (1) 0
+∞ Solving the above equation, we get 2K = 1 or K = 0.5.
2. Variance = ∫ (x − mean)2 px (x)dx  Ans. (0.5)
−∞
¥ ¥

ò ò xKx e
3 3 2 −x
 1  (x − 1)
+3


1 4. Mean value E[x] = xf[x]dx = dx
= (x − 1)2 dx =  
4  4 3 −¥ 0
−1 −1 ¥
4 = 0.5 ò x3e−x dx = 3
= = 1.33

3 0
Ans. (1.33) Ans. (3)

42-Chapter-42-Gate-ECE.indd 942 6/3/2015 4:45:26 PM


SOLVED GATE PREVIOUS YEARS’ QUESTIONS        943

¥ ¥

ò ò x Kx e
2 −x
5.   E[x2 ] = x2f (x)dx = 2
dx
−¥ 0
R1 R2
¥ Vn1
2 2
Vn2
= 0. 5 ò x e 4 −x
dx = 12
0
Total noise voltage Vn2 = Vn12 + V n22
Variance of x is Var(x) = E[x2] - (E[x])2 = 12 - 9 = 3 As Vn12 = 4KT1BR1 and Vn22 = 4KT2 BR2 and Vn2 = 4KTe BR = 4
 Ans. (3) Vn2 = 4KTe BR = 4KTe B(R1 + R2 )
Therefore,
6. s d2 = E[[x[n ] − x[n − 1]]2 ] = E[x[n ]]2 + E[x[n − 1]]2
4KTe B(R1 + R2 ) = 4KT1BR1 + 4KT2 BR2 (1)
- 2E[x[n ]x[n − 1]]

Given that Solving Eq. (1), we get

s x2 R1T1 + R2 T2
s d2 = Te = (2)

10 R1 + R2

Therefore, Substituting the different values in Eq. (2), we get

s x2 50 ´ 100 + 100 × 50
= s x2 + s x2 − 2Rxx (1) (Given that k = 1) Te =
50 + 100
= 66.67 K

10  Ans. (66.67)
Therefore,
8. Let H be the event that a 1 is sent and E be the
19 2 R (1) 19 event that a 1 is received. The desired posterior
2Rxx (1) = s   or  xx2 = = 0.95 probability P (H E ) satisfies
10 x sx 20

 Ans. (0.95) P (H E ) æ 0.8 ö æ 0.95 ö


=ç ×
è 0.2 ÷ø çè 0.01 ÷ø
= 380
P (H E )
7. If two resistors R1 and R2 (in ohms) at tempera-
tures T1 K and T2 K, respectively, are connected
in series then the equivalent circuit with Vn1 and Hence, the desired posterior probability P (H E )
Vn2 as their noise voltages is shown in the following that a 1 has been sent is [380/(1 + 380)] = 0.9974.
figure.  Ans. (0.9974)

SOLVED GATE PREVIOUS YEARS’ QUESTIONS

1. The noise at the input to an ideal frequency detec- 2. Let X and Y be two statistically independent
tor is white. The detector is operating above random variables uniformly distributed in the
threshold. The power spectral density of the noise ranges (-1, 1) and (-2, 1), respectively. Let
at the output is Z = X + Y. Then the probability that (Z ≤ -2) is
(a) raised cosine (b) flat
(c) parabolic (d) Gaussian 1
(a) Zero (b)
(GATE 2003: 1 Mark) 6

Solution. The PSD of the noise at the output of


an ideal frequency detector is parabolic, when the 1 1
(c) (d)
detector is operating above the threshold. 3 12
Ans. (c) (GATE 2003: 2 Marks)

42-Chapter-42-Gate-ECE.indd 943 6/3/2015 4:45:40 PM


944        Chapter 42:  Random Signals and Noise 

Solution. The distribution function of X is Autocorrelation function Rxx (t ) = 4(e−0.2 t + 1)


and mean = 0
fx(x)
K 3. The probability that [x ≤ 1] is
(a) 1 - Q(0.5) (b) Q(0.5)
 1   1 
(c) Q  (d) 1 − Q 
 2 2   2 2 

−1 1 x
(GATE 2003: 2 Marks]
Solution. Given that autocorrelation function
As we know, the area under fx(x) = 1. Therefore,
from the above figure K = 1 2. Rxx (t ) = 4[e−0.2 t + 1]
The distribution function of Y is
æ X − mö
P (X ≤ 1) = Fx (1) = 1 − Q ç
è s ÷ø
at X = 1
fy(y)
K′ Given that mean m = 0.
Also, Rxx(0) = s2. Therefore, s2 = 8, or s = 2 2
Therefore,
 1 
−2 P (X ≤ 1) = 1 − Q 
 2 2 
1 y

Ans. (d)
4. Let Y and Z be the random variables obtained by
As we know, the area under fy(y) = 1. Therefore, sampling X(t) at t = 2 and t = 4, respectively. Let
from the above figure K ¢ = 1 3 W = Y - Z. The variance of W is
The distribution function of Z = X + Y is (a) 13.36 (b) 9.36
(c) 2.64 (d) 8.00
fx(x) * fy(y) (GATE 2003: 2 Marks)
Solution. Given that W = Y - Z
1 therefore, s W
2
= E[Y 2 ] + E[Z 2 ] − 2E[Y × Z ]
3
Y is sampled at t = 2 and Z at t = 4,
−3 −2 −1
therefore, s W = s y2 + s z2 − 2Rxx (2) = 8 + 8 − 2[4e−0.2 2 + 1]
2 z 2

sW
2
= s y2 + s z2 − 2Rxx (2) = 8 + 8 − 2[4e−0.2 2 + 1]
Point -2 lies in the middle of -1 and -3. Therefore,
the value of the fx(x) * fy(y) function at Z = -2 is
Hence,
1/6. Therefore, sW
2
= 2.64
Ans. (c)
Prob [Z ≤ −2] = Area of graph [z ≤ −2] 5. The distribution function Fx (x) of a random vari-
1 1 1 able x is shown in the following figure. The prob-
= × ×1 = ability that x = 1 is
2 6 12
Fx(x)
Ans. (d)
Common Data for Questions 3 and 4: Let X
be the Gaussian random variable obtained by sam-
1.0
pling the process x(t) at t = ti and let
0.55


1 −y 2/2
Q(a ) = e dy
2p
0.25
a
x
−2 0 1 3

42-Chapter-42-Gate-ECE.indd 944 6/3/2015 4:45:51 PM


SOLVED GATE PREVIOUS YEARS’ QUESTIONS        945

(a) zero (b) 0.25 (c) 0.55 (d) 0.30 1 0. 3


(GATE 2004: 1 Mark) = ∫ (x − xq )2 .1dx = ∫ (x − 0) dx
2

0 0
Solution. Probability that x = 1 is given by
1
P(x = 1) = Fx(x = 1+) - Fx(x = 1-) + ∫ (x − 0.7)2dx = 0.039
= 0.55 - 0.25 = 0.30 0. 3

Ans. (d) Therefore, the root mean square value of the quan-
tization noise = 0.039 = 0.198
6. A 1mW video signal having a bandwidth of Ans. (b)
100 MHz is transmitted to a receiver through a
cable that has 40 dB loss. If the effective one-sided 8. Noise with uniform power spectral density of
noise spectral density at the receiver is 10-20 W/Hz, No W/Hz is passed through a filter H(w) = 2exp
then the signal-to-noise ratio (SNR) at the receiver is (-jwtd) followed by an ideal low-pass filter of band-
width B Hz. The output noise power in watts is
(a) 50 dB (b) 30 dB
(c) 40 dB (d) 60 dB (a) 2 NoB (b) 4 NoB
(GATE 2004: 2 Marks) (c) 8 NoB (d) 16 NoB
(GATE 2005: 2 Marks)
Solution. Given that bandwidth B = 100 MHz,
power of signal Ps = 1MW and noise density at the Solution. We have
receiver, No = 10-20 W/Hz. Signal-to-noise ratio Signal-to-noise ratio at the output of the filter =
(SNR) of the transmitter is given by (SNR)out
10 -3
Ps Signal-to-noise ratio at the input of the filter =
SNR = = −20 = 109 (SNR)in
No B 10 × 100 × 106 Transfer function of the filter = H(w)
(SNR)dB = 10log 109 = 90 dB (SNR )out = H(w )
2
(SNR )in = 4No
Cable loss = 40 dB
Therefore, SNR at the receiver = (90 - 40) dB = 50 dB
Output noise power in watts
Ans. (a) PN = Bandwidth × (SNR )out = 4NoB
Ans. (b)
7. A random variable X with uniform density in the
interval 0 to 1 is quantized as follows: 9. Output of a communication channel is a random
If 0 ≤ X ≤ 0.3, xq = 0 variable v with the probability density function as
If 0.3 <X ≤ 1, xq = 0.7 shown in the following figure. The mean square
value of v is
where, xq is the quantized value of X. The root
mean square value of the quantization noise is p(v)

(a) 0.573 (b) 0.198


(c) 2.205 (d) 0.266 K
(GATE 2004: 2 Marks)
Solution.
fx(x)
0 4 v
1
(a) 4 (b) 6
(c) 8 (d) 9
(GATE 2005: 2 Marks)
x
0 1 Solution. We have
4

Quantization noise Qe = signal value − quantized value E[v2 ] = ò v2fv (v) dv (1)
= x − xq 0
From the figure,
Mean square value of quantization noise Kv
1
fv (v) =
4
= E[(x − xq )2 ] = ò (x − xq )2 fx (x) dx Now, 4K/2 = Area under the curve = 1
0

42-Chapter-42-Gate-ECE.indd 945 6/3/2015 4:45:58 PM


946        Chapter 42:  Random Signals and Noise 

Therefore, K = 1/2 Solution. We have


Substituting in Eq.(1), we get a a

ò òx
1
4 E[x2 ] = x2fx (x)dx = 2
dx
æ vö
4
v4
E[v2 ] = ò v2 ç ÷ dv = −a −a
4
è 8ø 4×8
0 0 2 /3 2 /3
1 x3
ò 4 x dx = 4 3
1 2
or,   2
 E[v  ] = 8 E[x2 ] =
Ans. (c) −2 / 3 −2 / 3

Statement for Linked Answers Questions 10 1  (2/3)3 − (−2/3)3  4


E[x2 ] =  =
and 11: Asymmetric three-level mid-read quan- 4  3  81
tizer is to be designed assuming equiprobable Ans. (a)
occurrence of all quantization levels.
12. A zero-mean white Gaussian noise is passed
10. If the probability density function is divided into through an ideal low-pass filter of bandwidth
three regions as shown in the following figure, the 10 kHz. The output is then uniformly sampled
value of a in the figure is with sampling period ts = 0.03 ms. The samples so
1 2 obtained would be
(a) (b)
3 3 (a) correlated (b) statistically independent
1 1 (c) uncorrelated (d) orthogonal
(c) (d)
2 4 (GATE 2006: 2 Marks)
(GATE 2005: 2 Marks)
Solution. If white noise is sampled, no matter
p(x) how closely in time the samples are taken, they
1/4 are uncorrelated. If white noise is Gaussian, then
samples are statistically independent.
Ans. (b)
Region 1 Common Data for Questions 13 and 14:
1/8 The following two questions refer to wide-sense
Region 2 Region 3 ­stationary stochastic processes.

x 13. It is desired to generate a stochastic process (as


-3 -1 -a +a +1 +3 voltage process) with power spectral density
S(w ) = 16 (16 + w 2 ) by driving a linear-­time-
Solution. Probability of occurrence of each region invariant system by zero mean white noise (as
is 1/3. voltage process) with power spectral density being
Therefore, for region 1 constant equal to 1. The system which can perform
a the desired task could be
ò fx (x)dx = 1 3 (a) first-order low-pass RL filter
−a (b) first-order high-pass RC filter
So,
a (c)  tuned LC filter

4 −∫a
1 1 (d) series RLC filter
dx =
3 (GATE 2006: 2 Marks)
Hence,
2a 1 2 Solution. Given that
=   or  a =
4 3 3 16
Ans. (b) S(w ) =
16 + w 2
11. The quantization noise power for the quantization Therefore, transfer function
region between -a and +a in the figure is
4
4 1 H(s) =
(a) (b) 4+s
81 9
H(s) is the transfer function of a first order low-
5 2
(c) (d) pass filter. From the given options, option (a) is the
81 81 correct one.
(GATE 2005: 2 Marks) Ans. (a)

42-Chapter-42-Gate-ECE.indd 946 6/3/2015 4:46:13 PM


SOLVED GATE PREVIOUS YEARS’ QUESTIONS        947

14. The parameters of the system obtained in Question Solution. Sample space of random variable
13 would be X = (−¥, ¥)
After transformation, the sample space of random
(a) First-order RL low-pass filter would have
R = 4 Ω, L = 1 H
variable Y = (0, 1)
Hence,
(b) First-order RC high-pass filter would have fY (y) = Ad (y) + B[d (y − 1)]
R = 4 Ω, C = 0.25 F Therefore, option (c) satisfies the given condition.
(c) Tuned LC filter would have L = 4 H, C = 4 F Ans. (b)
(d) Series RLC low-pass filter would have R = 1 Ω,
16. If E denotes expectation, the variance of a random
L = 4 H, C = 4 F
variable X is given by
(GATE 2006: 2 Marks)
(a) E[X2] - E2[X] (b) E[X2] + E2[X]
Solution. From the solution of Question 13, we (c) E[X2] (d) E2[X]
know that the system is a first-order low pass filter. (GATE 2007: 1 Mark)
The figure below shows the circuit of a generalized
low-pass filter. Solution. Variance of the random variable X is
L s x2 = E [X 2 ] − E 2 [X ]
Ans. (a)
R 17. If R(t) is the autocorrelation function of a real,
wide-sense stationary random process, then which
of the following is NOT true?
(a) R(t ) = R(−t )
Transfer function of the filter (b) R(t ) ≤ R(0)
R (c)  R(t ) = −R(−t )
H( jw ) =
R + jwL (d) The mean square value of the process is R(0)
(GATE 2007: 1 Mark)
Comparing with the transfer function in Question 13,
we get R = 4 Ω and L = 1 H. Solution. Autocorrelation function of a real wide-
Ans. (a) sense stationary random process is an even func-
tion, therefore R(t ) = −R(−t ) is not true.
15. A uniformly distributed random variable X with Ans. (c)
probability density function fx (x) = (1 / 10)[u(x + 5) − u(x − 5)]
(x) = (1 / 10)[u(x + 5) − u(x − 5)], where u(.) is the unit step function 18. If S(f) is the power spectral density of a real, wide-
passed through a transformation given in the fol- sense stationary random process, then which of the
lowing figure. The probability density function of following is ALWAYS true?
the transformed random variable Y would be (a) S(0) ≥ S(f ) (b) S(f ) ≥ 0
¥
Y (c) S(-f) = -S(f ) (d) ò S(f ) df = 0
−¥
1
(GATE 2007: 1 Mark)
Solution. Power spectral density (PSD) of a real
X
−2.5 2.5 wide-sense stationary random process is always a
positive quantity, therefore S(f) ≥ 0.
1 Ans. (b)
(a) fy (y) = [u(y + 2.5) − u(y − 2.5)]
5 19. The probability density function (PDF) of a
(b) fy (y) = 0.5d (y) + 0.5d (y − 1) random variable X is as shown below.
PDF
(c) fy(y) = 0.25d (y + 2.5) + 0.25d (y − 2.5) + 0.5d (y) 1

(d) fy(y) = 0.25d (y + 2.5) + 0.25d (y − 2.5)

+ [u(y + 2.5) − u(y − 2.5)]


1
10 X
(GATE 2006: 2 Marks) −1 0 1

42-Chapter-42-Gate-ECE.indd 947 6/3/2015 4:46:24 PM


948        Chapter 42:  Random Signals and Noise 

The corresponding cumulative distribution ­function Hence,


(CDF) has the form M N 1 2
+ = or M + N = 1
(a) CDF (b) CDF 2 3 2 3
1 1 Ans. (a)
21. Noise with double-sided power spectral density of
K over all frequencies is passed through an RC
low-pass filter with 3 dB cut-off frequency of fc.
−1 0 1
X
−1 0 1
X The noise power at the filter output is
(a) K (b) Kfc
(c) Kpfc (d) ∞
(GATE 2008: 2 Marks)
(c) CDF (d) CDF
1 1 Solution. Transfer function of an RC low-pass filter
1 1
X H(f ) = =
−1 0 1 1 + j2pfRC 1 + j(f fc )
X −1
−1 0 1 Therefore,

2 fc2
(GATE 2008: 2 Marks) H(f ) =
f 2 + fc2
Solution. CDF function is given by
fc2
Output PSD = H(f ) ⋅ (Input PSD) = ⋅K
x 2
Fx (x) = ò fx (x) dx f 2 + fc2
−¥
Output noise power
where fx(x) is the probability density function.
Integral of increasing ramp signal is an increasing ¥ ¥
fc2
parabola and integral of decreasing ramp signal is = ò (output PSD) df = K ò f 2 + fc2
df
a decreasing parabola. −¥ −¥
Therefore, option (a) is the correct answer. = Kpfc ¥ ¥
fc2
Ans. (a) By substituting f = fc=
ò and solving,
 tanq (output PSD)we
dfget
=K ò f 2 + fc2
df
20. Px (x) = M exp(−2 x ) + N exp(−3 x ) is the proba- −¥ −¥
bility density function for the real random variable Output noise power = Kpfc
X, over the entire x-axis. M and N are both positive Ans. (c)
real numbers. The equation relating M and N is 22. A white noise process x(t) with two-sided
2 1 PSD 1 × 10-10 W/Hz is input to a filter whose
(a) M + N = 1 (b) 2M + N = 1
3 3 magnitude squared response is shown in the fol-
(c) M + N = 1 (d) M + N = 3 lowing figure.
(GATE 2008: 2 Marks)
Solution. Given that the PDF is
H(f)2
Px (x) = M exp(−2 x ) + N exp(−3 x ) X(t) 1 Y(t)
We know that
¥ f
ò Px (x) dx = 1 −10 kHz 10 kHz
−¥
Therefore,
∞ The power of the output process y(t) is given by
∫ (Me−2 x + Ne−3 x )dx = 1
−∞
(a) 5 × 10-7 W (b) 1 × 10-6 W
¥ (c) 2 × 10-6 W (d) 1 × 10-5 W
ò (Me
−2 x
+ Ne−3x )dx =
1
or,    
2 (GATE 2009: 1 Mark)
0

42-Chapter-42-Gate-ECE.indd 948 6/3/2015 4:46:35 PM


SOLVED GATE PREVIOUS YEARS’ QUESTIONS        949

Solution. PSD of white noise Gi(f ) = 1 × 10-10 W/Hz Solution. We have

PSD of output P (X + Y = 2, X − Y = 0)
P (X + Y = 2 X − Y = 0) =
P (X − Y = 0)
Go (f ) = H(f ) × Gi (f ) = 1 × 10−10 H(f )
2 2
P (X − Y = 0) = P (X = 0, Y = 0) + P (X = 1, Y = 1)
Output noise power No + P (X = 2, Y = 2)

= P (X = 0) × P (Y = 0) + P (X = 1) × P (Y = 1)
+fo

ò Go (f ) df = 1 × 10 —10 × (area under H(f ) curve)


2
=
1 1 1 1 1 1 3
−fo +P (X = 2) × P (Y = 2) = × + × + × =
æ1 ö
2 2 4 4 4 4 8
= 1 × 10−10 × 2 ç × 1 × 10 × 103 ÷
è2 ø
P (X + Y = 2, X − Y = 0) = P (X = 1, Y = 1)
= 1 × 10−10 × 10 × 103 = 1 × 10−6 W
1 1 1
= P (X = 1) × P (Y = 1) = × =
Ans. (b) 4 4 16
23. If the power spectral density of stationary random Therefore,
process is a sine-squared function of frequency, the 1 3 1
shape of its autocorrelation is P (X + Y = 2 X − Y = 0) = / =
16 8 6
Ans. (c)
(a) (b)
R(τ) R(τ) 25. A discrete random variable X takes values from 1
to 5 with probabilities as shown in the table. A stu-
τ τ dent calculates the mean X as 3.5 and her teacher
calculates the variance of X as 1.5. Which of the
following statements is true?
(c) (d)
R(τ) R(τ)
k 1 2 3 4 5

τ τ
P(X = k) 0.1 0.2 0.4 0.2 0.1

(a) Both the student and the teacher are right.


(GATE 2009: 1 Mark) (b) Both the student and the teacher are wrong.
(c)  The student is wrong but the teacher is right.
Solution. We know that the PSD of a process is (d) The student is right but the teacher is wrong.
the Fourier transform of its autocorrelation func- (GATE 2009: 2 Marks)
tion. Given that the PSD of a stationary random
process is a sine-squared function. The auto-­ Solution. We have
correlation function given in (b) gives the PSD of a 5
sine-squared function. Therefore (b) is the correct Mean = X = å xi × p(xi ) = (1 ´ 0.1) + (2 ×0.2)
option. i =1
Ans. (b) + (3 × 0.4) + (4 × 0.2) + (5 × 0.1) = 3
24. Consider two independent random variables X and 5
Y with identical distributions. The variables X and X2 = å xi2 × p(xi) = éë(1)2 × 0.1ùû + éë(2)2 × 0.2ùû
Y take values 0, 1 and 2 with probabilities 1/2, i =1
1/4 and 1/4, respectively. What is the conditional + é(3)2 × 0.4 ù + é(4)2 × 0.2 ù + é(5)2 × 0.1ù = 10.2
ë û ë û ë û
probability P (X + Y = 2 X − Y = 0)?
s 2 = X 2 − (X )2 = (10.2) − (3)2 = 1.2
1
(a) 0 (b) Ans. (b)
16
1 26. X(t) is a stationary process with the power spectral
(c) (d) 1 density Sx(f) > 0 for all f. The process is passed
6
(GATE 2009: 2 Marks) through a system shown as follows.

42-Chapter-42-Gate-ECE.indd 949 6/3/2015 4:46:45 PM


950        Chapter 42:  Random Signals and Noise 

Therefore,
Sy (f ) = 0
+ Ans. (d)
x(t) + d y(t)
dt Statement for Linked Answer Questions 27
+ and 28. Consider a baseband binary PAM receiver
shown in the following figure. The additive channel
D
Delay = 0.5 ms noise n(t) is white with power spectral densitySN(f)
= No/2 = 10-20 W/Hz. The low-pass filter is ideal
Let SY(f ) be the power spectral density of Y(t). with unity gain and cut-off frequency 1 MHz. Let
Which one of the following statements is correct? Yk represent the random variable y(tk). Yk = Nk if
transmitted bit bk = 0, and Yk =a + Nk if transmit-
(a) SY(f ) > 0 for all f ted bit bk = 1, where Nk represents the noise sample
(b) SY(f ) = 0 for f > 1 kHz value. The noise sample has a probability density
(c) SY(f ) = 0 for f = nfo, fo = 2 kHz, where n is function PN (n) = 0.5ae−a n . (This has mean zero
k
any integer and variance 2/a2.) Assume transmitted bits to be
(d) SY(f ) = 0 for f = (2n + 1)fo, fo = 1 kHz, where equiprobable and threshold z is set to a/2 =10-6 V.
n is any integer n(t)
(GATE 2010: 2 Marks)
r(t) y(t) y(tk)
Solution. The given block diagram is redrawn as +
x(t) LPF S/H bk
shown below:

Sampling Threshold
+ time z
x(t) y1(t) d
+ y(t)
dt Receiver
+
Delay where
0.5 ms 1 if y(tk) ≥ z
bk =
0 if y(tk) ≤ z
From the figure
27. The value of the parameter a (in V-1) is
y (t) = x(t) + x(t − 0.5 × 10−3 )
1
(a) 1010 (b) 107
Therefore, (c) 1.414 × 10-10 (d) 2 × 10-20
Y1(f ) = X(f )[1 + e−j2pf (0.5 ×10
−3
) (GATE 2010: 2 Marks)
]
Transfer function Solution. We have
Output noise PSD = Input noise PSD × H(f )
2

= 1 + e−jpf ×10
Y (f ) −3
H1(f ) = 1
SNO (f ) = SNI (f ) H(f ) = 10−20 H(f )
2 2
X(f )
Now, The following figure shows the curves for H(f) and
Y (f ) SNO(f)
H2 (f ) = = j2pf H(f)
Y1 (f )

H(f ) = H1(f ) × H2 (f ) = ( j2pf )[1 + e−j(pf ×10


−3
)
] 1
Therefore,
f(Hz)
-10
6
−3
6
H(f ) = 4p f [2 + 2 cos(pf × 10
2 2 2 0 10
)]
= 8p 2f 2 [1 + cos(pf × 10−3 )] SNO(f)

Sy (f ) = H(f ) Sx (f ) = 8p 2f 2 [1 + cos(pf ×10−3 )]Sx (f ) -20


2
10

For f = (2n + 1)fo, with fo = 1 kHz, pf × 10-3 is an f(Hz)


odd multiple of p 10
-6 0 10
6

42-Chapter-42-Gate-ECE.indd 950 6/3/2015 4:46:55 PM


SOLVED GATE PREVIOUS YEARS’ QUESTIONS        951

Response of LPF is Solution. The given block diagram can be redrawn


1, f < 1 MHz in time domain as shown in the following figure:
H(f ) = 
0, otherwise d
Noise variance (power) is given as dt
+
P =s2 = ò
fo 2 2
Σ
H(f ) No df = (given) x(t)
0 a2 y(t)

1×106
ò0 2 × 10−20 df = 2
2
Hence,6
1×10 a
ò0 2 × 10 df =−20a 2 6 2
−20 2
d
y(t) = x(t) − x(t)
2 × 10 × 10 = 2 dt
−20 2 a
2 × 10 × 10 = 2 2
6 Therefore, Fourier transform of y(t) is
a a = 1014
Solving the above equation, we get
Y (f ) = j2pf X(f ) − X(f ) = [ j2pf − 1] X(f )
a 2 = 1014 a = 107 V−1
a = 107 V−1 PSD of the process y(t) is given by
Ans. (b) Sy (f ) = j2pf − 1 Sx (f ) = (4p 2f 2 + 1)Sx (f )
2

28. The probability of bit error is


.
Now,
(a) 0.5 × e-3 5 (b) 0.5 × e-5 Sx (f ) = FT[Rx (t )]
-7
(c) 0.5 × e (d) 0.5 × e-10 We know that
(GATE 2010: 2 Marks)
Gaussian function ←→ Gaussian function
FT
Solution. Probability of error is given by
Sx (f ) = e−pf
2
1 Therefore,
Pe = [ P (0 1) + P (1 0)]
Sy (f ) = (4p 2f 2 + 1)e−pf
2
2
Hence,
−a / 2
P (0 1) = ò 0.5e−a n −a
dn = 0.5e−10 Ans. (a)
−¥

where a = 2 × 10-6 V and a = 107 V-1


30. Two independent random variables X and Y are
uniformly distributed in the interval [-1, 1]. The
∞ probability that max [X, Y] is less than 1/2 is
P (1 0) = ∫ 0.5e−a n dn = 0.5e−10
a /2 3 9
(a) (b)
Pe = 0.5e−10 + 0.5e−10  = 0.5e−10
1 4 16
Hence,
2 1 2
Ans. (d) (c) (d)
4 3
29. x(t) is a stationary random process with autocor-
relation function Rx(t) = exp(-pt2). This process (GATE 2012: 1 Mark)
is passed through the following system. The power
spectral density of the output process y(t) is Solution. Refer to the figure shown below. The
outer square shows the region where -1 ≤ x ≤ 1
and -1 ≤ y ≤ 1.
The region in which max [X, Y ] is less than 1/2 is
H(f) = j2πf
+
shown as shaded region inside this square.
x(t) Σ y(t)
− Y
(−1, 1) 1 (1, 1)

(a) (4p 2f 2 + 1) exp(−pf 2 ) 1/2

(b) (4p 2f 2 − 1) exp(−pf 2 ) −1 1/2 1


X
(c)  (4p 2f 2 + 1) exp(−pf )
0

(d) (4p 2f 2 − 1) exp(−pf )


(GATE 2011: 2 Marks) (−1, −1) −1 (1, −1)

42-Chapter-42-Gate-ECE.indd 951 6/3/2015 4:47:18 PM


952        Chapter 42:  Random Signals and Noise 

æ 1ö Area of shaded region Solution. The probability P(3V - 2U) = P(3V - 2U ≥ 0)


p ç max[X , Y ] < ÷ø = = P(W ≥ 0), where W = 3V - 2U.
è 2 Area of entire rectangle
U and V are independent random variables and
(3/2) × (3/2) 9
= = can be expressed in terms of mean and variance as
2×2 16 shown below:
Ans. (b)
 1  1
U = N  0,  and V = N  0, 
 4  9
31. Power spectral density of a real process X(t)
for positive frequencies is shown in the follow-
ing figure. The values of E[X2(t)] and E X (t ) ,
respectively, are As W = 3V − 2U , therefore

Sx (ω)
 1 1
W = N  0, 9 × + 4 × 
400d(w -104)  4 9

6 Hence, W is a Gaussian variable with zero mean


having PDF curve as shown in the following figure:

PDF of W
0 9 10 11 w (103 rad/s)

6000 6400
(a) , 0 (b) ,0
p p P (W ≥ 0)
6400 20 6000 20
(c) , (d) ,
p p 2 p p 2
W
(GATE 2012: 1 Mark)
Solution. We know that E[X2(t)] represents the
total power in the random signal.
Therefore, P (W ≥ 0) = Area under the curve from 0 to ¥ =
1
Therefore,
2
11×103
¥
1

2p 9×∫103 x
1
P = E[X 2 (t)] = 2 × S (w ) dw
P (W 0) = Area under the curve from 0 to =
2 Ans. (b)

1 1  6400
=  400 + × 6 × 2 × 103  = 33. Consider two identically zero-mean random vari-
π 2  p ables U and V. Let the cumulative distribution
At w = 0, there is no frequency component pres- functions of U and 2V be F(x) and G(x), respec-
ent, hence dc value of the process is zero. Hence, tively. Then, for all values of x
|E[X(t)] = 0 (a) F(x) - G(x) ≤ 0 (b) F(x) - G(x) ≥ 0
(c) [F(x) - G(x)] . x ≤ 0 (d) [F(x) - G(x)] . x ≥ 0
Ans. (a)
32. Let U and V be two independent zero mean
(GATE 2013: 2 Marks)
Gaussian random variables of variances 1/4 and
1/9, respectively. The probability P(3V ≥ 2U) is
Solution. We have
4
(a) (b)
1 F(x) = P{x ≤ x} and G(x) = P{2x ≤ x} = P{x ≤ x/2}
9 2
For positive values of x, F(x) - G(x) ≥ 0
2
(c) (d)
5 For negative values of x, F(x) - G(x) < 0
3 9 But, [F(x) - G(x)] . x ≥ 0, for all values of x.
(GATE 2013: 2 Marks) Ans. (d)

42-Chapter-42-Gate-ECE.indd 952 6/3/2015 4:47:30 PM


CHAPTER 43

ANALOG COMMUNICATION SYSTEMS

In this chapter, we discuss the analog communication systems. The topics covered include amplitude and angle
­modulation and demodulation systems, spectral analysis of these operations, superheterodyne receivers, elements
of hardware, realizations of analog communication systems, signal-to-noise ratio (SNR) calculations for amplitude
­modulation (AM) and frequency modulation (FM) for low noise conditions.

43.1  INTRODUCTION phase modulation techniques. Frequency modulation


and phase modulation techniques are together referred
to as angle modulation techniques. Angle modulation 
Baseband signals are generally modulated before being is modulation in which the angle of a sine-wave carrier is
transmitted from one point to the other. The term ­baseband varied by a modulating wave.
refers to the frequency band of the original ­message signal
from the source or the transducer. Modulation refers to
the process that moves the message signal into a specific 43.2  AMPLITUDE MODULATION
frequency band that is dedicated by the physical chan-
nel. Modulation can be done using analog techniques
(referred to as analog modulation) or digital techniques In amplitude modulation (AM), the instantaneous ­amplitude
(referred to as digital modulation). In this chapter, the of the carrier signal varies directly as the instantaneous
focus is on analog modulation techniques. The process of amplitude of the modulating signal. The frequency of the
recovering the original signal from the modulated signal is carrier signal remains constant. Figure 43.1 shows the
referred to as demodulation. Analog modulation techniques modulating signal, the carrier signal and the modulated
include amplitude modulation, frequency modulation and signal in case of a single-tone modulating signal.

43-Chapter-43-Gate-ECE.indd 953 6/3/2015 5:23:38 PM


954     Chapter 43:  Analog Communication Systems 

mVc
m(t) v(t) = Vc cos w c t + cos(w c − w m )t
2
mVc
t + cos(w c + w m )t  (43.4)
2
(a)
Carrier The frequency spectrum of an AM signal in case of a
single frequency modulating signal thus contains three
frequency components, namely, the carrier frequency
t component (wc), the sum frequency component (wc +
wm) and the difference frequency component (wc − wm).
(b) The sum component represents the upper sideband and
the difference component the lower sideband. Figure 43.2
shows the frequency spectrum.
AM

(c)
Amplitude
Figure 43.1 |   Amplitude modulation. Vc

(a) Modulating signal, (b) Carrier signal, (c) Modulated (m/2)Vc (m/2)Vc
signal.

If the modulating signal and the carrier signal are


expressed, respectively, by vm = Vmcoswmt and vc = wc − w m wc wc + w m
Vccoswct, then the modulated signal can be expressed Frequency
mathematically as follows:
Figure 43.2 |   Frequency spectrum of AM signal for
v(t) = Vc (1 + m cos w m t) cos w c t  (43.1) single frequency modulating signal.

where m is the modulation index = Vm/Vc. It may be mentioned here that in actual practice, the
When more than one sinusoidal or cosinusoidal ­signals modulating signal is not a single frequency tone. In fact,
with different amplitudes modulate a carrier, the overall it is a complex signal. This complex signal can always be
modulation index in that case is given by the following represented mathematically in terms of sinusoidal and
expression: cosinusoidal components. Thus, if a given modulating
signal is equivalently represented as a sum of say three
m = (m12 + m22 + m32 + )  (43.2) components (w m , w m and w m ), then the frequency
1 2 3
where m1, m2, m3 are modulation indices corresponding spectrum of the AM signal, when such a complex signal
amplitude modulates a carrier, contains the frequency
to individual signals.
components (wc), (wc + w m ), (wc − w m ), (wc + w m ),
(wc − w m ), (wc + w m ) and (wc − w m ).
Percentage of modulation or depth of modulation is 1 1 2
given by m × 100, and for depth of modulation equal to 2 3 3
100%, m = 1 or Vm = Vc.
43.2.2  Power in AM Signal
When the message signal has non-zero offset, that
is,  its maximum Vmax and its minimum Vmin are not
The total power (Pt) in an AM signal is related to
­symmetric (Vmax ≠ Vmin), then modulation index m is
the unmodulated carrier power (Pc) by the following
given by
expression:
Vmax − Vmin
m=  (43.3)  m2 
Pt = Pc  1 +
2 
2Vc + Vmax + Vmin  (43.5)



43.2.1  Frequency Spectrum of AM Signal This can be interpreted as follows:

Expanding the expression for the modulated signal given Pc m2 Pc m2


Pt = Pc + +
in Eq. (43.1), we get 4 4

43-Chapter-43-Gate-ECE.indd 954 6/3/2015 5:23:43 PM


43.2  AMPLITUDE MODULATION     955

where Pcm2/4 is the power in either of the two ­sidebands, æ AC AC ö


that is, upper and lower sidebands. For 100% depth of Sb = 2(SbL + SbU ) = 2 ç + ÷ = AC
è 4 4 ø
modulation for which m = 1, the total power in an AM
signal is 3Pc/2 and power in each of the two sidebands is Combining the expressions for Sb and Nb, we get the
Pc/4, with the total sideband power equal to Pc/2. These ­following relationship between Sb/Nb and C/N:
expressions indicate that even for 100% depth of modu-
lation, power contained in the sidebands, which contain Sb C
actual information to be transmitted, is only one-third of =
Nb N
the total power in the AM signal.
Power content of different parts of the AM signal can where N = NoB with No being the noise power spectral
also be expressed in terms of peak amplitude of unmodu- density in W/Hz and B being the receiver bandwidth in Hz.
lated carrier signal (Vc) as follows: The above relationship is, however, valid only for a
Total power in AM signal, modulation index of unity. The generalized expression
for modulation index of m will be
Vc2 mVc2 mV c2
Pt = + +  (43.6) Sb æCö
2 8 8 = m2 ç ÷  (43.8)
2 Nb èN ø
mVc
Power in either of two sidebands =  (43.7) So far, we have been talking about a single-frequency
8
modulating signal. In case the modulating signal is a
band of frequencies, we would get a lower and an upper
43.2.3  Noise in AM Signal
sideband and we shall get a frequency spectrum such as
We shall now examine the noise performance when an the one shown in Figure 43.3. Incidentally, the spectrum
AM signal is contaminated with noise. Let us assume S, shown represents a case where the modulating signal is
C and N to be the signal, carrier and noise power levels, the baseband signal of telephony ranging from 300 Hz
respectively. Let us also assume that the receiver has a to 3400 Hz.
bandwidth B, which in case of a conventional double
sideband system equals 2fm, where fm is the highest mod-
ulating frequency. If Nb is the noise power at the output
Amplitude

of the demodulator, then


N b = AN
Vc
where A is the scaling factor for the demodulator.
(m/2)Vc
Now, signal power in each of the sideband frequencies
is one-quarter of the carrier power as explained in the
earlier paragraphs.
wc − 3400 wc − 300 wc wc + 300 wc + 3400
That is,
Frequency (Hz)
C
Figure 43.3 |   Frequency spectrum of AM signal for
SL = SU =
4
multifrequency modulating signal.
Also,
AC
SbL = SbU = 43.2.4  Different Forms of Amplitude
4
Modulation
where SL is the signal power in lower sideband frequency
before demodulation, SU is the signal power in upper In the following paragraphs, we shall briefly outline some
sideband frequency before demodulation, SbL is the signal of the practical forms of AM systems.
power in lower sideband frequency after ­demodulation
and SbU the signal power in upper sideband frequency 43.2.4.1 A3E System (Standard AM System)
after demodulation.
As both lower and upper sideband frequencies are A3E System is the standard AM system used for broad-
identical before and after demodulation, they will casting. It uses double sideband with full carrier. The
add coherently in the demodulator to produce a total standard AM signal can be generated by adding a large
­baseband power (Sb) given by the following expression: carrier signal to the double sideband suppressed carrier

43-Chapter-43-Gate-ECE.indd 955 6/3/2015 5:23:49 PM


956     Chapter 43:  Analog Communication Systems 

(DSBSC) or simply the DSB signal. The DSBSC signal, signal falls below this peak value, it falls quickly below
in turn, can be generated by multiplying the modulating the capacitor ­voltage (which is nearly equal to the peak
signal m(t) and the carrier coswct. Figure 43.4 shows the voltage), thus causing the diode to open. The capacitor
arrangement of generating the DSBSC signal. now discharges through the resistor R at a slow rate with
time constant RC. The same operation repeats in the
m(t) DSBSC signal other cycles also. The output voltage vc(t) therefore fol-
lows the envelope of the AM signal. The slow discharge
of the capacitor through the resistor allows the capacitor
voltage to follow a declining envelope.
Capacitor discharge between the positive peaks causes
coswct a ripple signal of frequency wc in the output. This ripple
can be reduced by choosing a larger time constant RC
so that the capacitor discharges very little between the
Figure 43.4 |   Generation of DSBSC signal. peaks (RC  >>  1/wc). However, very large value of RC
will make it impossible for the capacitor voltage to follow
Demodulation of the standard AM signal is very simple
a fast declining envelope. If B is the bandwidth of the
and is implemented by using what is known as envelope
message signal, then for proper detection of the signal by
detection technique. In a standard AM signal, when
envelope detector,
the amplitude of the unmodulated carrier signal is very
large, the amplitude of modulated carrier signal is pro-
2pB < << w c (43.9)
1 1 1
<< RC < , or
portional to the modulating signal. Demodulation in this
wc 2pB RC
case simply reduces to detection of envelope of modu-
lated carrier signal regardless of the exact frequency The output of the envelope detector is A + m(t) with a
or phase of the carrier. Figure 43.5 shows the envelope ripple frequency of wc. The DC term A can be blocked
detector circuit used for demodulating the standard AM out by a capacitor or a simple high-pass RC filter. The
signal. The capacitor C filters out the high-frequency ripple may be reduced by a low-pass RC filter.
carrier variations.
In general, for the envelope detection to properly
D detect the modulating signal m(t), the following two con-
ditions must be met:
Envelope
1. wc >> bandwidth of m(t)

AM Demodulated 2. vc(t) + m(t) ≥0


Demodulated
R C signal
signal signal Demodulation of DSBSC signal is carried out by multi-
plying the modulated signal by a locally generated ­carrier
signal and then passing the product signal through a
low-pass filter (LPF) as shown in Fig. 43.6.

Envelope LPF
DSBSC m(t)
signal
Demodulated
Demodulated signal
C
signal
coswct

Figure 43.6 |   Demodulation of DSBSC signal.


Figure 43.5 |   Envelop detector for demodulating
standard AM signal.
43.2.4.2 H3E System (Single Sideband, Full
The output of the envelope detector follows the Carrier System)
e­ nvelope of the modulated signal. On the positive cycle
of the input signal, the input grows and may exceed H3E system is the single sideband, full carrier (SSBFC)
the charged voltage on the capacitor vc(t) turning on system. H3E transmission could be used with A3E
the diode and allowing the capacitor to charge up to receivers with distortion not exceeding 5%. One method
the peak voltage of the input signal cycle. As the input to generate an SSBFC signal is to first generate a DSB

43-Chapter-43-Gate-ECE.indd 956 6/3/2015 5:23:51 PM


43.2  AMPLITUDE MODULATION     957

signal and then suppress one of the sidebands by the The difference signal represents the upper sideband SSB
process of band pass filtering. This method known as fre- signal while the sum represents the lower sideband SSB
quency discrimination method is illustrated in Fig. 43.7. signal. For instance, if m(t) is taken as coswmt, then
In practice, this approach poses some difficulty because m′(t) would be sinwmt. The SSB signal in case of minus
the filter needs to have sharp cut-off characteristics. sign would then be
SSBFC signal cos w m t × cos w c t − sin w m t × sin w c t = cos(w m + w c )t
BPF
m(t)
and in case of plus sign, it would be
cos w m t ⋅ cos w c t + sin w m t ⋅ sin w c t = cos(w m − w c )t

coswct
43.2.4.3 R3E System (Single Sideband
Figure 43.7 |   Frequency discrimination method for
Reduced Carrier System)
generating SSBFC signal.
R3E System is the single sideband reduced carrier system
Another method for generating an SSB signal is the also called pilot carrier system. Reinsertion of carrier
phase shift method. Figure 43.8 shows the basic block with much reduced amplitude before transmission is
schematic arrangement. The blocks labelled `−p/2’ are aimed at facilitating receiver tuning and demodulation.
phase shifters that add a lagging phase shift of p/2 to This reduced carrier amplitude is 16 or 26 dB below the
every frequency component of the signal applied at the value it would have had it not been suppressed in the
input to the block. Hence, it is a Hilbert transformer. first place. This attenuated carrier signal while retaining
Hilbert transform x̂ (t ) of a signal x(t) is defined by the the advantage of saving in power provides a reference
equation signal to help demodulation in the receiver.

ò (t − s) ds
1 X (s)
x̂ (t ) =
p −∞ 43.2.4.4 J3E System (Single Sideband
Suppressed Carrier System)
Hilbert transformer is a system whose transfer function is
H(v)=-j × sgn(v), where sgn is the signum function given by
It is the single sideband suppressed carrier (SSBSC)
ì−1 v < 0 ü
sgn(v) = í ý
system. This is the system usually referred to as SSB,
î 1 v > 0þ in which carrier is suppressed by at least 45 dB in the
The output block can be either an adder or a subtrac- transmitter. It was not popular initially due to the
tor. If m(t) is the modulating signal and m′(t) is the requirement of high receiver stability. However, with
modulating signal delayed in phase by p/2, then the SSB the advent of synthesizer-driven receivers, it has now
signal produced at the output can be represented by the become the standard form of radio communication.
following expression: Generation of SSBFC signals was briefly described

xSSB (t) = m(t) cos w c t ± m¢(t) sin w c t  (43.10) above under H3E systems. Suppression of carrier in an
AM signal is achieved in the building block known as
The output with `+’ sign is produced when the output the balanced modulator. Figure 43.9 shows the typical
block is an adder and with `−’ when the output block is circuit implemented using FETs. The ­modulating signal
a subtractor. is applied in push pull to a pair of identical FETs as
shown, and as a result, the modulating ­signals appearing
at the gates of the two FETs are 180° out of phase. The
carrier signal, as is ­evident from the circuit, is applied to
the two gates in phase. The modulated output currents
cos wct of the two FETs ­produced as a result of their respective

+ gate signals are combined in the centre tapped primary
−π/2
m(t) 2 SSB signal of the output transformer. If the two halves of the ­circuit
are ­perfectly symmetrical, it can be proved with the help
of simple mathematics that the ­carrier signal frequency
−π/2
will be completely cancelled in the ­modulated output and
the output would ­contain only the modulating frequency,
sum frequency and ­difference frequency components. The
Figure 43.8 |   Phase shift method for generating SSBFC ­modulating ­frequency component can be removed from
signal. the output by tuning the output transformer.

43-Chapter-43-Gate-ECE.indd 957 6/3/2015 5:23:56 PM


958        Chapter 43:  Analog Communication Systems 

43.2.4.5 B8E System
i1
RF in This system uses two independent sidebands with ­carrier
either attenuated or suppressed. This form of AM is
SSBSC also known as independent sideband (ISB) transmission
m(t) and is usually employed for point-to-point radio
signal
telephony.

i2
43.2.4.6 C3F System

Figure 43.9 |   Balanced modulator. Vestigial sideband (VSB) transmission is the other
name for this system. It is used for transmission of
Demodulation of SSBSC signals can be implemented
video signal in commercial television broadcasting to
by using a coherent detector scheme as outlined in case
conserve ­bandwidth. It is a compromise between SSB
of demodulation of DSBSC signal in earlier paragraphs.
and DSB modulation systems in which a vestige or part
Figure 43.10 shows the arrangement.
of the unwanted sideband is also transmitted ­usually
with a full carrier along with the other ­sideband. The
typical bandwidth required to transmit a VSB signal
LPF is about 1.25 times that of an SSB signal. Figure 43.11
SSB signal Demodulated
signal shows the spectrum of transmitted signals in case of
NTSC TV standards followed in the United States,
Canada and Japan (Fig. 43.11a) and PAL TV ­stan-
cosωct dards followed in Europe, Australia and elsewhere
(Fig. 43.11b). As can be seen from the two figures, if
Figure 43.10 |   Coherent detector for demodulation of
the channel width is from say A to B MHz, the picture
carrier is at (A + 1.25) MHz and the sound carrier is
DSBSC signal.
at (B − 0.25) MHz.

P C S

Relative 4.5
amplitude 0.75 4 0.25
3.58

A B
0 1 2 3 4 5 6
1.25 f(MHz)
(a)

P C S

Relative 5.5
amplitude 0.75 5 0.25
4.43

A B
0 1 2 3 4 5 6 7
1.25
f(MHz)
(b)

Figure 43.11 |   (a) NTSC TV standard signal. (b) PAL TV standard signal.

43-Chapter-43-Gate-ECE.indd 958 6/6/2015 11:27:05 AM


43.3  SUPERHETERODYNE RECEIVER     959

VSB signal can be generated by passing a DSB signal following essential elements are common to all super-
through an appropriate sideband shaping vestigial side- heterodyne circuits: a receiving antenna; a tuned stage,
band filter as shown in Fig. 43.12. The demodulation which may optionally contain amplification (RF ampli-
scheme for VSB signal is shown in Fig. 43.13. fier); a variable frequency  local oscillator; a  frequency
mixer; a band pass filter and intermediate frequency (IF)
amplifier; and a demodulator plus additional circuitry
VSB
to amplify or process the original audio signal (or other
m(t) filter VSB signal transmitted information).

Receiving antenna
RF IF Audio
coswct amplifier Mixer Filter amplifier amplifier

Figure 43.12 |   Generation of VSB signal.


Demodulator

LPF Local oscillator


VSB signal m(t)
Figure 43.14 |  Block diagram of a superheterodyne
receiver.

coswct Antenna is used to receive the radio signal. The signal


from the antenna is tuned and may be amplified in the
Figure 43.13 |   Demodulation of VSB signal.
radio frequency (RF) amplifier, although this stage is
often omitted. One or more tuned circuits at this stage
block frequencies that are far removed from the intended
43.2.4.7 Quadrature Amplitude Modulation reception frequency. In order to tune the receiver to a
particular station, the frequency of the local oscillator is
Quadrature amplitude modulation (QAM) is a combi- controlled by the tuning knob (for instance). Tuning of
nation of amplitude and phase shift keying modulation the local oscillator and the RF stage may use a variable
techniques. That is, it makes use of both phase shifts capacitor, or varicap diode.
and amplitude variations to increase the bit rate. It is a
The signal is then fed into a mixer circuit where it
method of increasing the bit rate for a given symbol rate
is mixed with a sine wave from a variable frequency
without causing a significant reduction in phase shift
oscillator known as the local oscillator (LO). The mixer
between adjacent phase positions.
uses a non-linear component to produce both sum and
For example, 8QAM makes use of four carrier signal difference  beat frequencies  signals, each one contain-
phase and two different amplitude levels. Other varia- ing the  modulation  contained in the desired signal.
tions of QAM are 16QAM, 32QAM, 64QAM, 128QAM The output of the mixer includes the original RF signal
and 256QAM. As the number of points or distinct states at fRF, the local oscillator signal at fLO, and the two new
increases, there is an increase in number of amplitude heterodyne frequencies (fRF + fLO) and (fRF − fLO). The
levels, which does not allow use of high-efficiency non- mixer may inadvertently produce additional frequencies
linear amplifiers. Though spectrally very efficient, power such as third- and higher-order intermodulation prod-
output and efficiency suffer due to requirement to use ucts. Ideally, the IF band-pass filter  removes all but
linear amplifiers. QAM is widely used in TV, Wi-Fi the desired IF signal at fIF. The IF signal contains the
wireless LANs, satellites and cellular telephone systems. original modulation (transmitted information) that the
received radio signal had at fRF.
The frequency of the local oscillator fLO is set so the
43.3  SUPERHETERODYNE RECEIVER desired reception radio frequency fRF mixes to fIF. There
are two choices for the local oscillator frequency because
the dominant mixer products are at fRF ± fLO. If the local
The principle of operation of the superheterodyne oscillator frequency is less than the desired reception fre-
receiver depends on the use of  heterodyning  or  fre- quency, it is called low-side injection (fIF = fRF − fLO);
quency mixing. Figure 43.14 shows the block diagram of if the local oscillator frequency is higher, then it is
a single-conversion superheterodyne receiver design. The called high-side injection (fIF = fLO − fRF).

43-Chapter-43-Gate-ECE.indd 959 6/3/2015 5:23:57 PM


960     Chapter 43:  Analog Communication Systems 

f + 2fIF , if fLO > f (high side injection) instantaneous amplitude of the modulating or baseband
fimg = signal. The rate at which these frequency variations take
f − 2fIF , if fLO < f (low side injection) place is of course proportional to the modulating fre-
quency. If the modulating signal is expressed by vm =
The mixer will process not only the desired input signal Vmcoswmt, then the instantaneous frequency ( f  ) of an
at f RF, but also all signals present at its inputs. There FM signal is mathematically expressed as follows:
will be many mixer products (heterodynes). Most other
signals produced by the mixer (such as due to stations at f = fc (1 + KV m cos w m t)  (43.11)
nearby frequencies) can be ­filtered out in the IF ampli-
where fc is the unmodulated carrier frequency, Vm the
peak amplitude of modulating signal, wm the modulating
fier; that gives the superheterodyne receiver its superior
performance. However, if fLO is set to fRF + fIF, then an
frequency and K the constant of proportionality.
incoming radio signal at  fLO  +  fIF  will  also  produce a
heterodyne at fIF; this is called the image frequency and The instantaneous frequency is maximum when
must be rejected by the tuned circuits in the RF stage. coswmt = 1 and minimum when coswmt = −1. This gives
The image ­frequency is 2fIF higher (or lower) than fRF,
fmax = fc (1 + KVm )  (43.12)
so employing a higher IF frequency  fIF  increases the
receiver’s  image ­rejection  without requiring additional
selectivity in the RF stage. and fmin = fc (1 − KVm ) (43.13)

The intermediate frequency amplifier is tuned to a Frequency deviation (d ) is one of the important param-
fixed frequency, known as the intermediate frequency eters of an FM signal and is given by (fmax − fc) or (fc −
(fIF) that does not change as the receiving frequency fmin). This gives frequency deviation, as
changes. The IF amplifier is selective around its center
frequency  fIF. The received signal is now processed d = KVm fc (43.14)
by the  demodulator  stage where the audio signal (or
other  baseband  signal) is recovered and then further Figures 43.15(a)−(c), respectively, show the modulating
amplified. signal (taken as a single tone signal in this case), the
unmodulated carrier and the modulated signal.
Superheterodyne receivers have essentially replaced
all previous receiver designs. The superheterodyne
receiver offers superior sensitivity, frequency stability m(t)
and selectivity. Compared with the  tuned radio fre-
quency receiver (TRF) design, superheterodyne receivers
offer better stability because a tuneable oscillator is more
easily realized than a tuneable amplifier. Operating at a (a)
lower frequency, IF filters can give narrower passbands Carrier
at the same  Q factor  than an equivalent RF filter. A
fixed IF also allows the use of a crystal filter or similar
technologies that cannot be tuned.
One major disadvantage of the superheterodyne
receiver is the problem of image frequency. In het-
erodyne receivers, an image frequency is an undesired
(b)
input frequency equal to the station frequency plus
twice the intermediate frequency. The image frequency FM
results in two stations being received at the same time,
thus producing interference. Image frequencies can be
eliminated by sufficient  attenuation  on the incoming
signal by the RF amplifier filter of the superheterodyne
receiver.

(c)
43.4  FREQUENCY MODULATION
Figure 43.15 |   Frequency modulation.

In frequency modulation (FM), the instantaneous fre- An FM signal can be mathematically represented by
quency of the modulation signal varies directly as the the following expression:

43-Chapter-43-Gate-ECE.indd 960 6/3/2015 5:24:00 PM


43.4  FREQUENCY MODULATION      961

v(t) = A sin[w c t + (d fm )sin w m t ] function of mf. Also, J0(mf), J1(mf), J2(mf), J3(mf), …,
= A sin(w c t + mf sin w m t)  (43.15) respectively, represent amplitude of carrier, first side-
band, second sideband, third sideband and so on. This
where mf is the modulation index = d/fm, and A is the is evident from the FM signal expression given above.
amplitude of the modulated signal, which in turn is equal
to the amplitude of the carrier signal.
1.0
Depth of modulation in case of an FM signal is defined
as the ratio of frequency deviation (d ) to ­maximum
Jn(mf) J0(mf)
0.8
allowable frequency deviation. Maximum allowable
J1(mf)
­frequency deviation is different for different services and
0.6 J2(mf)
is also different for different standards even for a given J3(mf)
type of service using this form of modulation. J4(mf)
J5(mf)
0.4 J6(mf)
For instance, maximum allowable frequency ­deviation
for commercial FM radio broadcast is 75 kHz. It is
0.2
50 kHz for FM signal of TV sound in CCIR standards
and 25 kHz for FM signal of TV sound in FCC
standards. Therefore, 0 2 4 6 8 10
Depth of modulation for commercial FM radio broadcast
−0.2
d (in kHz)
=
75 −0.4
0 2 4 6 8 10
Depth of modulation for TV FM sound in CCIR stan-
d (in kHz)
mf

Figure 43.16 |   Variation of carrier and sideband


dards =
50
­amplitudes as a function of modulation
Depth of modulation for TV FM sound in FCC stan-
d (in kHz)
index.
dards =
25 Following observations can be made from the expres-
sion for FM signal given in Eq. (43.16):
43.4.1  Frequency Spectrum of FM Signal
1. For every modulating frequency, the FM signal
contains infinite number of sidebands in addition
We have seen that an FM signal involves sine of a sine
to the carrier frequency. In an AM signal, there
(Eq. 43.15). The solution of this expression involves the
are only three frequency components, that is, car-
use of Bessel functions. The expression for the FM signal
rier frequency, lower sideband frequency and upper
can be rewritten as follows:
sideband frequency.
v(t ) = A {J 0 (mf )sin w c t 2. The modulation index (mf) determines the number
+ J1(mf )sin(w c + w m )t − sin(w c − w m )t 
of significant sidebands. The higher the modula-
tion index, the more the number of significant
+ J 2 (mf )sin(w c + 2w m )t − sin(w c − 2w m )t  sidebands. Figure 43.17 shows the spectra of FM
+ J 3 (mf )sin(w c + 3w m )t − sin(w c − 3w m )t  + }
signals for a given sinusoidal modulating signal for
different values of modulation index. As is evident
 (43.16) from the figure, higher modulation index leads to
Thus, the spectrum of an FM signal contains the carrier larger number of sideband frequency components
frequency component and apparently an infinite number having significant amplitude, that is, amplitudes
of sidebands. In general, Jn(mf) is the Bessel function having appreciable relative amplitude.
of the first kind and nth order. It is evident from this
3. The sideband distribution is symmetrical about the
expression that it is the value of mf and the value of the
carrier frequency. The pair of sideband frequencies
Bessel functions which will ultimately decide the number
for which the Bessel function has a negative value
of sidebands having significant amplitude and therefore
signifies a 180° phase change for that pair.
the bandwidth. Figure 43.16 shows how the carrier and
sideband amplitudes vary as a function of modulation 4. In case of an AM signal, when the modulation
index. In fact, the curves shown in Fig. 43.16 are noth- signal increases, so does the sideband power and
ing but plots of J0(mf), J1(mf), J2(mf), J3(mf), … as a hence the transmitted power. In case of an FM

43-Chapter-43-Gate-ECE.indd 961 6/3/2015 5:24:04 PM


962     Chapter 43:  Analog Communication Systems 

0.5
mf = 0.2
wc-wm wc wc+wm w

0.5

mf = 1

wc-2wm wc-wm wc wc+wm wc+2wm w

mf = 5

wc-4wm wc-3wm wc-2wm wc-wm wc wc+wm wc+2wm wc+3wm wc+4wm w

Figure 43.17 |   Spectra of FM signals for different values of modulation index.

signal, as the modulation signal increases, the side- Deviation ratio D has the same significance for arbitrary
band power increases here too. But it does so only modulation as the modulation index mf for sinusoidal
at the cost of carrier power so that the total trans- modulation. The bandwidth in this case is given by the
mitted power remains constant. following expression:
5. In FM, the carrier component can disappear com- Bandwidth = 2(D + 1)w M  (43.19)
pletely for certain specific values of mf for which
J0(mf) becomes zero. These values are 2.4, 5.5, 8.6, This expression for bandwidth is generally referred to as
11.8 and so on. Carson’s rule.
In case of D << 1, the FM signal is considered as a
43.4.2  Narrow-Band and Wide-Band FM narrow-band signal and the bandwidth is given by the
following expression:
An FM signal whether it is a narrow-band FM signal
or a wide-band FM signal is decided by its bandwidth Bandwidth = 2(D + 1)w ≈ 2w  (43.20)
and in turn by its modulation index. For a modulation M M

In case mf >> 1 (for sinusoidal modulation) or D >> 1


index mf much less than 1, the signal is considered as
(for arbitrary modulation signal band limited to wM),
the narrow-band FM signal. It can be shown that for mf
less than 0.2, 98% of the normalized total signal power is
the FM signal is termed as the wide-band FM and
contained within the bandwidth.
the bandwidth in this case is given by the following
Bandwidth = 2(m + 1)w m ≈ 2w m for m << 1  (43.17) expression:
  f f

where wm is the sinusoidal modulating frequency. Bandwidth = 2mf w m or 2Dw M  (43.21)



In case of a FM signal with an arbitrary modulat-
ing signal m(t) band limited to wM, we define another 43.4.3  Noise in FM Signal
parameter called the deviation ratio (D) as follows:
The frequency modulated signal is much less affected by
Maximum frequency deviation the presence of noise as compared to the effect of noise
D=  (43.18)
Bandwidth of m(t) on an amplitude-modulated signal. Whenever a noise

43-Chapter-43-Gate-ECE.indd 962 6/3/2015 5:24:07 PM


43.4  FREQUENCY MODULATION      963

voltage with peak amplitude Vn is present along with a ratio (SNR) of 12 dB, a unity modulation index for
carrier voltage of peak amplitude Vc, the noise voltage AM and FM systems, the noise performance of the two
amplitude modulates the carrier with a modulation index systems is more or less the same, slightly better in case
equal to Vn/Vc. It also phase modulates the carrier with of AM system.
a phase deviation equal to sin−1(Vn/Vc). This expression We shall now examine the effect of change in mod-
for phase deviation results when a single frequency noise ulating noise frequencies. We should remember that
voltage is considered vectorially and the noise voltage the noise frequency will interfere with the desired sig-
vector is superimposed on the carrier voltage vector as nals only when the noise difference frequency, that
shown in Fig. 43.18. is, the frequency produced by mixing action of car-
rier and noise frequencies lies within the pass band of
(wn − wc) the receiver. Now, a change in modulating and noise
difference frequencies does not have any effect on the
noise modulation index and signal modulation index in
case of AM. As a result, noise-to-signal ratio in case
Vn of AM remains unaltered. In case of FM, when the
noise difference frequency is lowered, there again is no
wc Vc effect of this change on the noise modulation index
as a constant noise to carrier voltage means a con-
stant phase modulation due to noise and hence a con-
stant noise modulation index. However, a reduction in
modulating frequency implies an increase in the signal
modulation index in the same proportion. This leads to
Figure 43.18 |   Noise in FM signal. reduction in noise-to-signal ratio in the same propor-
tion. For instance, in the example considered earlier,
In case of voice communication, an FM receiver is if the modulating frequency were decreased from 15
not affected by the amplitude change as it can be kHz to 30 Hz, the noise-to-signal ratio in case of FM
removed in the receiver in the limiter circuit. Also, an will reduce to (0.253 × 30/15000) = 0.0005 or 0.05%
AM receiver will not be affected by the phase change. while noise-to-signal ratio in case of AM remains same
It is therefore the effect of phase change on the FM at 0.25 or 25%.
receiver and the effect of amplitude change on the AM
Figure 43.19 shows how noise at the receiver output
receiver that can be used as the yardstick for deter-
varies with noise difference frequency or noise sideband
mining the noise performance of the two modulation
­frequency assuming that noise frequencies are evenly
techniques. Two very important aspects that need to
spread over the entire pass band of the receiver. Figure
be addressed in the comparison of the two communica-
43.19(a) is for the case where mf = 1 at the ­highest
tion techniques vis-à-vis their noise performance are
­modulating frequency and Fig. 43.19(b) depicts the case
the effects of modulation index and the SNR at the
where mf = 5 at the highest modu­-lating ­frequency.
receiver input. These are discussed as follows and illus-
A ­rectangular distribution in case of AM is obvious.
trated with examples.
A much better performance in case of FM for higher
­modulation index has also been explained.
43.4.3.1 Effect of Modulation Index

Let us take the case of noise voltage amplitude being fc


fc
one-fourth of the carrier amplitude. Carrier-to-noise mf = 1 mf = 5
voltage ratio of 4 is equivalent to carrier-to-noise power Rectangular AM FM noise FM noise Rectangular AM
ratio of 16 (12 dB). (The reasons for taking these fig- distortion triangle triangle distortion
ures will be obvious in the latter part of this section.)
Let us assume a modulating frequency of 15 kHz, high-
est possible frequency for voice communication. Let
us also consider a modulation index of unity for both
AM and FM. In case of AM receiver, noise-to-signal
(a) (b)
ratio will be 0.25/1 = 0.25 or 25% as the noise and
signal modulation indices are, respectively, 0.25 and 1. Figure 43.19 |   (a) Noise in FM and AM signals for
In case of an FM receiver, the noise-to-signal ratio will modulation index equal to 1. (b) Noise
be 14.5°/57.3° (1 radian = 57.3°). This equals 0.253 or in FM and AM signals for modulation
25.3%. Thus, when we have assumed a signal to noise index equal to 5.

43-Chapter-43-Gate-ECE.indd 963 6/3/2015 5:24:08 PM


964     Chapter 43:  Analog Communication Systems 

43.4.3.2 Effect of Signal-to-Noise Ratio 43.4.3.3 Pre-emphasis and De-emphasis

An FM receiver uses a limiter circuit that precedes Noise has a greater effect on the higher modulating
the FM demodulator. The idea behind the use of lim- ­frequencies than it has on lower ones. This is because
iter circuit is the fact that any amplitude variations in of the fact that FM results in smaller values of phase
an FM signal are spurious and contain no intelligence deviation at the higher modulating ­frequencies whereas
information. As FM demodulator circuits to some extent the phase deviation due to white noise is ­constant for all
respond to amplitude variations, removing these ampli- ­frequencies. Because of this, SNR ­deteriorates at higher
tude variations result in a better noise performance in an modulating frequencies. If the higher modulating frequen-
FM receiver. This amplitude limiter acts on the stron- cies above a certain ­cut-off frequency were boosted at the
ger signals and tends to reject the weaker signals. Thus, transmitter prior to ­modulation ­according to a ­certain
when the SNR at the limiter input is very low, that is, known curve and then reduced at the receiver in the same
when the signal is weak, an FM system offers a poorer fashion after the ­demodulator, a definite improvement in
performance as compared to an AM system. An FM noise immunity would result. The ­process of ­boosting
system offers better performance with respect to an AM the higher ­modulating ­frequencies at the ­transmitter
system only when the SNR is above a certain threshold and then reducing them in the receiver are, respectively,
value, which is 8 (or 9 dB). This is clear from the curves known as pre-emphasis and de-­emphasis. Figure 43.21
shown Fig. 43.20, which depict that: shows the pre-emphasis and de-emphasis curves.
1. The FM system offers full improvement over the
AM system when the SNR is about 3 dB greater + Pre-emphasis
than this threshold of 9 dB.
Response
2. The AM system has a definite advantage as (dB)
­compared to the FM system for input SNR of less 0
than 9 dB.
3. Improvement of the FM system over the AM De-emphasis
system is visible for input SNR of greater than
9 dB. The quantum of improvement increases with −
increase in SNR till it reaches its maximum value f1 log f

Figure 43.21 |   Pre-emphasis and de-emphasis curves.


at SNR of 12 dB. From then onwards, FM offers
this maximum improvement over AM.
Having discussed various aspects of noise performance
It may be mentioned that the first threshold (point X)
of an FM system, it would be worthwhile presenting the
represents a modulation index (mf) of unity and the
mathematical expression that could be used to compute
second threshold (point Y ) corresponds to a ­modulation
the baseband SNR at the output of the demodulator.
index (mf) equal to the deviation ratio, which is the
Without getting into intricate mathematics, we can write
ratio of maximum frequency deviation to maximum
the following expression for baseband SNR (Sb/Nb):
­modulating frequency.
f   B 
2
Sb C
= 3 d  ⋅ ⋅  
 fm   2fm 
FM system (43.22)
Nb N

where fd is the frequency deviation, fm the highest modu-
AM reference
lating frequency, B the receiver bandwidth, C the carrier
S dB power at receiver input and N the noise power (kTB) in
N out Y Improvement bandwidth (B).
The above expression does not take into account the
improvement due to the use of pre-emphasis and de-
X emphasis. In that case, the expression gets modified to
the following:

f   B   C
2
Sb
=  d ⋅ ⋅  
 f1   2fm   N 
9 12 (43.23)
S dB Nb
N in
where f1 is the cut-off frequency for pre-emphasis/
Figure 43.20 |   SNR in FM and AM systems. de-emphasis curve.

43-Chapter-43-Gate-ECE.indd 964 6/3/2015 5:24:10 PM


43.4  FREQUENCY MODULATION      965

43.4.4  Generation of FM Signals that carrier frequency tends to drift and therefore addi-
tional circuitry is required for frequency stabilization.
In case of an FM signal, the instantaneous frequency of The problem of frequency drift is overcome in crystal
the modulation signal varies directly as the instanta- controlled oscillator schemes.
neous amplitude of the modulating or baseband signal. While, as we all know, crystal control provides a very
The rate at which these frequency variations take place stable operating frequency, the exact frequency of oscil-
is of course proportional to the modulating frequency. lation in this case mainly depends upon the crystal char-
Though there are many possible schemes that can be acteristics and to a very small extent on the external
used to generate the signal characterized above, all of circuit. For example, a capacitor connected across the
them depend simply on varying the frequency of an crystal can be used to change its frequency typically
­oscillator circuit in accordance with the modulating from 0.001% to 0.005%. The frequency change may be
signal input. linear only up to a change of 0.001%. Thus, a crystal
One of the possible methods is based on the use oscillator can be frequency modulated over a very small
of a varactor (a voltage variable capacitor) as a part range by a parallel varactor. The frequency deviation
of the tuned circuit of an LC oscillator. The resonant possible with such a scheme is usually too small to be
frequency of this oscillator will not vary directly with used directly. The frequency deviation in this case is
the amplitude of the modulating frequency as it is then increased by using frequency multipliers as shown
inversely proportional to the square root of the capaci- in Fig. 43.23.
tance. However, if the frequency deviation is kept
small, the resulting FM signal is quite linear. Figure +V
43.22 shows the typical arrangement when the modu-
lating signal is an audio signal. This is also known as
the direct method of generating an FM signal, as in this
case, the modulating signal directly controls the carrier Modulating RFC
frequency. signal FM
Crystal signal
C2 RFC RF Crystal Frequency
bypass oscillator multipliers
To oscillator
Varactor
tank circuit C1
Figure 43.23 |  Crystal-control oscillator based scheme
Modulating for FM signal generation.
signal
Another approach that eliminates the requirement
of extensive chains of frequency multipliers in direct
crystal-controlled systems is an indirect method where
−V frequency deviation is not introduced at the source of
Figure 43.22 |   LC-oscillator-based direct method of FM
RF carrier signal, that is, the oscillator. The oscillator in
this case is crystal controlled to get the desired stability
signal generation.
of the unmodulated carrier frequency and the frequency
Another direct method scheme that can be used for deviation is introduced at a later stage. The modulating
generation of an FM signal is the reactance modulator. signal phase modulates the RF carrier signal produced
In this, the reactance offered by a three-terminal active by the crystal controlled oscillator. As frequency is noth-
device such as a FET or a bipolar transistor forms a part ing but the rate of change of phase, phase modulation
of the tuned circuit of the oscillator. The reactance in of the carrier has the associated frequency modulation.
this case is made to vary in accordance with the modu- Introduction of a leading phase shift would lead to an
lating signal applied to the relevant terminal of the active increase in the RF carrier frequency and a lagging phase
device. For example, in case of FET, the drain-source shift results in a reduced RF carrier frequency. Thus, if
reactance can be shown to be proportional to the trans- the phase of the RF carrier is shifted by the modulat-
conductance of the device, which in turn can be made ing signal in a proper way, the result is a frequency-
to depend upon the bias voltage at its gate terminal. modulated signal. As phase modulation also produces
The main advantage of using a reactance modulator is little frequency deviation, a frequency multiplier chain is
that large frequency deviations are possible and thus less required in this case too. Figure 43.24 shows the typical
frequency multiplication is required. One of the major schematic arrangement of generating FM signal via the
disadvantages of both these direct method schemes is phase modulation route.

43-Chapter-43-Gate-ECE.indd 965 6/3/2015 5:24:10 PM


966     Chapter 43:  Analog Communication Systems 

IF output
Modulating Phase Frequency FM transformer
signal modulator multiplier signal Cx Ix Cx Rx
Ix
Audio
Lx RL output
Output
Crystal from limiter
Ly
oscillator Cy Iy Cy Iy Ry

Figure 43.24 |   Indirect method of generation of FM


Figure 43.25 |   Basic circuit of balanced slope detector.
signal by employing phase modulation.

them. The two signals after passing through their respec-


43.4.5  Detection of FM Signals
tive diodes produce equal amplitude but opposing DC
Detection of an FM signal involves the use of some kind outputs which combine together to produce a zero or
of a frequency discriminator circuit that can generate an near-zero output. When the received signal frequency is
electrical output directly proportional to the frequency towards either side of the centre frequency, one output
deviation from the unmodulated RF carrier frequency. has higher amplitude than the other to produce a net DC
The simplest of the possible circuits would be the balanced output across the load. The polarity of the output pro-
slope detector that makes use of two resonant circuits, duced depends upon which side of the centre frequency
one off-tuned to one side of the unmodulated RF carrier the received signal is. Figure 43.26 explains it all. Such
frequency and the other off-tuned to the other side of it. a detector circuit however does not find application for
Figure 43.25 shows the basic circuit. When the input to voice communication because of its poor linearity of
this circuit is at the unmodulated carrier frequency, the response.
two off-tuned slope detectors (or the resonant circuits) Another class of FM detectors, known as quadrature
produce equal amplitude but out-of-phase outputs across detectors, use a combination of two quadrature signals,

Produces positive Produces negative


voltage across RL voltage across RL

Resonance curve of
Ly tuned circuit Resonance curve of Positive output
Lx tuned circuit across RL
Voltage across
tuned circuits

10.65 10.7 10.75 Frequency


(MHz)
Small amplitude
input signal

Negative output
across RL
Large amplitude
input signal

Input signal frequency


variation
Figure 43.26 |   Output of balanced slope detector.

43-Chapter-43-Gate-ECE.indd 966 6/3/2015 5:24:11 PM


43.4  FREQUENCY MODULATION      967

that is, two signals 90° out of phase, to get the frequency Ea Ea Ea
discrimination property. One of the two signals is the
FM signal to be detected and its quadrature counterpart
is generated by using either a capacitor or an inductor Resultant Resultant Resultant
as shown in Fig. 43.27. The two signals here have been π/2 π/2 ΢ f π/2 + f
Eb Eb Eb
labelled as Ea and Eb. (a) (b) (c)

C Figure 43.28 |   Phase diagram of FM signals

L Eb In the Foster−Seeley frequency discriminator cir-


cuit of Fig. 43.29 (a), the two quadrature signals are
provided by the primary signal Ep as appearing at the
Ea Eb Ea centre tap of secondary and Eb. We can appreciate that
Ea and Eb are 180° out of phase and also that Ep avail-
able at the centre tap of secondary is 90° out of phase
Figure 43.27 |   Generation of quadrature signal.
with total secondary signal. Signals E1 and E2 appearing
across the two halves of the secondary have equal ampli-
tudes when the received signal is at the unmodulated
If the secondary of the transformer in the arrange- carrier frequency as shown in the phasor diagram. In
ments of Fig. 43.27 is tuned to the unmodulated carrier Fig. 43.29(b) E1 and E2 cause rectified currents I1 and
frequency, then at this frequency, Ea and Eb are 90° out I2 to flow in the opposite directions with the result that
of phase as shown in Fig. 43.28 (a). The phase difference voltage across R1 and R2 are equal and opposite. The
between Ea and Eb is less than 90° [Fig. 43.28 (b)] when detected voltage is zero for R1 = R2. The conditions
the input frequency is higher than the unmodulated car- when the received signal ­frequency deviates from the
rier frequency and greater than 90° [Fig. 43.28 (c)] in unmodulated carrier frequency value are also shown in
case the input frequency is less than the unmodulated the phasor diagrams depicted in Fig. 43.29(b). In case of
centre frequency. The resultant is a signal that is pro- frequency deviation, there is a net output voltage whose
portional to EaEbcosf, where f is the phase deviation amplitude and polarity depends upon the amplitude and
from 90°. This in fact forms the basis of two most com- sense of frequency ­deviation. The frequency response
monly used FM detectors, namely, the Foster−Seeley curve for the Foster-seeley frequency discriminator is
FM discriminator and the ratio detector. shown in Fig. 43.29 (c).

D1
Audio out
Eo
I1
E1 C1 R1
Ea L
Ep AFC
Eb

E2 C2 R2
I2

D2
(a)
E1 = Ep + Ea
E2 = Ep + Eb

E1 E1 E1
Ea Ea Ep Ea

φ
Ep Ep
φ φ
Eb Eb Eb
E2 E2 E2

43-Chapter-43-Gate-ECE.indd 967 6/3/2015 5:24:12 PM


E2 C2 R2
I2

D2
(a)
= Ep + Ea
E1 Systems 
968        Chapter 43:  Analog Communication
E2 = Ep + Eb

E1 E1 E1
Ea Ea Ep Ea

φ
Ep Ep
φ φ
Eb Eb Eb
E2 E2 E2

At resonance Above resonance Below resonance


φ = 90°, E1 = E2 , φ < 90°, E1 > E2 φ > 90°, E1 < E2
E1 − E2 = Eo = 0 E1 − E2 = +Eo E1 − E2 = −Eo

(b)
+

Output
Resonance Eo
voltage
Eo

Frequency

Useful (Linear)
Range


(c)

Figure 43.29 |   Foster−Seeley frequency discriminator. (a) Circuit. (b) Phasor diagram. (c) Response curve.

Another commonly used FM detector circuit is the the frequency deviation, it also depends upon the aver-
ratio detector. This circuit has the advantage that it age carrier level.
is insensitive to short-term amplitude fluctuations in
the carrier and therefore does not require an additional E1=Ea−Eb D1
limiter circuit. The circuit configuration, as can be seen
from Fig. 43.30, is similar to the one given in case of the
Foster−Seeley frequency discriminator circuit except for Ea C1 R1
a couple of changes. These are reversal of diode connec- IF
input C3 E3
tions and addition of a large capacitor (C3). The time Eb
constant (R1 + R2)⋅C3 is much larger than the time Ec C2 R2
period of even the lowest modulating frequency of inter-
est. The detected signal in this case appears across the
E2=Ec−Eb D2
C1−C2 junction. The sum output across R1−R2 and
Audio
output
hence across C1−C2 remains constant for a given car- RL CL
rier level and also is insensitive to rapid fluctuations in
carrier level. However, if the carrier level changes very
slowly, C3 charges or discharges to the new carrier level.
The detected signal therefore is not only proportional to Figure 43.30 |   Ratio detector.

43-Chapter-43-Gate-ECE.indd 968 6/4/2015 4:52:32 PM


43.5 PHASE MODULATION     969

Yet another form of FM detector is the one implemented 43.5  PHASE MODULATION
using a phase-locked loop (PLL). A PLL, as we know,
has a phase detector (usually a double balanced mixer), a
low-pass filter and an error amplifier in the forward path In phase modulation (PM), the instantaneous phase of
and a voltage-controlled oscillator (VCO) in the feed- the modulation signal varies directly as the instanta-
back path. The detected output appears at the output of neous amplitude of the modulating or baseband signal.
error amplifier as shown in Fig. 43.31. A PLL-based FM If the modulating signal is denoted by m(t), then the
detector functions as follows. instantaneous phase q(t) of the PM signal is mathemati-
cally expressed by the following expression:
Modulating q (t) = w c t + q 0 + kp m(t)  (43.24)
FM IF signal O/P
where wc is the unmodulated carrier frequency, kp is the
input Low Error
Doubled pass amp
balanced mixer filter constant of proportionality and q0 is the initial phase of
the carrier signal.
If q0 = 0, then
q (t) = w c t + kp m(t) 
f
(43.25)
Voltage
controlled The resulting PM signal is
oscilator
vPM (t) = A cos[w c t + kp m(t)]  (43.26)

The instantaneous frequency wPM(t) in this case is given
by the following expression:
Figure 43.31 |   PLL-based FM detector.
dq (t)
w PM (t) = = w c + kp m
 (t)  (43.27)
dt
The FM signal is applied to the input of the phase
detector. The VCO is tuned to a nominal frequency Therefore, in the phase modulation scheme, the instan-
equal to the unmodulated carrier frequency. The taneous angular frequency varies linearly with the deriv-
phase detector produces an error voltage depend- ative of the modulating signal.
ing upon ­frequency and phase difference between the
VCO output and instantaneous frequency of input FM
43.5.1  Relation between FM and PM
signal. As the input frequency deviates from the centre
­frequency, the error voltage produced as a result of If a signal is an FM wave corresponding to m(t), it is also
a PM wave corresponding to ò m(a )da . Similarly a PM
­frequency ­difference after passing through the low-pass
filter and error amplifier drives the control input of the
wave corresponding to m(t) is an FM wave correspond-
VCO to keep its output frequency always in lock with .
ing to m (t).
the instantaneous frequency of the input FM signal.
As a result, the error amplifier always represents the Figure 43.32 shows how the FM and PM are equiva-
detected output. The double-balanced mixer nature of lent and interchangeable.
phase detector suppresses any carrier-level changes and
therefore the PLL-based FM detector requires no addi-
tional limiter circuit. Modulating Phase
Integrator FM wave
wave modulator
A comparison of the three types of FM detectors would
reveal that Foster−Seeley type frequency discriminator
offers excellent linearity of response, is easy to ­balance
Ac cos(2pfct)
and the detected output depends only on frequency
deviation. But it needs high-gain RF and IF stages
to ensure limiting action. The ratio detector circuit, Modulating Ferquency
wave Differentiator PM wave
however, requires no additional limiter circuit; detected modulator
output depends both on frequency deviation and on
average carrier level. However, it is difficult to balance.
PLL-based FM detector offers excellent reproduction of Ac cos(2pfct)
modulating signal, is easy to balance and has low cost
and high reliability. Figure 43.32 |   Interrelation between PM and FM signals.

43-Chapter-43-Gate-ECE.indd 969 6/3/2015 5:24:17 PM


970     Chapter 43:  Analog Communication Systems 

43.6  ANALOG PULSE 43.6.2  Pulse Width Modulation (PWM)


COMMUNICATION SYSTEMS
In case of pulse width modulation (PWM), as shown in
Fig. 43.34, the starting time of the sampled pulses and
Important techniques that fall in the category of analog their amplitude is fixed. The width of each pulse is made
pulse communication systems include the following: proportional to the amplitude of the signal at the sam-
pling time instant.
1. Pulse amplitude modulation
2. Pulse width (or duration) modulation
3. Pulse position modulation

43.6.1  Pulse Amplitude Modulation (PAM)


(a)
In case of pulse amplitude modulation (PAM), the signal
is sampled at regular intervals and the amplitude of each
sample, which is a pulse, is proportional to the amplitude (b)
of the modulating signal at the time instant of sampling.
The samples, as shown in Fig. 43.33, can have either a Figure 43.34 |   Pulse width modulation.
positive or a negative polarity. In a single-polarity PAM,
a fixed DC level can be added to the signal as shown in 43.6.3  Pulse Position Modulation (PPM)
Fig. 43.33(c). These samples can then be transmitted by
a cable or used to modulate a carrier for wireless trans- In case of pulse position modulation (PPM), the ampli-
mission. Frequency modulation is usually employed for tude and width of sampled pulses is maintained as con-
the purpose and the system is known as PAM−FM. stant and the position of each pulse with respect to the
position of a recurrent reference pulse varies as a function
of instantaneous sampled amplitude of the modulating
signal. In this case, the transmitter sends synchronizing
pulses to operate timing circuits in the receiver.
(a) A PPM signal can be generated from a PWM signal.
In a PWM signal, as we know, the position of leading
edges is fixed whereas that of trailing edges depends
(b) upon the width of pulse, which in turn is proportional
to amplitude of modulating signal at the time instant of
sampling. Quite obviously, the trailing edges constitute
the PPM signal. The sequence of trailing edges can be
(c) obtained by differentiating the PWM signal and then
Figure 43.33 |   Pulse amplitude modulation.
clipping the leading edges. PWM and PPM both fall in
the category of pulse time modulation (PTM).

IMPORTANT FORMULAS

1. The amplitude modulated signal is expressed Vmax − Vmin


mathematically by v(t) = Vc(1 + mcoswmt)coswct, m=
2Vc + Vmax + Vmin
where m is the modulation index = Vm/Vc.
4. For AM, the modulated signal can also be expressed as
2. When more than one sinusoidal or cosinusoidal
mVc cos(w c − w m )t
signals with different amplitudes amplitude modu- v(t) = Vc cos w c t +
late a carrier, the overall modulation index for 2
AM is mVc cos(w c + w m )t
+
2
m = (m12 + m22 + m32 + )
5. The total power (Pt) in an AM signal is related to
3. When the message signal has non-zero offset, that the unmodulated carrier power (Pc) by the follow-
is, its maximum Vmax and its minimum Vmin are ing expression:
not symmetric (Vmax ≠ Vmin), then modulation  m2 
Pt = Pc  1 +
index m for AM is given by  2 

43-Chapter-43-Gate-ECE.indd 970 6/3/2015 5:24:21 PM


SOLVED EXAMPLES     971

6. For proper detection of the signal by envelope 11. In case of D << 1, the FM signal is considered as
detector narrow-band signal and the bandwidth is
Bandwidth = 2(D + 1)w M ≈ 2w M
1 1 1
<< RC < , or 2pB < << w c
wc 2pB RC
12. In case mf >> 1 (for sinusoidal modulation with
7. Instantaneous frequency ( f  ) of an FM signal is modulating frequency wm) or D >> 1 (for arbi-
mathematically expressed as follows: trary modulation signal band ­limited to wM), the
f = fc (1 + KV m cos w m t) FM signal is termed as the wide-band FM and the
bandwidth in this case is given by the following
8. Frequency deviation for FM is d = KVm fc expression:
9. FM signal is expressed as follows: Bandwidth = 2mf w m or 2Dw M

v(t) = A{J (m ) sin w t 13. Instantaneous phase q(t) of the PM signal is math-
0 f c
+ J (mf )[sin(w + w )t − sin(w − w )t]
ematically expressed as follows:
1 c m c m
q(t) = wct + q0 + kpm(t)
+ J (m )[sin(w c + 2w )t − sin(w − 2w )t]
2 f m c m
+ J (m )[sin(w + 3w )t − sin(w − 3w )t] + }
14. The resulting PM signal is vPM(t) = Acos[wct +
3 f c m c m kpm(t)]
10. In case of a FM signal with an arbitrary modu- 15. The instantaneous frequency wPM(t) in this case is
lating signal m(t) band limited to (wM), deviation given by the following expression:
ratio (D) is given as:
dq (t)
w = w c + kp m(t)
.
Maximum frequency deviation (t) =
D= PM dt
Bandwidth of m(t)

SOLVED EXAMPLES

Multiple Choice Questions


(1.125Pc − 0.0625Pc ) × 100% = 94.4%
(1.125Pc )
1. The saving in power in case of an SSBSC signal as =
compared to a standard AM signal for modulation
index m = 0.5 is  Ans. (b)
(a) 23.2% (b) 94.4% 2. A 500 W carrier signal is amplitude modulated with
(c) 56.7% (d) None of the above a modulation percentage of 60%. The total power
in the modulated signal if the form of amplitude
Solution.  Total power in case of a standard AM modulation used is A3E is
signal is given by
(a) 590 W (b) 234 W
 m2  (c) 125 W (d) 300 W
Pt = Pc  1 +
 2 
Solution.  A3E is the double sideband AM with
Total power in case of an SSBSC signal is given by full carrier. Total power in the modulated signal in
 m2  this case is given by
PSB = Pc  
 4 
 m2 
Pt = Pc  1 +
For m = 0.5,  2 
æ m2 ö
Pt = Pc ç 1 + = 1.125 × Pc
2 ÷ø
Here, Pc = 500 W and m = 0.6
è Therefore,

æ 0. 6 × 0. 6 ö
and PSB = 0.0625 × Pc Pt = 500 × ç 1 + ÷ = 500 × 1.18 = 590 W
è 2 ø
Therefore, saving in power  Ans. (a)

43-Chapter-43-Gate-ECE.indd 971 6/3/2015 5:24:30 PM


972     Chapter 43:  Analog Communication Systems 

3. For the data given in Question 2, the total power Therefore,


in the modulated signal if the form of amplitude æ kE ö
modulation used is J3E is vFM (t) = Ac cos ç w c t + f m sin w m t ÷
è wm ø
(a) 500 W (b) 200 W
(c) 125 W (d) 45 W Modulation index mf is given by
kf Em
mf =
Solution.  J3E is a SSBSC system. Total power in wm
this case is given by
 m2  Therefore, the FM signal is
Pt = Pc  
 4  vFM (t) = Ac cos(w c t + mf sin w m t)
 Ans. (a)
Therefore,
6. Which of the following schemes suffer(s) from the
æ m2 ö æ 0.6 × 0.6 ö threshold effect?
Pt = Pc ç = 500 × ç
ç 4 ÷÷ è
÷ = 45 W
ø
è ø 4 (a) AM detection using envelope detection
 Ans. (d) (b)  AM detection using synchronous detection
(c)  FM detection using a discriminator
4. A message signal m(t) is band limited to wM. It is (d)  SSB detection with synchronous detection
frequency translated by multiplying it by a signal
Acoswct. What should be the value of wc if the Solution.  FM detection using a discriminator
bandwidth of the resultant signal is 0.5% of the ­suffers from the threshold effect.
carrier frequency wc.  Ans. (c)
(a) 100wM (b) 400wM 7. A signal x(t) = 2cos(p104t) V is applied to an FM
(c) 200wM (d) 300wM modulator with the sensitivity constant of 10 kHz/V.
Then the modulation index of the FM wave is
Solution.  Multiplication of the two sinusoidal sig- (a) 4 (b) 2
nals with ­frequencies wc and wM signals gives an
AM signal with sum (wc + wM) and difference (wc
4 2
(c) (d)
− wM) frequency components. The bandwidth of p p
the signal is 2wM. Solution.  Modulation index of an FM signal
kA
Given that, mf = f m
0.5 w c wm
= 2w M
100 Given that kf = 2p × 10 × 103 rad/s V, Am = 2 V and
Therefore, wm = p × 104 rad/s. Substituting these values in
wc = 400wM
the above equation, we get
 Ans. (b) (2p × 10 × 103 ) × 2
mf = =4
p × 104
5. A carrier Accoswct is frequency modulated by a  Ans. (a)
signal Emcoswmt. The modulation index is mf. The
expression for the resulting FM signal is 8. A message signal m(t) = 2 cos 400t + 4 sin[500t + (p /3)]
m(t) = 2 cos 400t + 4 sin[500t + (p /3)]modulates a carrier signal c(t) = A cos 8000p t,
(a) Ac cos(w c t + mf sin w m t) using DSB modulation. The time domain represen-
(b) Ac cos(w c t + mf cosw m t) tation of the modulated signal is

(c)  Ac cos(w c t + 2pmf sin w m t)   200  


(a) A cos 2p  4 × 103 + t
  p  
æ 2pmf Em ö
(d) Ac cos ç w c t + cos w m t ÷   200  
wm + A cos 2p  4 × 103 − t
è ø   p  
  250  p
Solution.  The FM signal is + 2A sin 2p  4 × 103 +  t + 
  p 3
vFM (t) = Ac cos(w c t + kf ò m(t)dt)
  250  p
− 2A sin 2p  4 × 103 −  t − 
= Ac cos(w c t + kf ò Em cos w m tdt)   p 3

43-Chapter-43-Gate-ECE.indd 972 6/3/2015 5:24:42 PM


 
d  f − 4 × 103 − 200  SOLVED EXAMPLES    

  p  
973
 
  200    
(b) A cos 2p  4 × 103 − t + d  f − 4 × 103 + 200  
  p    
p 
 
  200    
+A cos 2p  4 × 103 + t  
  p   + 2e−jp /6d  f − 4 × 103 − 250  
  
  250  p p 
+2A sin 2p  4 × 103 +  t +   
  p 3  
   p   jp / 6  250  
+ 2e d  f − 4 × 10 +
3

p  
250
−2A sin 2p  4 × 103 −  t −  
  p 3  
 
A
  200  
  200   + d  f + 4 × 10 −
3
 
(c) A cos 2p  4 × 103 + t p
  p    
 
  200     200  
+A cos 2p  4 × 103 − t
 p   + d  f + 4 × 10 +  
3
  p 
 
  250  p  
+2A sin 2p  4 × 103 +  t −  
  p 3  250  
+ 2e−jp /6d  f + 4 × 103 − 
  250  p   p 
−2A sin 2p  4 × 103 −  t +   
  p 3
 
+ 2e jp /6d  f + 4 × 103 + 250  

 p  
(d) None of the above

Solution.  The modulated signal is
  200  
 p  d  f − 4 × 10 − p 
3
 
u(t) = m(t)c(t) = A 2 cos 400t + 4 sin  500t +   ×  
  3
 
(b) + d  f − 4 × 103 + 200 
 
(A cos 8000pt)   p  
 
  200   p   −jp / 6  250  
= A 2 cos  2p t + 4 sin  2p
250
t +  × + 2e d  f − 4 × 10 −
3

  p   p 3 
 p  
 
[A cos(2p × 4 × 103 t)] + 2e jp /6d  f − 4 × 103 + 250  
A  p  
 
  200   2  200  
= A cos 2p  4 × 103 + t + d  f + 4 × 10 − p 
p  
3
  
 
 
  200   + d  f + 4 × 103 + 200  
+ A cos 2p  4 × 10 − t
3
 p     p  
 
 −jp / 6  250  
  250  p + 2e d  f + 4 × 10 −
3

+ 2A sin 2p  4 × 103 +  t +  
 p  
  p 3
 
+ 2e jp /6d  f + 4 × 103 + 250  
  250  p   p  
− 2A sin 2p  4 × 10 −
3
 t − 
 p 3
  200  
d  f − 4 × 10 − p 
(c)   3

 Ans. (a)
9. For the signal given in Question 8, the frequency  
 
+ d  f − 4 × 103 +
200 

domain representation of the modulated signal is
 
 p  
   
d  f − 4 × 103 − 200    −jp / 6  250  
(a)
+ 2e d  f − 4 × 10 −3

  p  

 p  
 
   
+ d  f − 4 × 103 + 200   + 2e jp /6d  f − 4 × 103 + 250  
   p  
  p   A
   
  4  200  
+ 2e−jp /6d  f − 4 × 103 − 250    + d  f + 4 × 10 3
−  
   p 
 p 
   
43-Chapter-43-Gate-ECE.indd 973
 3 200  6/3/2015 5:24:46 PM
  200  
d  f − 4 × 10 − p 
3

 
 

+ d  f − 4 × 103 +
200  
 
 p  
 
 6  Communication
jp /Analog
−43:  
250Systems 
+ 2e d  f − 4 × 10 −
3

p  
974     Chapter


  (a) A2 (b) 2A2
+ 2e jp /6d  f − 4 × 103 + 250   (c) 3A2 (d) 5A2
A  p  
  Solution.  The power content of the modulated
4  200  
+ d  f + 4 × 10 − p 
3 signal is

 
+T /2

  P = lim ò u2 (t)dt
+ d  f + 4 × 103 + 200   T ®¥
−T / 2
  p  
    200  
u2 (t) = A2 cos2 2p  4 × 103 + t
 −jp / 6 
d  f + 4 × 10 −
250  
  p  

3
+ 2e  p  
   200  
  + A2 cos2 2p  4 × 103 − t
+ 2e jp /6d  f + 4 × 103 + 250     p  
  p     250  p
+ 4A2 sin2 2p  4 × 103 +  t + 
(d) None of the above   p 3
  250  p
Solution.  From Quetion 8, we know that the + 4A2 sin2 2p  4 × 103 −  t− 
modulated signal is   p  3

  p 
+ terms of cosine and sine fu
unctions
u(t) = A 2 cos 400t + 4 sin  500t +   × (A cos 800pt )
  3 in the first power

Taking Fourier transform of the above signal, we get Therefore, power content of the modulated signal is

  200   200   A 2 A 2 4A 2 4A 2
d  f − p  + d  f + p 
= 5A 2

P = + + +
2 2 2 2
U (f ) = A  
 2 jp /3  250  2 −jp /3  250  
d f − − e d
 Ans. (d)
+ e   f + 
 j p  j p  11. In a superheterodyne AM receiver, the image chan-
1
2
( ) (
× d f − 4 × 103 + d f + 4 × 103 
 ) nel selectivity is determined by
(a) the pre-selector and RF stages
(b) the pre-selector, RF and IF stages
Therefore, (c) the IF stages
  200  
d  f − 4 × 10 − p 
3 (d) All the stages

  Solution.  The image rejection should be achieved
  200  
+ d  f − 4 × 10 +  
3 before IF stage because once it enters into IF
 p  amplifier it becomes impossible to remove it from
 −jp / 6  250   wanted signal.
+ 2e d  f − 4 × 10 −
3

  p  So, image channel selectivity depends upon pre-
 250  
selector and RF amplifiers only.
jp / 6 
+ 2e d  f − 4 × 103 +   The IF amplifiers help in rejection of adjacent
 p  
U (f ) = 
A channel frequency and not image frequency.
2  200    Ans. (a)
+ d  f + 4 × 103 −  
  p   12. In commercial TV transmission in India, picture
 
+ d  f + 4 × 103 +
200  and speech signals are modulated, respectively, as
 
  p   (a) VSB and VSB (b) VSB and SSB
 
+ 2e−jp /6d  f + 4 × 103 − 250  
(c) VSB and FM (d) FM and VSB
  p 
 
Solution.  In commercial TV transmission in India,
+ 2e jp /6d  f + 4 × 103 + 250   picture signal is modulated using VSB modulation
  p   and speech or audio signal is modulated using FM
modulation.
 Ans. (b)  Ans. (c)
10. For the data given in Question 8, the power con- 13. In a DSB AM system, the carrier is c(t) = A cos(2pfc t)
tent of the modulated signal is c(t) = A cos(2pfc t) and the message signal is given by

43-Chapter-43-Gate-ECE.indd 974 6/3/2015 5:24:51 PM


SOLVED EXAMPLES     975

m(t) = sinc(t) + sinc 2 (t) . The frequency domain


[ P(f ) + ∆(f )] × éëd (f − fc ) + d (f + fc )ùû
A
U (f ) =
representation of the modulated signal is 2
A
(a)
A
[ P(f − fc ) + ∆(f − fc ) + P(f + fc ) + ∆(f + fc )] = [P(f − f ) + ∆(f − f ) + P(f + f ) +
2 c c c
2
∆(f + f )]
[ P(f − fc ) + ∆(f − fc ) + P(f + fc ) + ∆(f + fc )]
A c
(b)
4  Ans. (a)
14. For the data given in Question 13, the bandwidth
(c) A[ P(f − fc ) + ∆(f − fc ) + P(f + fc ) + ∆(f + fc )] of the modulated signal is
(d) None of the above (a) 1    (b) 3    (c) 4    (d) 2
Solution.  We have
Solution.  The modulated signal is
P(f − fc ) ≠ 0 for f − fc <
1
u(t) = m(t)c(t) = [sinc(t) + sinc (t)][A cos(2pfc t )]
2 2
and ∆(f − fc ) ≠ 0 for f − fc < 1
Taking Fourier transform on both sides, we get
Therefore, the bandwidth of the modulated signal is 2.
 Ans. (d)

Numerical Answer Questions

1. The standard AM signal (A3E form of AM) broad- 2. A 4-GHz carrier is DSBSC modulated by a ­low-pass
cast from a station has an average percent of modu- message signal with maximum frequency of 2 MHz.
lation of 60%. If it is decided to shift to J3E form of The resultant signal is to be ideally sampled. Find
transmission, what would be average power saving the minimum frequency of the sampling impulse
in percentage if the signal strength in the reception train in Megahertz.
area is to remain unaltered?
Solution.  Carrier frequency fc = 4 GHz = 4000 MHz
Solution.  A3E is the double sideband AM with Maximum signal frequency fm = 2 MHz
full carrier. Total power in the modulated signal The maximum frequency of the upper sideband
would then be fH = fc + fm = 4000 ×106 + 2 ×106 = 4002 MHz
 (0.6)2  The minimum frequency of the lower sideband
Pt = Pc  1 +
 2  fL = fc − fm = 4000 ×106 − 2 ×106 = 3998 MHz
Substituting the value of m, we get Bandwidth of the modulated signal (BW) = fH − fL
= 4002 ×106 − 3998 ×106 = 4 MHz
 (0.6)2  Therefore,
Pt = Pc  1 +
2 
= 1.18Pc
4002 × 106
f
 H
=
J3E is SSBSC AM.
BW 4 × 106
In case of J3E transmission, There, fH >> BW
In this case the minimum frequency of the sam-
 m2 
Pt = Pc ×  
pling pulse train
 4 
fs(min) ≅ 2 BW = 2 × 4×106 = 8 MHz
Substituting the value of m, we get
 Ans. (8)
 (0.6)2
Pt = Pc ×  3. The output signal from an AM modulator is
 = 0.09Pc
 4  u(t) = 5 cos(1800pt) + 20 cos(2000pt) + 5 cos(2200pt)
æ 1.18Pc − 0.09Pc ö
÷ × 100%
Find the modulation index.
Power saving = ç
è 1.18Pc ø Solution.  Given that the AM modulated signal is
1.09
= × 100% = 92.3% u(t) = 5 cos(1800pt) + 20 cos(2000pt) + 5 cos(2200pt)
1.18
= 10 cos(2000pt) cos(200pt) + 20 cos(2000pt)
 Ans. (92.3)

43-Chapter-43-Gate-ECE.indd 975 6/3/2015 5:25:02 PM


976     Chapter 43:  Analog Communication Systems 

Therefore, 5. A superheterodyne radio receiver with an interme-


 
diate frequency of 455 kHz is tuned to a station
1
u(t) = 20 1 + cos(200pt) cos(2000pt) operating at 1200 kHz. Find the associated image
 2  frequency in Megahertz.
The modulating signal is cos(200pt) and the ­carrier
Solution.  The image frequency is given by fi = fs + 2IF
signal is 20cos(2000pt).
Given that IF = 455 kHz and fs = 1200 kHz
As −1 £ cos(200pt) £ 1, therefore the modulation
Therefore, fi = (1200 ×103 + 2 × 455 ×103) Hz
index is m = 1/2 = 0.5.
= 2.11 MHz
 Ans. (0.5)
 Ans. (2.11)
4. For the AM modulator signal in Question 3, find
6. A 10-MHz carrier is frequency modulated by a
the ratio of power in sidebands to the power in the
­sinusoidal signal of 500 Hz, and the maximum
carrier.
frequency deviation is 50 kHz. Find the band-
Solution.  The power of the carrier component is width required in kilohertz, as given by the
Pc = 400/2 = 200 W Carsons’ rule.
Power in the sidebands is Pside = (400/2) m2 = 200
× (1/4) = 50 W Solution.  By Carson’s rule, BW = 2(∆f + fm)
Given that Δf = 50 kHz and fm = 500 Hz
Therefore, BW = 2(50 ×103 + 500) Hz = 101 kHz
Ratio of the power in the sidebands to power in the
carrier = 50/200 = 1/4 = 0.25
 Ans. (0.25)  Ans. (101)

PRACTICE EXERCISE

Multiple Choice Questions

­ 1. A sinusoidal wave of amplitude 10 V and ­frequency (a) 3.41 V (b) 5.23 V (c) 4.53 V (d) 3.67 V
1 kHz is applied to an FM generator having a (1 Mark)
­frequency sensitivity constant of 40 Hz/V. The 5. The maximum phase deviation for an angle-­
­frequency deviation is modulated signal given by
s(t) = cos[2p (2 × 106 t + 30 sin 150t + 40 cos 150t)] is
(a) 100 Hz (b) 200 Hz (c) 400 Hz (d) 500 Hz
(2 Marks)
(a) 100 (b) 50 (c) 50p (d) 100p
2. For the data given in Question 1, the FM modula- (2 Marks)
tion type is
6. Maximum frequency deviation for the angle-­
(a) narrow-band FM modulated signal in Question 5 is
(b) wide-band FM
(c)  dependent on the frequency of the carrier (a) 1000 Hz (b) 2500 Hz (c) 7500 Hz  (d) 5000 Hz
waveform (1 Mark)
(d) None of the above 7. A 95 MHz carrier is frequency modulated by a
(1 Mark) ­sinusoidal signal and the modulating signal is
3. A carrier wave is frequency modulated using a sine such that maximum frequency deviation achieved
signal v(t) = Amsin(2pfm)t. In a certain experi- is 50 kHz. The modulation index and bandwidth
ment conducted with fm = 1 kHz and increasing of the modulated signal if the modulating signal
Am from zero, it is found that the carrier compo- ­frequency is 1 kHz are, respectively,
nent of FM wave is reduced to zero for the first (a) 50, 102 kHz (b) 51, 100 kHz
time when Am = 2 V. The frequency sensitivity of (c) 51, 102 kHz (d) 50, 100 kHz
the modulator is (2 Marks)
(a) 1000 Hz/V (b) 1220 Hz/V 8. For the data in Question 7, the modulation index
(c) 1530 Hz/V (d) 2450 Hz/V and bandwidth of the modulated signal if the modu-
(2 Marks) lating signal frequency is 100 kHz are, respectively,
4. For the carrier wave in Question 3, what is the (a) 0.5, 100 kHz (b) 1, 100 kHz
value of Am for which the carrier component is (c) 0.5, 300 kHz (d) 1, 300 kHz
reduced to zero for the second time? (1 Mark)

43-Chapter-43-Gate-ECE.indd 976 6/3/2015 5:25:04 PM


PRACTICE EXERCISE     977

9. A carrier when frequency modulated by a certain (a) sinw 1t − cosw  2t (b) sinw 1t + cosw  2t
sinusoidal signal of 1 kHz produces a modulated (c) cosw 1t − sinw  2t (d) sinw 1t + cosw  2t
signal with a bandwidth of 20 kHz. If the same (1 Mark)
carrier signal is frequency modulated by another 16. An FM signal is represented by v(t) = 15cos[(108)pt
modulating signal whose peak amplitude is three + 6sin2p(103)t]. The maximum phase deviation in
times that of previous signal and frequency is one- radians is
half of the previous signal, the bandwidth of the
new modulated signal is (a) 5 (b) 6 (c) 8 (d) 9
(1 Mark)
(a) 40 kHz (b) 45 kHz (c) 50 kHz (d) 55 kHz
17. For the FM signal given in Question 16, the value
(2 Marks)
of maximum frequency deviation in Hertz is
10. In a 100% amplitude modulated signal, power in (a) 5000 (b) 1000 (c) 7500 (d) 6000
the upper sideband when the carrier power is 100 W (2 Marks)
and the modulation system is SSBSC is
18. An FM generator is fed with a tone modulating
(a) 25 W (b) 100 W (c) 50 W (d) 15 W signal Am cos(4p × 103 )t . Starting from 0.01 V, Am
(1 Mark) is gradually increased and when Am = 2 V, it has
11. Percentage saving in power of 100% modulated been found that the carrier component goes to zero
SSBSC AM signal as compared to DSB signal is for the first time. The frequency sensitivity of the
source is
(a) 100 (b) 66.67 (c) 150 (d) 83.33
(1 Mark) (a) 1.2 kHz/V (b) 1.8 kHz/V
(c) 2.4 kHz/V (d) 4.2 kHz/V
12. In a VSB system, modulating frequency of 3 MHz (2 Marks)
results in a sideband power of 25 W. If the carrier
19. In the Question 18, keeping Am constant at 2V,
power is 100 W, depth of modulation is
frequency fm is decreased till the carrier component
(a) 25% (b) 50% (c) 75% (d) 100% goes zero for the second time. The value of fm for
(2 Marks) this to happen is
13. The bandwidth of an FM signal in kilohertz, (a) 872 Hz (b) 231 Hz (c) 912 Hz (d) 2312 Hz
­produced in a commercial FM broadcast with (1 Mark)
modulating signal frequency being in the range 20. Signal v(t) = 5[cos(106pt) − sin(103pt) × sin(106pt)]
of 50 Hz to 15 kHz and maximum allowable represents
frequency deviation being 75 kHz, is
(a) DSB suppressed carrier signal
(a) 200 (b) 210 (c) 450 (d) 460 (b) AM signal
(2 Marks) (c) SSB upper sideband signal
14. A message m(t) band limited to the frequency fm (d) Narrow-band FM signal
has a power of Pm. The power of the output signal (1 Mark)
in the following figure is 21. A 1 kHz tone is used to generate both an AM and
an FM signal. Unmodulated carrier amplitude is
the same for both the AM and FM. The ­modula-
Ideal low tion index mfFM of FM is 8. If the frequency compo-
pass filter nents at (fc ± 1000) Hz have the same ­magnitude
m(t)cos w 0t cut off f=fm Output in AM and FM, then the modulation index (mfAM)
pass band singal
of AM is (given that, J1(8) = 0.235)
gain = 1 (ω 0 >2pfm)
cos(w 0t + q) (a) 0.235 (b) 0.47 (c) 0.1175 (d) 0.74
(2 Marks)

Pm cosq Pm 22. Carrier power is 10 kW. The maximum possible power


(a) (b) in the AM signal if it is a conventional DSB AM signal
2 4
Pm sin2 q Pm cos2 q
(a) 10 kW (b) 20 kW (c) 5 kW (d) 15 kW
(c) (d) (2 Marks)
4 4
23. A message signal m(t) is band limited to 10 kHz.
(2 Marks) It is frequency translated by multiplying it by a
15. The Hilbert transform of (cosw1t + sinw2t) is high-frequency carrier signal given by coswct. The

43-Chapter-43-Gate-ECE.indd 977 6/3/2015 5:25:08 PM


978     Chapter 43:  Analog Communication Systems 

value of wc so that the bandwidth of the transmit- 32. The image channel rejection in a superheterodyne
ted signal is 1% of the carrier frequency wc is receiver comes from
(a) 1 MHz (b) 500 kHz (c) 2 MHz (d) 4 MHz (a) IF stages only
(2 Marks) (b) RF stages only
24. The maximum power efficiency of an AM modula- (c) Detector and RF stages only
tor is (d) Detector, RF and IF stages
(1 Mark)
(a) 25% (b) 50% (c) 33% (d) 100%
(1 Mark) 33. A DSBSC signal is generated using the carrier
cos(wct + q) and modulating signal x(t). The enve-
25. Which of the following demodulator(s) can be used lope of the DSBSC signal is
for demodulating the signal x(t) = 5(1 + 2cos200pt)
(cos20000pt) (a) x(t)
(b) x(t)
(a) Envelope demodulator
(c) Only positive portion of x(t)
(b) Square-law demodulator
(d) x(t)cosq
(c) Synchronous demodulator
(2 Marks)
(d) None of the above
(1 Mark) 34. A modulated signal is given by g(t) = e−at cos[(w c + D
26. The image (second) channel selectivity of a g(t) = e−at cos[(w c + Dw )t] u(t), where a, wc and Dw are
­superheterodyne communication receiver is deter- positive constants, and w c >> Dw. The complex
mined by envelope of s(t) is given by
−at [ j(wvc +Dw )t ]
(a) Antenna and pre-selector (a) e e u(t) (b) e−at e( jDwt)u(t)
(b) The pre-selector and RF amplifier (c) e( jDwt)u(t) (d) e( jw c +Dw )t
(c) The pre-selector and IF amplifier (2 Marks)
(d) The RF and IF amplifier
(1 Mark) 35. A band limited signal is sampled at the Nyquist
rate. The signal can be recovered by passing the
27. An FM signal having a modulation index of mf is samples through a (an)
passed through a frequency tripler. The FM signal
at the output of frequency tripler will have a mod- (a) RC filter
ulation index of (b) envelope detector
(c)  PLL
(a) 3mf (b) mf (c) 2mf (d) mf/3 (d) ideal low-pass filter with the appropriate
(1 Mark) bandwidth
28. An FM signal is represented by x(t) = 15cos[2p(108)t (1 Mark)
+ 150cos2p(103)t]. The bandwidth of the signal is 36. In the following figure
(a) 298 kHz (b) 302 kHz 2 sin 2pt sin 199pt
(c) 405 kHz (d) 365 kHz m(t) = , s(t) = cos 200pt and n(t) =
t t
(2 Marks)
29. For the FM signal given in Question 28, the expres- m(t) + LPF y(t)
sion for instantaneous frequency of the signal is
(a) 2p(106) − 300p(103)sin2p(103)t Cut-off frequency = 1Hz
(b) 2p(108) − 500p(103)sin2p(103)t Passband gain = 1
(c) 2p(108) − 300p(103)sin2p(104)t s(t) n(t) s(t)
(d) 2p(108) − 300p(103)sin2p(103)t The output y(t) will be
(2 Marks)
sin 2pt
30. A PLL can be used to demodulate (a)
t
(a) PAM signals (b) PCM signals sin 2pt sin pt
(c) FM signals (d) DSBSC signals (b) + cos 3pt
(1 Mark) t t
sin 2pt sin 0.5pt
31. A PAM signal can be detected by using a (an) (c) + cos 1.5πt
t t
sin 2t sin 0.5pt cos 1.5pt
(a) ADC (b) integrator
(c) band-pass filter (d) high-pass filter (d) +
(1 Mark) 2t t (2 Marks)

43-Chapter-43-Gate-ECE.indd 978 6/3/2015 5:25:18 PM


ANSWERS TO PRACTICE EXERCISE     979

Numerical Answer Questions

1. An FM signal is represented by the equation 7. In an FM system, a carrier of 100 MHz is modulated


by a sinusoidal signal of 5 kHz. The bandwidth by
v(t) = 10 sin(7.8 × 108 t + 6 sin 1450t)
Carson’s approximation is 1 MHz. If y(t) = (modulated
Find the unmodulated carrier frequency in Megahertz. waveform)3, then by using Carson’s approximation,
(1 Mark) find the bandwidth (in kHz) of y(t) around 300 MHz.
2. Find the modulation index of the FM signal given (2 Marks)
in Question 1. 8. For the data given in Question 7, find the spacing
(1 Mark) of spectral components in kilohertz.
3. Find the modulating frequency in Hertz of the FM (1 Mark)
signal given in Question  1. 9. A 1 MHz sinusoidal carrier is amplitude ­modulated
(1 Mark) by a symmetrical square wave of period 100 ms.
4. An FM signal with a modulation index 9 is applied Find the frequencies (in kHz) present in the
to a frequency tripler. Find the modulation index ­modulated signal, considering the fundamental
of the output signal. frequency and the second harmonics.
(1 Mark) (2 Marks)
5. The input to a channel is a band-pass signal. It is 10. An angle-modulated signal is given by s(t)
obtained by linearly modulating a sinusoidal car- = cos2p(2 × 106t + 30sin150t + 40cos150t). Find
rier with a single-tone signal. The output of the the maximum frequency and phase deviations of
channel due to this input is given by s(t) in kilohertz and milliradians, respectively.
(2 Marks)
cos(100t − 10−6 ) cos(106 t − 1.56)
1
y(t) =
100 11. A part of a communication system consists of an
Find the group delay (tg) and the phase delay (tp) amplifier of effective noise temperature, Te = 21K,
in nanoseconds of the channel. and a gain of 13 dB, followed by a cable with a loss
(2 Marks) of 3 dB. Assuming the ambient temperature to be
300K, we have for this part of the communication
6. A modulated signal is given by s(t) = m1(t) system, effective noise temperature = _____
cos(2pfct) + m2(t)sin(2pfct) where the baseband (2 Marks)
signal m1(t) and m2(t) have bandwidths of 10 kHz
and 15 kHz, respectively. Find the bandwidth of 12. For the data given in Question 11, find the noise
the modulated signal in kilohertz. figure in decibel.
(1 Mark) (1 Mark)

ANSWERS TO PRACTICE EXERCISE

Multiple Choice Questions

1. (c) Given that Am = 10  V, fm = 1000 Hz and frequency Therefore,


sensitivity Kf = 40 Hz/V mf
f m (2.44)(1000)
Frequency deviation Δf = KfAm = 40 × 10 = 400 Hz k =
f Am
=
2
= 1220 Hz/V

2. (a) Modulation index, mf = Δf/fm = 400/1000 = 0.4 Therefore, frequency sensitivity kf = 1220 Hz/V
As mf < 1, therefore the FM type is narrow band. 4. (c) The carrier component will become zero for the
3. (b) The carrier component is zero, when its coef- second time when mf = 5.53
ficient J0(mf) = 0 Therefore, the value of Am for which the carrier
The Bessel function J0(x) = 0 for x = 2.44, 5.53, component is reduced to zero for the second time
8.65 and so on. mf 5.53 × 1000
Am = f m = = 4.53 V
Therefore, when the carrier component is reduced kf 1220
to zero for the first time, the value of mf = 2.44
5. (d) The term (30 sin 150t + 40 cos 150t) can be
We know that mf = Δf/fm = kfAm/fm.
rewritten as

43-Chapter-43-Gate-ECE.indd 979 6/3/2015 5:25:21 PM


980     Chapter 43:  Analog Communication Systems 

3 4  10. (a) Power in the upper sideband = Pc(m2/4) = 100 ×


50  sin 150t + cos 150t
5 
(1/4) = 25 W
5
11. (d) Power of DSB signal = Pc(1 + m2/2) = 3/2Pc
or,   50 sin (150t + q ) , where q = tan−1
4
Power of SSBSC signal = Pc(m2/4) = Pc/4
3 Percentage power saving in SSBSC over DSB =
Therefore, [(3/2Pc − Pc/4)/(3/2Pc)] × 100% = 83.3%

s(t) = cos{2p [2 × 106 t + 50 sin(150t + q )]} 12. (d)


= cos[4p × 10 t + 100p sin(150t + q )]
6
13. (b) Maximum allowed frequency deviation = 75 kHz
From the above equation, it is evident that maxi- Highest modulating frequency = 15 kHz
mum phase deviation is 100p. Therefore, deviation ratio, D = 75 × 103/15 × 103 = 5
Bandwidth = 2(D + 2)fM (for D > 2) = 2 × (5 + 2) ×
6. (c) Let f (t) = 100p sin (150t + q ) 15 × 103 Hz = 210 kHz
Therefore, m(t)
14. (d) Output signal = cos q
1 f (t)  100p cos (150t + q )  2
=  150
2p dt  2p  Signal m(t) has power Pm
= 7500 cos (150t + q ) Power of signal [am(t)] is a2⋅Pm
Here
1
Therefore, maximum frequency deviation = 7500 Hz a = cosq
2
7. (a) Frequency deviation = 50 kHz Therefore,
Modulating frequency = 1 kHz P
Power of output signal = m cos2 q
Therefore, modulation index 4
50 × 103
= = 50
1 × 103 15. (a) Hilbert transform of cos w1t is cos w 1 t ¬¾¾® sin w 1t
HT

w 1 t ¬¾¾® sin w 1t  and of sin w 2t is sin w 2 t ¬¾¾ ® − cos w 2 t


HT HT
Bandwidth = 2 × (50 + 1) × 1 × 103 Hz = 102cos kHz
8. (c) Modulating frequency = 100 kHz Therefore, Hilbert transform of (cosw  1t + sinw  2t)
is (sinw  1t − cosw 2t)
Therefore, modulation index
16. (b) Comparing the given equation with the ­standard
50 × 103 form of FM signal expression, we get
= = 0.5
100 × 103
w c t + f = [(108 )pt + 6 sin 2p (103 )t]
Bandwidth = 2 × (0.5 + 1) × 100 × 10 = 300 kHz
3

Therefore, phase (f) = 6sin2p(103)t


9. (d) Bandwidth = 2 × (mf + 1) × fm
This gives maximum phase deviation fmax = 6 radian
This gives 2 × (mf + 1) × 1 × 10 = 20 × 10 , or
3 3
17. (d) Frequency is nothing but rate of change of phase.
mf = 9
As the amplitude of new modulating signal is three Therefore, maximum frequency deviation is ­nothing
times that of the previous signal, therefore it will but maximum value of df/dt.
produce a frequency deviation that is three times Now,
than that produced by the previous signal. Also,
df
new modulating frequency is one-half of the previ- = 6 × 2p (103 ) cos 2p (103 )t = 12p (103 ) cos 2p (103 )t
ous signal frequency. Therefore, the new modula- dt
tion index, which is the ratio of frequency deviation
Maximum frequency deviation = 12p(103) radian/s
to modulating frequency, will be six times that pro-
= 6000Hz
duced due to previous signal.
Therefore, new modulation index = 9 × 6 = 54 18. (c) With tone modulation, the carrier goes to zero
New bandwidth = 2 × (mf + 1) × fm = 2 × (54 + 1) × for the first time when mf = 2.4 as J0(mf) = 0 for
0.5 × 103 = 55 kHz mf = 2.4.

43-Chapter-43-Gate-ECE.indd 980 6/3/2015 5:25:30 PM


ANSWERS TO PRACTICE EXERCISE     981

We know that 24. (b)


∆f
m =
f f 25. (c) Given that x(t) = 5 (1 + 2 cos 200pt )(cos 20000pt )
m
or,       ∆f = m f The standard equation for AM signal is XAM (t) = Ac (1 + m cos w
f m XAM (t) = Ac (1 + m cos w m t) cos w c t
Substituting the value of mf = 2.4 and fm = 2 kHz
in the above equation, we get Δf = 4.8 kHz Comparing the two equations, we have m = 2
Now, As the modulation index is more than 1 here, so it
Df = kf A is the case of over-modulation.
m When the modulation index of AM wave is more
where kf is the frequency sensitivity of the source. than 1 (over-modulation), then the detection is pos-
Therefore, kf = (4.8 × 103/2) Hz/V = 2.4kHz/V sible only with synchronous demodulator. Such sig-
nals cannot be detected with envelope demodulator.
19. (a) The carrier component is zero for the second
time when mf = 5.5. 26. (b) The image rejection should be achieved before
Therefore, IF stage because once it enters into IF amplifier
4.8 × 103
it becomes impossible to remove it from wanted
5.5 = signal. So image channel selectivity depends upon
fm pre-selector and RF amplifiers only.
or,       fm = 872 Hz The IF amplifier helps in the rejection of adjacent
channel frequency and not the image frequency.
20. (d)
27. (a)
5 5
v(t) = 5 cos(106 pt) − cos(106 − 103 )pt + (106 + 103 )pt 28. (b) Comparing the given expression with the stan-
2 2
dard expression for FM signal, we get the value of
So, carrier and upper sideband are in phase and modulation index as mf = 150
lower sideband is out of phase with carrier and
upper sideband. Modulating frequency, fm = 2p(103)/2p = 1 kHz
So, the given signal is narrow-band FM signal. Therefore, frequency deviation, d = 150 × 1 × 103
= 150 kHz
21. (b) For AM, the magnitude of the spectral compo- Bandwidth can now be computed from, bandwidth
nents at (fc ± 1000) Hz is AcmfAM/2. For FM, the = 2(mf + 1)fm = 2 × 151 × 1 × 103 = 302 kHz
magnitude of the spectral component at (fc ± 1000)
29. (d) Expression for instantaneous frequency can be
Hz is AcJ1(8).
written by taking derivative of the expression for
Therefore, AcmfAM/2 = AcJ1(8) instantaneous phase.
Hence, mfAM = 2J1(8) = 0.47
Now instantaneous phase,
22. (d) Power in a conventional DSB AM signal is f = [2p(108)t + 150cos2p(103)t]
 m2  Instantaneous frequency,
Pc  1 +
 2  w = df/dt = [2p(108) − 150 × 2p(103)sin2p(103)t]

Maximum power is when m = 1. = [2p(108) − 300p(103)sin2p(103)t]


Therefore, maximum power in a conventional DSB 30. (c) PLL is used to demodulate the FM signals.
AM signal is Pc(1 + 1/2) = 1.5Pc = 15 kW
31. (b) A PAM signal can be detected by using an
23. (c) Given that fm = 10 kHz
integrator.
When the carrier signal is multiplied by a message
signal, the resultant signal is a DSB signal without 32. (b) The image rejection should be achieved in RF
carrier. Therefore, bandwidth of the transmitted stages because once it enters into IF amplifier it
signal = 2fm becomes impossible to remove it from wanted signal.
Therefore,
So the image channel rejection in a superhetrodyne
1
2fm = ×f receiver comes from RF stages only.
100 c
33. (b)
Hence, fc = 200fm = 200 × 10 × 10 = 2 MHz 34. (b) Given that g(t) = e−at cos[(w c + Dw )t] u(t)
3

43-Chapter-43-Gate-ECE.indd 981 6/3/2015 5:25:36 PM


982     Chapter 43:  Analog Communication Systems 

Complex envelope of g(t) is g (t) = g+ (t) e−jw c t 1 sin 199pt


m(t) × s(t) + n(t) = (sin 202pt − sin 198pt) +
where g+(t) is pre-envelope given as g+ (t) = g(t) + jg (t) t t
g+ (t) = g(t) + jg (t) and g (t) = e−at sin[(w c + Dw )t] =
1
(sin 202pt − sin 198pt + sin 199pt)
t
Therefore,
g+ (t) = e−at e+ j(w c + Dw )t
1
[m(t) × s(t) + n(t)]s(t) = [sin 202pt − sin 198pt
t
Hence,
+ sin 199pt] cos 200ptt
g (t) = e−at e+ j(w c + Dw )t e−jw c t = e−at e jDwt u(t)
Therefore, the frequency components present in
Therefore, complex envelope of s(t) = e−at e jDwt u(t) 402 2 2 398 1 399
the above signal are , , , , , Hz
35. (d) 2 2 2 2 2 2

2 sin 2pt
After passing from LPF with fc = 1 Hz,
36. (d) m(t) × s(t) = × cos 200p t
1
[sin 2pt + sin 2pt − sin pt ]
t
y(t) =
1
= (sin 202pt − sin 198pt)
2t
t Therefore,
sin 2t sin 0.5pt cos 1.5pt
y(t) = +
2t t

Numerical Answer Questions

1. Comparing the given equation with the standard Converting the given equation in standard form,
form of equation for FM signal given by we get
v(t) = Vm sin(w c t + m sin w m t)  1 
y(t) =  cos[100(t − 10−8 )] cos[106 (t − 1.56 × 10−6 )]
 100 
Unmodulated carrier frequency, wc = 7.8 × 108
rad/s, or fc = (7.8 × 108)/2p = 124.14 MHz.
Therefore, phase delay tp = 1.56 × 10−6 s = 1560 ns
Therefore, group delay tg = 10−8 s = 10 ns
Ans. (124.14)

2. By comparing the given equation with the standard Ans. (10,1560)


FM equation in the solution of Question 1, we get
6. BW = 2fm = 2 × 15 × 103 Hz = 30 kHz
mf = modulation index = 6.
Ans. (30)
Ans. (6)
3. By comparing the given equation with the standard 7. For a given input signal x(t) = Ac cos[w c t + b sin w m t],
FM equation in the solution of Question 1, we get when passed through y(t) = [x(t)]3 the output is
­modulating frequency, wm = 1450, or fm = 1450/2p given by y(t) = K cos[3w c t + 3 b sin w m t]
Hz = 231 Hz.
Ans. (231) The new modulation index is b ¢ = 3 b
Therefore, new frequency deviation is Df ¢ = 3× Df
4. In a frequency multiplier circuit with multiplica-
New bandwidth is BW ¢ = 3BW = 3 MHz = 3000kHz
tion factor n, the modulation index is multiplied
Ans. (3000)
by n.
m¢FM = nmFM
8. The spacing of spectral components remains the
So, same as before. Therefore, spacing of spectral com-
Given that n = 3, therefore m ′FM = 3 × 9 = 27 ponents is 5 kHz
Ans. (5)
Ans. (27)
5. Given that 9. Given that sinusoidal carrier fc = 1 MHz = 1000 kHz

æ 1 ö The modulating signal is a symmetrical square


y(t) = ç cos(100t − 10−6 ) cos(106 t − 1.56)
è 100 ÷ø waveform. Therefore, only odd harmonics are
present.
The standard equation is y(t) = cos k(t − tg )cos[w c (t − tThe
p )] fundamental frequency component of the mod-
y(t) = cos k(t − tg )cos[w c (t − tp )] ulating signal is

43-Chapter-43-Gate-ECE.indd 982 6/3/2015 5:25:54 PM


SOLVED GATE PREVIOUS YEARS’ QUESTIONS     983

1
f = Hz = 10 kHz Df = 2p 302 + 402 mrad = 100p mrad = 314 mrad
m 100 × 10−6
The odd harmonic component is 3f = 30 kHz . Ans. (7.5, 314)
m
Note that the square wave has infinite odd har-
11. Given that Te = 21 K, Ta = 300 K, gain (G)dB = 13,
monic components of the fundamental harmonic
cable loss (L) = (3)dB
frequency. In the question, only the fundamen-
tal and second harmonic components need to be Therefore, (13)dB = 10 log10 (G) or G = 19.95
considered. Therefore, cable loss = (3)dB = 10 log10 (L) , or
Therefore, frequencies present at the output are L = 1.995
fc ± fm, fc ± 3fm = 990 kHz, 1010 kHz, 970 kHz For a cable, noise figure = F2 = cable loss = L
and 1030 kHz. Therefore, F2 = 1.995
Ans. (970, 990, 1010, 1030)
T 21
Noise figure of amplifier = F1 = 1 + e = 1 + = 1.07
10. Given that the angle-modulated signal T 300
T 21 a
F1 = 1 + e = 1 +
s(t) = cos(2p × 2 × 106 t + 2p × 30 sin 150
= 1.07
t Ta 300
+ 2p × 40 cos 150t) Noise figure of the cascaded amplifier
F −1 1.995 − 1
Therefore, F = F1 + 2 = 1.07 + = 1.12
G 19.95
f i = 2p × 2 × 10 t + 2p × 30 sin 150t + 2p × 40 cos 150t
6

Therefore, noise figure in dB is (F )dB = 10log1.12 dB = 0.49 dB


Hence, (F )dB = 10log1.12 dB = 0.49 dB
The effective noise temperature (Te¢) of the cas-
df i
= 2p × 2 × 10 + 2p × 4500 cos 150t
6 caded amplifier,
dt Te′ = (F − 1)Ta
+ 2p × 6000(− sin 150t)
Dw = w 1 − w c = 2p (45002 + 60002 )1/2 Therefore, Te′ = (1.12 − 1)300 = 36K
= 2p × 7.5 krad/s
Ans.(36)
12. Noise figure in dB = 0.49 dB
Hence,
Dw
Ans. (0.49)
Df = = 7.5 kHz
2p

SOLVED GATE PREVIOUS YEARS’ QUESTIONS

1. The input to a coherent detector is DSBSC signal where a0 and a1 are constants. The output of the
plus noise. The noise at the detector output is non-linear device can be filtered by an appropriate
band-pass filter. Let vi = Ac¢ cos(2pfc¢t) + m(t) be
(a) in-phase component
(b) quadrature component the message signal. Then the value of fc¢ (in MHz) is
(c) zero (a) 1.0 (b) 0.333 (c) 0.5 (d) 3.0
(d) envelope  (GATE 2003: 2 Marks)
 (GATE 2003: 1 Mark)
Solution. 
Solution.  The coherent detector rejects the quadra-
ture component of noise and therefore noise at the vo = a Ac¢ cos(2pfc¢t) + a m(t)
0 0
output has in-phase component only. + a [Ac¢ cos(2pfc¢t) + m(t)]3
The in-phase component of noise and output are 1
additive at the output of the detector. After neglecting the carrier frequency term and
 Ans. (a) m(t), we get
éAc¢3 cos3 (2pfc¢t) + 3Ac¢ cos2 (2pfc¢t)m(t)ù
2. A DSBSC signal is to be generated with a carrier
frequency fc = 1 MHz using a non-linear device with vo = a1 ê ú
the input−output characteristic vo = a0vi + a1vi3 êë+ 3Ac¢ cos(2pfc¢t)m2 (t) + m3 (t) úû

43-Chapter-43-Gate-ECE.indd 983 6/3/2015 5:26:08 PM


984     Chapter 43:  Analog Communication Systems 

After neglecting the terms which will not come in Solution.  FM signal is given by
the DSBSC signal, we get

vo = a1[3Ac¢2 cos2 (2pfc¢t)m(t)] v
FM
(t) = Ac ∑ Jn (b ) cos(w c + nw m )t
n = −∞
3a
vo = 1 Ac¢2 [1 + cos(2p 2fc¢t)]m(t)
2 The bandwidth of the AM signal BW = 2wm
Given that the peak frequency deviation ∆w = 3 × BW.
After neglecting the modulating signal term, we get Therefore,
3a1 2 Dw = 6w m
vo = A¢ cos(2p 2fc¢t)m(t)
2 c
Dw
So the carrier frequency b= =6
wm
fc = 2fc¢ = 1 MHz
Given that (wc + nwm) = 2p × 1008 × 103.
Therefore fc¢ = 0.5 MHz  Therefore,
 Ans. (c)
2p × 106 + n × 4p × 103 = 2p × 1008 × 103
Common Data for Questions 3 and 4: Let
m(t) = cos[(4p × 103 )t] be the message signal and Solving the above equation, we get n = 4.
c (t ) = 5 cos[(2p × 106 )t] be the carrier.
Also, given that Ac = 5. Therefore, the coefficient
of the term cos[2p (1008 × 103 )t] is 5J4(6).
3. c(t) and m(t) are used to generate an AM signal.  Ans. (d)
The modulation index of the generated AM signal 5. Choose the correct one from among the alterna-
is 0.5. Then the quantity (total sideband power)/ tives a, b, c, d after matching an item in Group 1
(carrier power) is with the most appropriate item in Group 2.
1
(a) 1 (b) 1 (c) (d) 1 Group 1
2 4 3 8
P. Ring modulator
 (GATE 2003: 2 Marks)
Q. VCO
Solution.  For an AM signal, R. Foster−Seeley discriminator
S. Mixer
Ac2
Carrier power is Pc =
2 Group 2
Total sideband power is 1. Clock recovery
2. Demodulation of FM
Ac2 ma2
×
Ps = 3. Frequency conversion
2 2 4. Summing the two inputs
Therefore, the ratio of total sideband power to car- 5. Generation of FM
rier power is 6. Generation of DSBSC
Ps A 2 m2 4 m2 − 1; Q − 3; R − 2; S − 4
= c 2a = a (a) P
Pc Ac 2 2 (b) P − 6; Q − 5; R − 2; S − 3
(c)  P − 6; Q − 1; R − 3; S − 2
Given that ma = 0.5 Therefore,
(d) P − 5; Q − 6; R − 1; S − 3
Ps 1
=  (GATE 2003: 2 Marks)
Pc 8
 Ans. (b)
 Ans. (d)
6. A superheterodyne receiver is to operate in the
4. c(t) and m(t) are used to generate an FM signal. If frequency range 550 kHz to 1650 kHz, with the
the peak frequency deviation of the generated FM intermediate frequency of 450 kHz. Let R = Cmax/
signal is three times the transmission bandwidth Cmin denote the required capacitance ratio of the
of the AM signal, then the coefficient of the term local oscillator and I denote the image frequency
cos[2p (1008 × 103 t)] in the FM signal (in terms of (in kHz) of the incoming signal. If the receiver is
the Bessel coefficients) is tuned to 700 kHz, then
5 5
(a) 5J 4 (3) (b) J (3) (c) J 8 (4) (d) 5J4(6) (a) R = 4.41, I = 1600 (b) R = 2.10, I = 1150
2 8 2 (c) R = 3.0, I = 1600 (d) R = 9.0, I = 1150
 (GATE 2003: 2 Marks)  (GATE 2003: 2 Marks)

43-Chapter-43-Gate-ECE.indd 984 6/3/2015 5:26:23 PM


SOLVED GATE PREVIOUS YEARS’ QUESTIONS     985

Solution. The addition of AM signal and narrow-band FM


signal [s(t)FM + s(t)AM] results in carrier signal and
æf ö
2
C upper sideband. In other words, it is an SSB with
R = max = ç max ÷
Cmin è min ø
f carrier.
 Ans. (b)
æ 1650 + 450 ö
2

è 550 + 450 ÷ø
= 4.41
9. A 100 MHz carrier of 1V amplitude and a 1MHz
Image frequency, I = fs + 2 IF modulating signal of 1V amplitude are fed to a
= 700 × 103 + 2 × 450 × 103 balanced modulator. The output of the modu-
= 1600 kHz lator is passed through an ideal high-pass filter
 Ans. (a) with cut-off frequency of 100 MHz. The output
of the filter is added with 100 MHz signal of 1 V
7. An AM signal is detected using an envelope detec- amplitude and 90° phase shift as shown in the
tor. The carrier frequency and modulating signal following figure. The envelope of the resultant
frequency are 1 MHz and 2 kHz, respectively. An signal is
appropriate value for the time constant of the
envelope detector is
1 MHz, 1V
(a) 500 ms (b) 20 ms (c) 0.2 ms (d) 1 ms Balanced HPF +
modulator 100 MHz Vo(t)
 (GATE 2004: 1 Mark) +

Solution.  The condition for the envelope detector


to work properly is 100MHz 1V 100MHz, 1V, ∠90°

1 1
<< RC <
fc fm (a) Constant (b) 1 + sin(2p × 106 t)
(Please note that condition 1/fc < RC is to avoid
5 5
fluctuations at recovered output and condition RC (c) − sin(2p × 106 t) (d) + cos(2p × 106 t)
≤ 1/fm is to avoid diagonal clipping.) 4 4

Therefore, 1/106 s << RC < 1/2 × 103 s or 1 µs << RC < 0.5 ms  (GATE 2004: 2 Marks)
1 µs << RC < 0.5 ms. Hence, the value given in option (b) is the

correct value of RC. Solution.  Let the carrier signal be denoted as
 Ans. (b) coswct and the modulating signal as coswmt. The
output of balanced modulator is
8. An AM signal and a narrow-band FM signal with
identical carriers, modulating signals and modula- vBM (t) = [cos w c t][cos w m t]
tion indices of 0.1 are added together. The resul-
= [cos(w c + w m )t + cos(w c − w m )t]
tant signal can be closely approximated by 1
2
(a) broadband FM (b) SSB with carrier
(c) DSBSC (d) SSB without carrier 1
 (GATE 2004: 1 Mark) = [cos 2p (101 × 106 )t + cos 2p (99 × 106 )t]
2
Solution.  The narrow-band FM signal is If vBM(t) is passed through HPF with cut-off fre-
quency fH = 100 × 106Hz, then only (wc + wm)
Ac b
s(t)FM = Ac cos w c t + cos(w c + w m )t passes and output of HPF is
2
Ac b
− cos(w c − w m ) t vHP (t) =
1
cos(w c + w m )t
2 2
The AM signal is
cos[2p (101 × 106 )t]
1
=
Am
= Ac cos w c t + c a cos(w c + w m )t
2
s(t)AM
2
cos(2p × 100 × 106 t + 2p × 1 × 106 t)
1
Ac ma =
+ cos(w c − w m ) t 2
2

43-Chapter-43-Gate-ECE.indd 985 6/3/2015 5:26:31 PM


986     Chapter 43:  Analog Communication Systems 

Now, Therefore, s(t) will be periodic with period being


LCM of Tl and T2.
vo (t) = vHP (t) + sin(2p × 100 × 106 )t Hence, the time period of s(t) = 9900 ms ≅ 10000 ms
Therefore, frequency of detector = 1/(10000×10−6)Hz
cos(2p × 100 × 106 t + 2p × 1 × 106 t)
1
= = 0.1 kHz
2  Ans. (a)
+ sin(2p × 100 × 106 )t 11. Consider a system shown in the following figure.
Let X( f ) and Y( f ) denote the Fourier transforms of
cos(2p 106 t) cos 2p 108 t
1
= x(t) and y(t), respectively. The ideal HPF has the
2
cut-off frequency of 10 kHz.
æ ö
+ ç 1 − sin 2p 106 t ÷ sin 2p 108 t
1
è 2 ø x(t) Balanced HPF Balanced y(t)
The envelope of this signal modulator 10 kHz modulator

æ1 ö æ ö
2 2
1
= ç cos(2p 106 t)÷ + ç 1 − sin(2p 106 t)÷
è2 ø è 2 ø 10 kHz 13 kHz
1 1
= cos2 (2p 106 t) + 1 + sin2 (2p 106 t) − sin(2p 106 t) X(f)
4 4
1
= + 1 − sin(2p 106 t)
4
5 f (kHz)
= − sin(2p 106 t) -3 -1 1 3
4
 Ans. (c) The positive frequencies where Y(f) has spectral
peaks are
10. Two sinusoidal signals of same amplitude and fre-
quencies 10 kHz and 10.1 kHz are added together. (a) 1 kHz and 24 kHz. (b) 2 kHz and 24 kHz.
The combined signal is given to an ideal frequency (c) 1 kHz and 14 kHz. (d) 2 kHz and 14 kHz.
detector. The output of the detector is  (GATE 2004: 2 Marks)

(a) 0.1 kHz sinusoid. Solution.  Peaks of X(f) are at 1 kHz and −1 kHz.
(b) 20.1 kHz sinusoid. Therefore, peaks of output of balanced modulator =
(fc ± 1) kHz and (fc ± −1) kHz.
(c) A linear function of time.
(d) A constant.
 (GATE 2004: 2 Marks) Given that the carrier frequency fc = 10 kHz.
Therefore, peaks of output of the balanced modula-
Solution.  The output of the adder is tor are (10 ± 1) kHz = 11 kHz, 9 kHz and (10 ± −1)
s(t) = A cos[2p × 10 × 103 t] + A cos[2p × 10.1 × 103 t]
kHz = 9 kHz, 11 kHz.
Output of HPF with fc = 10 kHz will be 11 kHz
where A is the amplitude of the two sinusoidal sig- frequency component.
nals being added. Therefore, the output of the second balanced modu-
Time period of the first signal lator Y(f) has peaks at (13 kHz ± 11 kHz) = 24 kHz
and 2 kHz.
1
T = = 100 ms  Ans. (b)
1 10 × 103
12. Find the correct match between group 1 and group 2.
Time period of the second signal
Group 1
1
T = = 99 ms P. [1 + km(t)]Asin(wct)
2 10.1 × 103 Q. km(t)Asin(wct)
As the ratio R. A sin[w c t + km(t)]
T1  t 
S. A sin w c t + k ∫ m(t)dt 
= rational
T2
 −∞ 

43-Chapter-43-Gate-ECE.indd 986 6/3/2015 5:26:37 PM


SOLVED GATE PREVIOUS YEARS’ QUESTIONS     987

Group 2 If phase deviation remains the same and ­modulating


W. Phase modulation frequency is changed
X. Frequency modulation BW = 2( b + 1)f ′ = 2(10 + 1)2 × 103 Hz = 44 kHz
m
Y. Amplitude modulation
 Ans. (d)
Z. DSBSC modulation
16. The diagonal clipping in amplitude demodulation
(a) P-Z, Q-Y, R-X, S-W (using envelope detector) can be avoided if RC
(b) P-W, Q-X, R-Y, S-Z time constant of the envelope detector satisfies the
(c) P-X, Q-W, R-Z, S-Y following condition (here W is message bandwidth
(d) P-Y, Q-Z,R-W, S-X and w is carrier frequency both in radian/s),
 (GATE 2005: 1 Mark) 1 1
 Ans. (d) (a) RC < (b) RC >
W W
13. Which of the following analog modulation scheme 1 1
(c) RC < (d) RC >
w w
requires the minimum transmitted power and
­minimum channel bandwidth?
 (GATE 2006: 2 Marks)
(a) VSB (b) DSBSC  Ans. (a)
(c) SSB (d) AM
17. A message signal with bandwidth 10 kHz is lower
 (GATE 2005: 1 Mark)
sideband SSB modulated with carrier frequency
 Ans. (c)
fc1 = 106 Hz. The resulting signal is then passed
14. A device with input x(t) and output y(t) is through a narrow-band frequency modulator with
­characterized by y(t) = x2(t). An FM signal with carrier frequency fc2 = 109 Hz. The bandwidth of
frequency deviation of 90 kHz and modulating the output would be
(a) 4 × 104 Hz (b) 2 × 106 Hz
signal bandwidth of 5 kHz is applied to this device.
(c) 2 × 109 Hz (d) 2 × 1010 Hz
The bandwidth of the output signal is
(a) 370 kHz. (b) 190 kHz.  (GATE 2006: 2 Marks)
(c) 380 kHz. (d) 95 kHz.
 (GATE 2005: 2 Marks) Solution.  Given that, message signal bandwidth
fm = 10 kHz and carrier frequency fc1 = 106 Hz.
Solution.  For a device with characteristics After lower SSB modulation signal will be
y(t) = x2(t), the frequency deviation of the output Asin(wc1 − wm)t
is twice as that of the input. Therefore, frequency
deviation Δf at the output is 180 kHz. The signal is passed through a narrow-band frequency
The bandwidth of the output signal is modulator with carrier frequency fc2 = 109 Hz.
Output from narrow-band frequency modulator
BW = 2(Df + fm ) = 2(180 + 5) × 103 = 37 0 kHz
= coswc2t − b sin(wc1 − wm)t⋅sinwc2t
Please note that when an FM signal is applied
to a doubler, frequency deviation doubles but fm For narrow-band frequency modulation, BW ≈ 2Δf
remains the same. = 2(fc1 − fm) = 2(106 − 10 × 103)
 Ans. (a)
BW = 1.98 × 106 Hz ≈ 2 × 106 Hz
15. A carrier is phase modulated (PM) with frequency
deviation of 10 kHz by a single tone frequency  Ans. (b)
of 1 kHz. If the single-tone frequency is increased Common Data for Questions 18 and 19:
to 2 kHz, assuming that phase deviation remains
Let g(t) = p(t) * p(t), where * denotes convolution
unchanged, the bandwidth of the PM signal is
and p(t) = u(t) − u(t − 1) with u(t) being the unit
(a) 21 kHz. (b) 22 kHz. step function.
(c) 42 kHz. (d) 44 kHz.
18. The impulse response of filter matched to the signal
s(t) = g(t) − d (t − 2) * g(t) is given as:
 (GATE 2005: 2 Marks)

Solution.  The phase deviation is


(a) s(1 − t) (b) −s(1 − t)
Df 10 × 103 (c) −s(t)
b = = = 10 (d) s(t)
f
m
1 × 103  (GATE 2006: 2 Marks)

43-Chapter-43-Gate-ECE.indd 987 6/3/2015 5:26:42 PM


988     Chapter 43:  Analog Communication Systems 

Solution.  Given that h(t)


p(t) = u(t) − u(t − 1)
p(t) 1

t
0 2 3 4

1
Therefore, h(t) = −s(t)
0 1 t
 Ans. (c)
As, g(t) = p(t)*p(t) 19. An amplitude modulated signal is given as xAM(t)
Hence, g(t) is represented in the figure given below. = 100[p(t) + 0.5g(t)]coswct in the interval 0 ≤ t
≤ 1. One set of possible values of the modulating
g(t) signal and modulation index would be
(a) t, 0.5 (b) t, 1.0 (c) t, 2.0 (d) t2, 0.5
 (GATE 2006: 2 Marks)
Solution.  Given that
xAM(t) = 10[p(t) + 0.5g(t)]coswct.
where p(t)=u(t) − u(t−1) and g(t) = p(t)*p(t) =
0 1 2 t
r(t) −2r(t −1) + r(t −2).
For the desired interval, 0 ≤ t ≤ 1, p(t) = 1 and
Given that,
g(t) = t.
s(t) = g(t) − d (t − 2) * g(t)
Therefore, xAM(t) = 100(1  −  0.5t)coswct. Hence
Hence, s(t) = g(t) − g(t − 2) and g(t − 2) is as modulating signal = t and modulation index = 0.5
drawn below.  Ans. (a)
g(t−2) Common Data for Questions 20 and 21:
Consider the following amplitude modulated (AM)
signal, where fm < B
1
xAM (t) = 10(1 + 0.5 sin 2pfm t) cos 2pfc t

20. The average sideband power for the AM signal


2 3 4 t given above is
(a) 25 (b) 12.5 (c) 6.25 (d) 3.125
Now s(t) can be drawn as
 (GATE 2006: 2 Marks)
s(t)
Solution.  The signal is a double side band full car-
rier AM signal. Therefore, average side band power
1
ma2 A2 m2
Ps = Pc = c × a
3 4 2 2 2
0 t 2 2
(10) (0.5)
×
1 2
Ps = = 6.25 W
2 2
 Ans. (c)
−1
21. The AM signal gets added to a noise with power
Impulse response of the filter matched to the signal spectral density Sn(f) given in the following figure.
s(t) is h(t) = s(T − t). Here, T = 4, therefore h(t) The ratio of average sideband power to mean noise
= s(4 − t). power would be:

43-Chapter-43-Gate-ECE.indd 988 6/3/2015 5:26:46 PM


SOLVED GATE PREVIOUS YEARS’ QUESTIONS     989

Sn(f) Y(f) Y(f)


(a) (b)

N/2 f
−B 0 +B
f −2B −B 0 +B +2B

(c) Y(f) (d) Y(f)


f
−fc−B −fc −fc+ B fc−B fc fc+B

25 25 f f
−B −2B −B
(a) (b) 0 +B
8N o B 4N o B 0 +B +2B
25 25  (GATE 2007: 2 Mark)
(c) (d)
2N o B NoB Solution.  The block diagram is redrawn as shown
 (GATE 2006: 2 Marks) below.
cos(2πBt)
Solution.  Form the solution of Question 20, aver-
age side band power, y1(t)
25 m(t)
Ps = 6.25W = W
4 +
Mean noise power is given by ∑ y(t)
+
PN = N o B Hilbert y2(t)
P 25 transform
SNR = s = m1(t)
PN 4N o B
sin(2πBt)
 Ans. (b)
Here,
22. A Hilbert transformer is a ˆ (f )
M (f ) = M
1
(a) non-linear system (b) non-causal system æ e j2pB + e−j2pB ö
Y (f ) = M (f ) ç ÷÷
(c)  time-varying system (d) low-pass system ç
è ø
1 2
 (GATE 2007: 2 Marks)
 Ans. (a) æ e j2pB − e−j2pB ö
Y (f ) = M (f ) ç ÷÷
ç
è ø
23. In the following scheme, if the spectrum M(f) of 2 1 2
m(t) is as shown in the following figure, then the Y (f ) = Y (f ) + Y (f )
spectrum Y(f) of y(t) will be 1 2
The waveforms are as shown below:
M(f )
M(f ) M(f )

B
−B
f f
B −B
f
−B 0 +B
Y1(f) Y2(f)
cos(2πBt)

m(t)
f f
−2B B B 2B −B B 2B
+
∑ y(t) −2B
Y(f)
+
Hilbert
transform f
−B B
sin(2πBt)  Ans. (a)

43-Chapter-43-Gate-ECE.indd 989 6/6/2015 12:47:25 PM


990     Chapter 43:  Analog Communication Systems 

24. Consider the amplitude modulated (AM) signal (a) FM only (b) AM only
Accoswct + 2coswmtcoswct. For demodulating the (c) Both AM and FM (d) Neither AM nor FM
signal using envelope detector, the minimum value  (GATE 2008: 2 Marks)
of Ac should be
Solution.  The signal [cos(wct) + 0.5cos(wmt) sin(wct)]
(a) 2 (b) 1
is either an AM or a narrow-band FM signal.
(c) 0.5 (d) 0
 Ans. (c)
 (GATE 2008: 1 Mark)
27. For a message signal m(t) = cos(2pfmt) and carrier
Solution.  Modulated signal of frequency fc, which of the following represents a
(t) = Ac cos w c t + 2 cos w m t cos w c t
single side-band (SSB) signal?
v
AM
= (Ac + 2 cos w m t) cos w c t (a) cos(2pfmt)cos(2pfct)
(b) cos(2pfct)
Condition to be satisfied for envelope detection of (c)  cos[2p(fc + fm)t]
an AM signal is (d) [1 + cos(2pfmt)]cos(2pfct)
(A + 2 cos w m t) ≥ 0  (GATE 2009: 1 Mark)
Minimum value of coswmt = −1. Therefore, the Solution.  cos[2p(fc + fm)t] represents upper side
minimum value of (A + 2 cos w m t) is (Ac − 2). band single side band suppressed carrier AM signal.
Therefore, (Ac − 2) ≥ 0 or Ac ≥ 2  Ans. (c)
Therefore, minimum value of Ac should be 2.
 Ans. (a) æ 1ö æ 1ö
28. A message signal given by m(t) = ç ÷ cos w 1t − ç ÷ sin w 2 t
è 2ø è 2ø
25. Consider the frequency modulated signal 10 cos[2p ×æ 1 ö æ 1ö
105t + 5 sin(2p × 1500t)+ 7.5 sin(2p × 1000t)] ) = ç ÷ cos w 1t − ç ÷ sin w 2 t is amplitude modulated with a carrier
m(twith
è 2ø è 2ø
5
carrier frequency of 10 Hz. The modulation index is of frequency wc to generate s(t) = [1 + m(t)] cos w c t
(a) 12.5 (b) 10 What is the power efficiency achieved by this mod-
(c) 7.5 (d) 5 ulation scheme?
 (GATE 2008: 2 Marks)
(a) 8.33% (b) 11.11%
Solution.  Modulation index, (mf) is given by (c) 20% (d) 25%
 (GATE 2009: 2 Marks)
d
m =
f fm Solution.  The message signal can be considered as
where, d is the maximum frequency deviation and
combination of two signal as follows:
æ1ö
m(t) = m1(t) − m2 (t) where m1(t) = ç ÷ cos w1(t) and m2 (t)= si
1
fm is the maximum frequency component.
è2ø 2
Given that fm = 1500 Hz æ1ö
w w
1
Phase, q (t) = 5 sin(2p × 1500t) + 7.5 sin(2p 1× 1000çèt2) ÷ø
m (t) = cos 1 (t) and m 2 (t)=
2
sin 2 t . Therefore, power efficiency
Therefore, (η) of the combined signal is
mf2
dq (t) h = × 100%
Dw = = 5 × 2p × 1500 cos(2p × 1500t) 2 + mf2
dt
+ 7.5 × 2p × 1000 cos(2p × 1000t) where m is the modulation index of combined signal
f
Maximum value of ∆w is given by m(t).
Dw max = 2p (7500 + 7500) = 2p (15000) rad/s 2
mf is given by mf1 2
+ mf2 , where

Maximum frequency deviation Vm1 1 V 1


= and mf 2 = m2 =
Dw max
mf 1 =
d = = 15000 Hz Vc 2 Vc 2
2p
æ1ö æ1ö
2 2
d 15000 Therefore, mf = ç ÷ + ç ÷ =
1
è2ø è2ø
m = = = 10 2
f fm 1500
0.5
 Ans. (b) h= × 100% = 20%
2 + 0.5
26. The signal cos(wct) + 0.5cos(wmt)sin(wct) is  Ans. (c)

43-Chapter-43-Gate-ECE.indd 990 6/3/2015 5:27:06 PM


SOLVED GATE PREVIOUS YEARS’ QUESTIONS     991

29. Suppose that the modulating signal is List I


m(t)  =  2cos(2pfmt) and the carrier signal is A. Power efficient transmission of signals
xc(t) = Accos(2pfct). Which one of the following is a B. Most bandwidth efficient transmission of voice
­conventional AM signal without over-modulation? signals
C. Simplest receiver structure
(a) x(t) = Ac m(t) cos(2pfc t)
D. Bandwidth efficient transmission of signals with
(b) x(t) = Ac [1 + m(t)] cos(2pfc t) significant dc component
Ac
(c)  x(t) = Ac cos(2pfc t) + m(t) cos(2pfc t) List II
4 1. Conventional AM
(d) x(t) = Ac cos(2pfm t) cos(2pfc t) 2. FM
+ Ac sin(2pfm t) sin(2pfc t)
3. VSB
4. SSB-SC
 (GATE 2010: 1 Mark)   A   B   C   D
Solution.  Conventional AM signal is (a)   4   2   1   3
(b)   2   4   1   3
x(t) = Ac [1 + m(t)]cos(2pfc t) (c)   3   2   1   4
= Ac cos(2pfc t) + Ac m(t) cos(2pfc t) (d)   2   4   3   1
 (GATE 2011: 1 Mark)
In option (b), modulation index Solution.  Conventional AM has simple receiver.
2 VSB is ­bandwidth efficient transmission of signals
= =2 with ­significant DC component. SSBSC is the most
1
­bandwidth efficient transmission of voice signals.
So, it is conventional AM signal but with over- FM is used for power efficient transmission of
modulation. signals.
In option (c),  Ans. (b)
A
x(t) = Ac cos(2pfc t) + c m(t) cos(2pfc t) 32. A message signal m(t) = cos2000pt + 4cos4000pt
4 modulates the carrier c(t) = cos2pfct where fc = 1
Here, modulation index MHz to produce an AM signal. For demodulating
the generated AM signal using an envelope detec-
2 1 tor, the time constant RC of the detector circuit
==
4 2 should satisfy
Therefore, it is conventional AM signal without (a) 0.5 ms < RC < 1 ms (b) 1 ms << RC < 0.5 ms
over-modulation. (c) RC << 1 ms (d) RC >> 0.5 ms
 Ans. (c)  (GATE 2011: 2 Marks)
30. Consider an angle-modulated signal x(t) = 6cos
[2p × 106t + 2sin(8000pt) + 4cos(8000pt)]V. The Solution.  For envelope detector to work properly,
average power of x(t) is the RC time constant should satisfy the following
condition
(a) 10 W (b) 18 W
1 1
(c) 20 W (d) 28 W << RC <
 (GATE 2010: 1 Mark) fc fm
1 1
Solution.  Average power of angle-modulated s << RC < s
signal x(t) is A 2c /2. Here, Ac = 6. 1 × 10 6
2 × 103
Therefore, Hence 1 µs << RC < 0.5 ms 
(6)2
Average power = = 18 W  Ans. (b)
2
 Ans. (b)
33. The signal m(t) as shown is applied both to a phase
31. The List I (lists the attributes) and the List II (lists modulator (with kp as the phase constant) and a
of the modulation systems). Match the attribute to frequency modulator (with kf as the frequency
the modulation system that best meets it. constant) having the same carrier frequency

43-Chapter-43-Gate-ECE.indd 991 6/3/2015 5:27:14 PM


992     Chapter 43:  Analog Communication Systems 

m(t) f(t) = 2pfc t + kp m(t)

2 Maximum phase deviation is


(f DPM)max = kp max [m(t)] = 2kp 

For frequency modulator,

f(t) = 2pfc t + 2pkf ò m(t) dt


t
−2 0 2 4 6 8 t(seconds) 0

(f DFM)max = 2pkf t[ ò m(t) dt]max


t
0
−2
= 2pkf [ ò m(t)max dt] = 2pkf [ ò 2 dt] = 8pkf 
2 2
0 0

The ratio kp/kf (in radian/Hz) for the same maxi- Given, (f DPM )max = (f DFM)max
mum phase deviation is
Therefore,
8pkf = 2kp  
(a) 8p (b) 4p
(c) 2p (d) p
 (GATE 2012: 2 Marks) kp
or, = 4p
kf
Solution.  For phase modulator,  Ans. (b)

43-Chapter-43-Gate-ECE.indd 992 6/3/2015 5:27:19 PM


CHAPTER 44

FUNDAMENTALS OF INFORMATION THEORY

In this chapter, we discuss the fundamentals of information theory. The topics covered include measure of information,
source encoding, error-free communication over a noisy channel, channel capacity of discrete and continuous memory-
less channels and Shannon—Hartley theorem.

44.1  MEASURE OF INFORMATION It may be mentioned here that a memoryless source


implies that each message emitted is independent of the
previous messages.
The information contained in a message with probability The information content Ii of message mi is given by
of occurrence P is proportional to log2(1/P) and can be the following expression:
written as
 1
I i = log2   
 1
(44.2)
I = k log2    (44.1)  Pi 
P
where Pi is the probability of occurrence of message mi.
where k is a constant.
The mean or average information per message ­emitted
Therefore, when P → 1, I → 0 and when P → 0, I → ∞.
by the source is referred to as its entropy and is given by
The smaller the value of P, the larger is the value of I.
the following expression:
n n
æ 1 ö
44.1.1  Entropy of a Source H(m) = å PiIi bits = å Pi log2 çè P÷ bits
i =1 i =1 iø
Let us consider a memoryless source m emitting messages n
m1, m2, …, mn with probabilities P1, P2, …, Pn, respectively. = − å Pi log2 (Pi ) bits (44.3)
i =1

44-Chapter-44-Gate-ECE.indd 993 5/29/2015 5:53:48 PM


994     Chapter 44:  Fundamentals of Information Theory 

The value of entropy H(m) is maximum when P1 = P2 = descending probability. We repeat the procedure till the
= Pn = 1/n and is given by the following expression: final set reduces to r messages. Each of these messages
n are assigned one of the r numbers 0, 1, 2, …, (r − 1). We
H(m)max = − å
1 1
log2 = log2 n  (44.4) regress in the same way as in the case of binary messages
i =1 n n till each of the original messages have been assigned a

code. For an r-ary code, we will have exactly r messages
44.2  SOURCE ENCODING left in the reduced set if and only if the total number of
original messages is r + k(r − 1), where k is an integer.
In case the original message does not satisfy this condi-
If all the messages of the source are equiprobable, then tion, then add dummy messages with zero probability of
the minimum number of bits required to encode a mes- occurrence, till this condition is fulfilled.
sage is equal to the source entropy log2(1/P), where P is
the message probability. For an arbitrary distribution of
non-equiprobable messages, the average number of binary 44.3  ERROR-FREE COMMUNICATION
digits per message required for encoding is H(m) (in bits). OVER A NOISY CHANNEL
The source encoding theorem says that to encode a
source with entropy H(m), a minimum of H(m) binary
Till now, the encoding we have discussed has zero
digits per message need to be transmitted. Therefore,
redundancy. However, there is absolutely no possibility
the average word length of an optimum code is H(m).
of error-free communication over a noisy channel when
To attain this length, we have to encode a sequence of
N messages (N → ∞) at a time. If we wish to encode
messages are encoded with zero redundancy. The use of
redundancy helps combat noise.
each message directly without using longer sequences,
then, in general, the average length of the code word per Let us consider a binary symmetric channel (BSC)
message will be greater than H(m). It is preferable to with an error probability Pe. Then for error-free commu-
encode messages directly, even if the price has to be paid nication over this channel, messages from a source with
in terms of increased word length. The optimum source entropy H(m) must be encoded by binary codes with a
code, referred to as the Huffman code, is arrived at by word length of at least H(m)/Cs, where Cs is the channel
the following sequence of steps. capacity and is given by the following expression:
The messages are arranged in order of descending é 1 1 ù
Cs = 1 − êPe log + (1 − Pe ) log
probability. The last two messages are added into one
ë Pe 1 − Pe úû
message with their probabilities added together. These
messages are then arranged in order of descending prob- Let us suppose we need to transmit a binary informa-
ability. The last two messages are again added and then tion bits per second. Then over a period of T seconds,
rearranged in order of descending probability. This is we have a block of aT binary information bits. If to this
done till the number of messages is reduced to two. block, we add (b − a)T check digits (i.e., b − a check
These two messages are assigned 0 and 1 as their first digits per second), then we need to transmit bT digits for
digits in the code sequence. We now go back and assign every aT information digits. Suppose, instead of trans-
numbers 0 and 1 to the second digit for the two mes- mitting one binary digit every 1/a second, we accumu-
sages that were added in the previous step. We keep late aT digits over T seconds. Let us consider this as a
proceeding like this till the first column is reached. The message to be transmitted. There are a total of 2aT such
code obtained is referred to as the optimum code or the super-messages, and every T seconds, we need to trans-
Huffman code or the compact code. The average length mit one of the 2aT possible super-messages. These super-
of the code is given by the following expression: messages are transmitted using a sequence of bT binary
n digits. Therefore, we have reduced the transmission rate
L= å PiLi  (44.5) by a factor of a/b.
i =1
According to Shannon’s theorem, a/b must be less
The code efficiency h is defined as the ratio of H(m) (the than the channel capacity Cs.
average minimum length) to the average length L:
H(m)
h=  (44.6) 44.4  CHANNEL CAPACITY OF A
L DISCRETE MEMORYLESS CHANNEL
Similar procedure can be used to find a compact r-ary
code. In this case, we arrange the messages in descending
order of probability and combine last r messages into Consider a source that generates a message that contains
one message and rearrange the new set in order of r symbols x1, x2, …, xr. The receiver receives symbols

44-Chapter-44-Gate-ECE.indd 994 5/29/2015 5:53:49 PM


44.5  CHANNEL CAPACITY OF A CONTINUOUS MEMORYLESS CHANNEL     995

y1, y2, …, ys. If the channel is noiseless, then the ­reception Channel capacity in bits per second is given by the
of  some symbol yj uniquely determines the message ­following expression:
transmitted. Because of noise, however, there is a certain
amount of uncertainty regarding the transmitted symbol C = kCs (44.12)
when yj is received. If P (xi y j ) represents the condi- where k is the number of symbols transmitted per second.
tional probability that when xi is transmitted then yj is
received, then there is an uncertainty of log[1/P (xi y j )]
about xi when yj is received. 44.5  CHANNEL CAPACITY OF
When this uncertainty is averaged over all xi and yj,
A CONTINUOUS MEMORYLESS
we obtain H(x y) , which is the average uncertainty CHANNEL
about the transmitted symbol x when y is received and
is referred to as the conditional entropy of x given y.
H(x y) in bit/symbol is given by The entropy H(x) for a continuous random variable x is
given by the following expression:

H(x y) = å å P (xi , y j ) log
1
ò
 (44.7) 1
P (xi y j ) H(x) = p(x) log dx (44.13)
i j p(x)

−¥ 
P (xi y j ) can be calculated using the following formulae: 2
For a given mean square value x , the entropy is maxi-
P (y j xi )P (xi ) mum for a Gaussian distribution of x given by
P (xi y j ) =
/ 2s 2
e−x
P (y j ) 1 2
p(x) =
P (y j xi )P (xi ) s 2p

å i P (xi , yj )
=  (44.8) and the corresponding entropy is

log(2pes 2 )
1
P (y j xi )P (xi )
å i P (xi )P (yj
= 2
xi )
It may be mentioned here that when x is constrained to
some peak value M (−M < x < M), then the entropy is
where P (y j xi ) represents the priori probability that yj maximum when x is uniformly distributed.
is received when xi is transmitted. This is a characteristic
ì 1
of the channel and the receiver. ï , −M < x < M
p(x) = í 2M
The average information received by the receiver in ïî 0, otherwise
bits per symbol is given by the following expression:

I (x; y) = H(x) − H(x y) 44.5.1  Entropy of a Band-Limited White


Gaussian Noise
= å å P (xi , y j ) log
P (xi y j )

i j P (xi ) For a band-limited white Gaussian noise n(t) with power


spectral density (PSD) z /2, the entropy in bits per sample
= å å P (xi , y j ) log
P (y j xi )
 (44.9) of each Nyquist symbol n(t) is given by the ­following
i j P (y j )
expression:
= å å P (xi , y j ) log
P (xi , y j )
H(n) = log ( 2pezB ) 
1
(44.14)
i j P (xi )P (y j ) 2

I(x ;y) is also referred to as the mutual information 44.5.2  Mutual Information I (x ; y)
of x and y. It may be mentioned here that I(x ;y) is
­symmetrical with respect to x and y, that is, The mutual information I(x ; y) of continuous random
variables x and y is given by the following expression:
I (x ; y) = I (y ; x) = H(y) − H(y | x) = H(x) − H(x | y)(44.10)
é 1 ù é 1 ù
I (x ; y) = log ê ú − log ê ú
ë p(x)Dx û ë p(x y) Dx û
The maximum value of I(x  ; y) is referred to as the channel
capacity C s . C s in bits per symbol is given by the
following expression: p(x y)
= log (44.15)
Cs = max I (x ; y ) 
p(x)
(44.11)
P (xi ) = H(x) − H(x y) = H(y) − H(y x)

44-Chapter-44-Gate-ECE.indd 995 5/29/2015 5:53:54 PM


996     Chapter 44:  Fundamentals of Information Theory 

The maximum value of I(x ; y) is referred to as the ­channel where C is the channel capacity in bit/s, B is the channel
capacity Cs. Cs in terms of average information trans- bandwidth in hertz, S/N is the signal-to-noise ratio at
mitted per sample is given by the following expression: channel output or receiver input.
Cs = max I (x ; y) (44.16) For a system with infinite bandwidth, the channel

capacity C is given by the following expression:
Channel capacity in bits per second is given by the
­following expression:
S
lim C = 1.44 bits/s  (44.20)
C = kCs (44.17) B ®¥ z

where k is the number of values transmitted per second.
where N = zB.
 H(x) − H(xïy)
Also,  I(x ; y) = I(y ; x) = The Shannon−Hartley theorem underlines the
= H(y) − H(yïx) (44.18) f­undamental importance of bandwidth and signal-to-noise
ratio in communication. It also shows that for a given
44.6  SHANNON−HARTLEY THEOREM channel capacity, we can exchange increased bandwidth
for decreased signal power. It may be mentioned that
increasing the channel ­bandwidth by a certain factor does
Shannon−Hartley theorem describes the capacity of not increase the channel capacity by the same factor in a
a noisy channel (assuming that the noise is random). noisy channel as would be suggested by Shannon−Hartley
According to this theorem, theorem apparently. This is because increasing the band-
width also increases noise, thus decreasing the S/N ratio.
 S
C = B log2  1 +  bits/s  (44.19) However, channel capacity does increase with increase in
 N bandwidth; the increase will not be in same proportion.

IMPORTANT FORMULAS

1. The information content Ii of message mi is 7. The average information received by the receiver
æ 1 ö
in bits per symbol is
I i = log2 ç ÷ I (x; y) = H(x) − H(x y)
è Pi ø
= å å P (xi , y j ) log
P (xi y j )
2. The entropy is
P (xi )
n n
æ 1 ö i j
H(m) = å P I bits = å Pi log2 çè P ÷ø bits
= å å P (xi , y j ) log
i i P (y j xi )
i =1 i =1 i
n P (y j )
= − å Pi log2 (Pi ) bits
i j

= å å P (xi , y j ) log
P (xi , y j )
i =1
i j P (xi )P (y j )
3. The value of entropy H(m) is maximum when
P1 = P2 =  = Pn = 1/n and is given by 8. I(x ; y) = I(y ; x) = H(y) − H(yúx)
n
H(m)max = − å
1 1 9. The channel capacity for a discrete memoryless
log = log n channel is
i =1 n n
Cs = max I (x; y)
4. The average length of the code is P (xi )

n 10. The channel capacity in bits per second is C = kCs


L= å PiLi 11. The entropy H(x) for a continuous random ­variable
i =1
x is
5. The code efficiency h is +∞


1
H(m) H(x) = p(x) log dx
h= −∞
p(x)
L
6. The channel capacity for a binary symmetric 12. For a given mean square value x2 , the entropy is
­channel is maximum for a Gaussian distribution of x given by
é 1 ù / 2s 2
e−x
1
Cs = 1 − êPe log + (1 − Pe ) log
1 2

1 − Pe úû
p(x) =
ë Pe s 2p

44-Chapter-44-Gate-ECE.indd 996 5/29/2015 5:53:57 PM


é 1 ù é 1 ù
I (x; y) = log ê ú − logSOLVED
ê ú
EXAMPLES     997
ë p(x)Dx û ë p(x y) Dx û
and the corresponding entropy is p(x y)
= log
log(2pes 2 )
1 p(x)
2 = H(x) − H(x y)
13. For a band-limited white Gaussian noise n(t) with
PSD z /2, the entropy in bits per sample of each 15. The Shannon−Hartley theorem states
 S
Nyquist symbol n(t) is
C = B log2  1 +  bits/s
H(n) = log(2pezB)
1  N
2
16. For a system with infinite bandwidth, the channel
14. The mutual information I(x ; y) of continuous capacity C is
random variables x and y is S
lim C = 1.44 bits/s
B ®¥ z
é 1 ù é 1 ù
I (x; y) = log ê ú − log ê ú
ë p(x)Dx û ë p(x y) Dx û where N = zB
p(x y)
= log
SOLVED EXAMPLES p(x)
= H(x) − H(x y)

Multiple Choice Questions

1. A source produces four symbols with probability (a) 2.8876 (b) 1.8876
1/2, 1/4, 1/8 and 1/8. For this source, a practical (c) 3.8876 (d) 4.8876
coding scheme has an average code word length of
2 bits/symbol. The efficiency of the code is Solution. We have
7
(a) 1 (b) n
8 Entropy = H = − å Pi log2 (Pi )
1 1 i =1
= − [0.8 log2 (0.8) + 0.2 log2 (0.2)]
(c) (d)
2 4
= 0.72 bits/symbol
Solution.  We have
n
Entropy = H = −å Pi log2 (Pi ) For the extended coding scheme, using blocks of
i =1 four symbols, the entropy is given by 4 × 0.72 =
é1 æ1ö 1 æ 1 öù 2.8876 bit/4 symbols
ê 2 log2 ç 2 ÷ + 4 log2 ç 4 ÷ ú
è ø è øú The bounds on the average code word length are
= −ê H ≤ L ≤ [H + 1]
ê 1 æ ö
1 æ 1 öú
ê + log2 ç ÷ log2 ç ÷ ú
ë 8 è8ø è 8øû Therefore, lower bound = 2.8876 bits.
7  Ans. (a)
=
4 3. For the data given in Question 2, the upper bound
7/4 7 on the average word length is
Code efficiency = h =
H
= =
L 2 8 (a) 2.8876 (b) 1.8876
 Ans. (b) (c) 3.8876 (d) 4.8876

2. A binary source has symbol probabilities 0.8 and 0.2. Solution. From the solution of Question 2, upper
If extension coding (blocks of four symbols) is used, bound = 3.8876 bits
the lower bound on the average code word length is  Ans. (c)

Numerical Answer Question

1. An image uses 512 × 512 picture elements. Each Solution. We have


of the picture elements can take any of the eight n = log2 L = log2 8 = 3
distinguishable intensity levels. What is the maximum Maximum entropy = 512 × 512 × n = 512 × 512 ×
entropy in bits in the above image? 3 = 786432 bits
 Ans. (786432)

44-Chapter-44-Gate-ECE.indd 997 5/29/2015 5:54:00 PM


998     Chapter 44:  Fundamentals of Information Theory 

PRACTICE EXERCISE

Multiple Choice Questions

1. Consider a binary symmetric communication channel 6. For the data given in Question 5, the conditional
whose input score is the alphabet X = {0,  1} with entropy of Y, given X, is
probabilities {0.5, 0.5}, and whose output alphabet (a) 0 bits
Y = {0. 1} and channel matrix is (b) 16 bits
é1 − e e ù (c) 8 bits
êë e 1 − e úû (d) Cannot be determined from given data
(2 Marks)
where e is the probability of transmission error.
The entropy of source H(X ) is 7. For the data given in Question 5, the conditional
(a) 1 bit (b) 2 bits (c) 0.5 bit (d) 0.7 bit entropy of X, given Y, is
(2 Marks) (a) 0 bits
(b) 16 bits
2. For the data given in Question 1, the entropy of
(c) 8 bits
the output distribution H(Y) is
(d) Cannot be determined from given data
(a) 1 bit (b) 2 bits (c) 0.5 bit (d) 0.7 bit (1 Mark)
(2 Marks) 8. For the data given in Question 5, the joint entropy
3. For the data given in Question 1, the joint entropy of X and Y is
for X and Y, H(X, Y), is (a) 0 bits
(a) 1 bit (b) 16 bits
(b) 1 − e log2 e − (1 − e ) log2 (1 − e ) (c) 8 bits
(d) Cannot be determined from given data
(c)  (1 − e ) log2 (1 − e ) (1 Mark)
(d) 1 − e log2 e 9. Let us consider a continuous communication channel
(2 Marks) having bandwidth W Hz, perturbed by additive
4. For the data given in Question 1, the mutual white Gaussian noise of power spectral density No
­information of the channel I(X ; Y) is and average transmitted power P. If the signal-
to-noise ratio (P/NoW ) is increased without limit,
(a) (1 − e ) log2 (1 − e ) then the channel capacity
(b) 1 + e log 2 e + (1 − e ) log2 (1 − e ) (a) increases monotonically without limit
(c)  1 + e log2 e (b) decreases monotonically without limit
(d) 1 + e log2 e + e log2 (1 − e ) (c) remains constant
(d) may increase or decrease
(2 Marks) (1 Mark)
5. Let us consider a random variable X whose entropy 10. For the data given in Question 9, the limit on
H(X) is 8 bits and a deterministic function Y(X) the capacity of the channel if the bandwidth W
that takes on a different value for each value of X. is increased without limit while noise power and
The entropy of Y is signal power are not changed
(a) 0 bits (a) increases monotonically without limit
(b) 16 bits (b) decreases monotonically without limit
(c) 8 bits (c) increases monotonically up to a limit (P/No)log2e
(d) Cannot be determined from given data (d) decreases monotonically up to a limit (P/No)log2e
(2 Marks) (2 Marks)

Numerical Answer Questions

1. The entropy in bits of the following source 2. What is the shortest possible code length in bits per
alphabet whose letters have the following prob- symbol that could be achieved for a ­six-letter alpha-
abilities A (1/4), B (1/8), C (1/2) and D (1/8) is bet whose symbols have the following ­probability
. distribution (1/2, 1/4, 1/8, 1/16, 1/32, 1/32)?
(2 Marks) (2 Marks)

44-Chapter-44-Gate-ECE.indd 998 5/29/2015 5:54:02 PM


ANSWER TO PRACTICE EXERCISE     999

ANSWER TO PRACTICE EXERCISE

Multiple Choice Questions

1. (a) Entropy of a source X is 6. (a) It is given that Y always takes a different value
n
H(X ) = − å Pi log2 (Pi ) bits
from X.
i =1 Therefore, conditional entropy of Y, given X,
Therefore, entropy H(X) = −[0.5log2(0.5) + 0.5log2(0.5)] H(YúX) = 0
           = 1 bit 7. (a) It is given that Y always takes a different value
2. (a) Output probabilities are p(Y = 0) = 0.5(1 − e) from X.
+ 0.5e = 0.5 and p(Y = 1) =   0.5(1 − e) + 0.5e = 0.5 Therefore, conditional entropy of X, given Y,
Entropy of the source Y is H(XúY) = 0
n
H(Y ) = − å Pi log2 ( Pi ) bits
8. (c) Joint entropy H(X, Y) = H(X) + H(YúX)
= 8 bits
i =1
9. (a) Capacity of a channel in bits per second is
= −[0.5 log2 (0.5) + 0.5 log2 (0.5)] = 1 bit given by
3. (b) The joint probability distribution p(X, Y) is  P 
C = W log2  1 +
é0.5(1 − e ) 0.5e ù  N o W 
êë 0.5e 0.5(1 − e )úû
Increasing the quantity P/NoW inside the loga-
The entropy of the joint distribution is rithm without bounds causes the channel capacity
H(X , Y ) = −å p(x, y) log2 p(x, y) bits to increase monotonically without bounds.
x, y
10. (c) Capacity of a channel in bits per second is given by
= −(1 − e ) log2 [0.5(1 − e )] − e log2 (0.5e )  P 
C = W log2  1 +
= 1 − e log2 e − (1 − e ) log2 (1 − e )  N o W 

4. (b) The mutual information I (X ; Y ) = H(X ) + H(Y ) − H(X , Y ) = 1 + e log2 e + (1 − e ) log2 (1 − e )


Increasing the bandwidth alone causes the channel
capacity to increase but only up to an asymptotic
I (X ; Y ) = H(X ) + H(Y ) − H(X , Y ) = 1 + e log2 e + (1 − e ) log2 (1 − e ) limit.
5. (c) The entropy of Y is the same as that of X. We know that for small values of x, ln(1 + x)
Therefore, H(Y) = 8 bits approaches x. Therefore, the channel capacity
approaches the limit (P/No)log2e.
Numerical Answer Questions
6
H = − å Pi log2 ( Pi ) bits
1. The entropy of the source alphabet is
4
H = − ∑ Pi log2 (Pi ) bits i =1
i =1 éæ 1 ö æ1ö æ1ö æ1ö ù
êç 2 ÷ log2 ç 2 ÷ + ç 4 ÷ log2 ç 4 ÷ ú
 1   1  1  1  êè ø è ø è ø è ø ú
  4  log2  4  +  8  log2  8   ê æ1ö æ1ö æ 1 ö æ 1 ö ú
= −  = − ê+ ç ÷ log2 ç ÷ + ç ÷ log2 ç ÷ ú
  1  1  1  1  ê è8ø è 8 ø è 16 ø è 16 ø ú
+   log2   +   log2    ê æ 1 ö
 2 2 8 8  æ ö æ ö
1 1 æ 1 öú
ê+ ç ÷ log2 ç ÷ + ç ÷ log2 ç ÷ ú
 1  1  1  1 ë è 32 ø è 32 ø è 32 ø è 32 ø û
=   × 2 +   × 3 +   ×1 +   × 3
 4  8  2  8 æ1ö æ1ö æ1ö æ 1 ö
= ç ÷ ×1 + ç ÷ × 2 + ç ÷ × 3 + ç ÷ × 4
= 1.75 bitss/symbol è2ø è4ø è8ø è 16 ø
æ ö1 æ ö1 31
Ans. (1.75) + ç ÷×5 + ç ÷×5 = bits/symbol
2. Shannon’s source coding theorem tells us that the è 32 ø è 32 ø 16
entropy of the distribution is the lower bound on = 1.9375 bits/symbol
the average code length in bits per symbol.
Ans. (1.9375)
The given alphabet has the entropy

44-Chapter-44-Gate-ECE.indd 999 5/30/2015 6:16:17 PM


1000     Chapter 44:  Fundamentals of Information Theory 

SOLVED GATE PREVIOUS YEARS’ QUESTIONS

1. A source generates three symbols with probabilities Solution.  Given that SNR >> 1. Therefore,
æ Sö æSö
0.25, 0.25, 0.50 at a rate of 3000 symbols/s.
Assuming independent generation of symbols, the C1 = B log2 ç 1 + ÷ ≅ B log2 ç ÷
most efficient source encoder would have an average è Nø èN ø
bit rate of When SNR is doubled,
(a) 6000 bit/s (b) 4500 bit/s æ 2S ö æSö
C ¢ ≅ B log2 ç ÷ = B log2 ç ÷ + B log2 2
(c) 3000 bit/s (d) 1500 bit/s èN ø èN ø
 (GATE 2006: 2 Marks) = C1 + B

Solution.  Bit rate = H × Rb  Ans. (b)


4. A source alphabet consists of N symbols with the
1 1 1 probability of the first two symbols being the same.
where H = 0.25 log + 0.25 log + 0.5 log
0.25 0.25 0.5 A source encoder increases the probability of the first
1 1 1 3 symbol by a small amount e and decreases that of the
second by e. After encoding, the entropy of the source
= + + = = 1.5
2 2 2 2
and Rb = 3000 (a) increases (b) remains the same
Bit rate = 1.5 × 3000 = 4500 bit/s. (c) increases only if N = 2 (d) decreases
 Ans. (b)  (GATE 2012: 1 Mark)

2. A memoryless source emits n symbols each with a Solution.  We know that entropy is maximum
probability p. The entropy of the source as a func- when symbols are equal probable, so if probability
tion of n will change from equal to non-equal, entropy will
decrease.
(a) increases as log n  Ans. (d)
(b) decreases as log(l/n)
(c) increases as n 5. Let U and V be two independent and identically
(d) increases as nlogn distributed random variables such that P (U = +1) = P (U = −1) =
 (GATE 2008: 2 Marks)P (U = +1) = P (U = −1) = 1 . The entropy H(U + V) in bits is
2
Solution.  Entropy, (a) 3/4 (b) 1
n (c) 3/2 (d) log23
H(m) = − å Pi log Pi bits
 (GATE 2013: 2 Marks)
i =1
Solution. Given that
where Pi is the probability of individual symbol.
1
As probability of each symbol is same, therefore, P (U = +1) = P (U = −1) = .
2
1
P1 = P2 =  = Pn = Therefore,
n 1 1 1
P (U + V = +2) = . =
n 2 2 4
H(m) = − å
1 1
log = log n 1 1 1
i =1 n n P (U + V = 0) = + =
 Ans. (a) 4 4 2
1 1 1
3. A communication channel with AWGN operating and P (U + V = −2) = . =
at a signal-to-noise ratio (SNR) >> 1 and band-
2 2 4
width B has capacity Cl. If the SNR is doubled Therefore,
keeping B constant, the resulting capacity C2 is 1 1 1
given by H(U + V ) = log2 2 + log2 4 + log2 4
2 4 4
(a) C2 ≈ 2C1 (b) C2 ≈ C1 + B 1 3
= + 1 = bits
(c) C2 ≈ C1 + 2B (d) C2 ≈ C1 + 0.3B 2 2
 Ans. (c)
 (GATE 2009: 2 Marks)

44-Chapter-44-Gate-ECE.indd 1000 5/29/2015 5:54:08 PM


CHAPTER 45

DIGITAL COMMUNICATION SYSTEMS

In this chapter are discussed the topics related to digital communication systems, including the sampling theorem,
­digital pulse communication techniques (such as pulse code modulation (PCM), differential PCM, delta modulation
and adaptive delta modulation) and digital modulation techniques (amplitude shift keying (ASK), frequency shift
keying (FSK), phase shift keying (PSK), differential PSK (DPSK), quadrature PSK (QPSK) and offset QPSK).

45.1  SAMPLING THEOREM for baseband or low-pass signals. The minimum sampling
rate of 2fM samples/s is called the Nyquist rate and its
reciprocal the Nyquist interval. For sampling of ­band-pass
Sampling is the process in which a continuous time signals, lower sampling rates can sometimes be used.
signal is sampled at discrete instants of time and its Sampling theorem for band-pass signals states that if
amplitudes at those discrete instants of time are mea- a band-pass message signal has a bandwidth of fB and an
sured. Quantization is the process by which the sampled upper frequency limit of fu, then the signal can be recov-
amplitudes are represented in the form of a finite set ered from the sampled signal by band-pass filtering if fs ≥
of levels. Encoding process designates each quantized 2fu/k, where k is the largest integer not exceeding fu/fB.
level by a code. Digital transmission of analog signals
has been made possible by sampling the continuous time
signal at a certain minimum rate, which is dictated by 45.2  DIGITAL PULSE COMMUNICATION
what we call as sampling theorem. SYSTEMS TECHNIQUES
Sampling theorem states that a band-limited base-
band signal with the highest frequency component as fM
Hz can be recovered completely from a set of samples Digital pulse communication techniques differ from
taken at the rate of fs samples/s provided that fs ≥ 2fM. analog pulse communication techniques in the sense that,
This theorem is also known as uniform sampling theorem in the case of analog pulse modulation, the sampling

45-Chapter-45-Gate-ECE.indd 1001 6/3/2015 5:15:32 PM


1002     Chapter 45:  Digital Communication Systems 

process transforms the modulating signal into a train


of pulses with each pulse in the pulse train representing
0 0 0 0 0 1 1
the sampled amplitude at that instant of time. It is one
of the characteristic features of the pulse such as ampli-
tude in case of pulse amplitude modulation (PAM), (a)
width in case of pulse width modulation (PWM) and
position of leading or trailing edges in case of pulse posi-
tion modulation (PPM) that is varied in accordance 16
with the amplitude of the modulating signal. What is 15 Quantized signal
important to note here is that the characteristic param- 14

Signal amplitude range


eter of the pulse, which is amplitude or width or posi- 13 Actual signal
tion, is infinitely variable. As an illustration, if in case 12
11
of PWM, every volt of modulating signal amplitude cor-
10
responded to 1 ms of pulse width, then 5.23 V and 5.24 V 9
amplitudes would be represented by 5.23 ms and 5.24 ms, 8
respectively. Further, there could be any number of 7
amplitudes between 5.23 V and 5.24 V. It is not the 6
same in case of digital pulse communication techniques 5
to be discussed in the paragraphs to follow. In case of 4
digital pulse communication techniques, each sampled 3
amplitude is transmitted by a digital code representing 2
the nearest predetermined level. 1
Time
Important digital pulse communication techniques
include the following: (b)

Figure 45.1 |   Quantizing process in PCM.


1. Pulse code modulation (PCM) (a) Quantized signal and
2. Differential pulse code modulation (DPCM) (b) Quantizing process.
3. Delta modulation
In binary PCM, where binary system of ­representation is
4. Adaptive delta modulation used for encoding various sampled amplitudes,

Number of bits to be transmitted per second = nfs


45.2.1  Pulse Code Modulation (45.1)
In pulse code modulation (PCM), the peak-to-peak where n = log2L and L is the number of standard levels and
amplitude range of the modulating signal is divided fs is the sampling frequency.
into a number of standard levels, which in case of
Assuming that the PCM signal is a low-pass signal of
binary system is an integral power of 2. The amplitude
bandwidth fPCM, the required minimum sampling rate
of the signal to be sent at any sampling instant is the
would be 2fPCM. Therefore,
nearest standard level. For example, if at a particular
sampling instant, the signal amplitude is 3.2 V, it will 2fPCM = nfs
not be sent as a 3.2 V pulse as might have been in case
of PAM or a 3.2 ms wide pulse as in case of PWM,
n
instead it will be sent as the digit 3, if 3 V is the near- fPCM =   fs
 2 
or, (45.2)
est standard amplitude. And in case the signal range
has been divided into 128 levels, it will be transmit-
ted as 0000011. The coded waveform would be like Generating a PCM signal is a complex process. The mes-
that shown in Fig. 45.1(a). This process is known as sage signal is usually sampled and first converted into a
quantizing. In fact, a supervisory pulse is also added PAM signal, which is then quantized and encoded. The
with each code group to facilitate reception. Thus, the encoded signal can then be either transmitted directly
number of bits for 2n chosen standard levels per code via a cable or used to modulate a carrier using analog
group is (n + 1). Figure 45.1(b) illustrates the quantiz- or digital modulation techniques. PCM-AM is quite
ing process in PCM. common.

45-Chapter-45-Gate-ECE.indd 1002 6/3/2015 5:15:35 PM


45.2  DIGITAL PULSE COMMUNICATION SYSTEMS TECHNIQUES     1003

45.2.1.1 Quantization Noise The m-law for positive amplitudes is given by the


­following expression:
As is evident from Fig. 45.1(b), quantizing process dis-
 mm 

ln 1 +
1 m
 , 0 ≤ ≤ 1 (45.5)
torts the signal. This distortion is referred to as quantiza- y=
tion noise, which is random in nature as the error in the ln(1 + m )  mp  mp
signal’s amplitude and that actually sent after quantiza-
tion is random. Maximum error can be as high as half The A-law for positive amplitudes is given by the follow-
of the sampling interval, which means if the number of ing expression:
levels used were 16, it would be 1/32 of the total signal   m 


1  , 0 ≤ m ≤ 1
 1 + ln A  mp 
amplitude range. It may be mentioned here that it would
be unfair to say that a PCM system with 16 standard mp A
y =
 1  Am  1
levels will necessarily have a signal-to-quantizing-noise (45.6)
  m
, ≤ ≤1
1 + ln A  mp  A mp
ratio of 32:1 as neither the signal nor the quantizing 1 + ln
noise will always have its maximum value. Signal-to- 
The compression factor m or A decides the degree of
noise ratio (SNR) also depends upon many other factors,
and also its dependence on the number of quantizing
compression. To obtain a nearly constant SNR over a
levels is statistical in nature. Nevertheless, increase in
dynamic range of 40 dB of the input signal, the value of
m should be greater than 100. In North American 8-bit
the number of standard levels does lead to an increase
systems, m = 255 is used. For A-law, A = 87.6 gives com-
in the SNR. In practice, for speech signals, 128 levels are
considered as adequate. Also, the more the number of
parable results and has been standardized by the ITU-T.
levels, the larger is the number of bits to be transmitted
and therefore higher the required bandwidth. The compressed samples must be restored to their
original values at the receiver by using an expander with
The mean square value or the power of the quantiza-
characteristics complementary to that of the compressor.
tion noise (Nq) for a signal m(t) limited to the range
The compressor and the expander are together referred
(−mp, +mp) by the quantizer and the amplitude (−mp,
to as the compander.
mp) divided into L uniformly spaced intervals with each
width Dv = 2mp/L is given by The output SNR using the m-law compander is given
by the following expression:
(∆v)2 mp2
So 3L2
= 2 ≅
Nq = (45.3)
(45.7)
[ln(1 + m )]2
12 3L No
The SNR (So/No) is given by
m2p
where m 2 
 2 .
So m
= 3L2 2 (45.4) 2
m
No mp
45.2.2  Differential PCM
 2 is the power of the message signal.
where m
Differential PCM (DPCM) is similar to conventional
PCM. The difference between the two lies in the fact that
45.2.1.2 Non-Uniform Quantization
in differential PCM, each word or code group indicates
difference in amplitude (positive or negative) between
The output SNR (So/No) is an indication of the quality of
the current sample and the immediately preceding one.
the received signal. As the SNR is directly proportional
Thus, it is not the absolute but the relative value that
to the signal power, therefore the SNR will be low when
is indicated. The bandwidth, as a consequence, required
the signal power is low. The root of this difficulty lies
is less as compared to the one required in case of normal
in the fact that the sampling steps are uniform and can
PCM. Also, the SNR ratio improves in case of differen-
be solved by using the process of non-uniform quantiza-
tial pulse code modulation (DPCM) over PCM.
tion wherein smaller steps will be used for smaller signal
amplitudes and larger steps for larger signal amplitudes. The SNR improvement in DPCM over PCM is at
The same result can be obtained by first compressing least
signal samples and then using uniform quantization. P
Gp = m (45.8)
Two compression laws are internationally used, Pd
namely, the m-law used in North America and Japan and where Pm is the power of the signal m(t) and Pd is the
the A-law used in Europe and rest of the world. power of the difference signal d(t).

45-Chapter-45-Gate-ECE.indd 1003 6/3/2015 5:15:40 PM


1004     Chapter 45:  Digital Communication Systems 

45.2.3  Delta Modulation D dm(t)


> (45.9)
Ts dt max
Delta modulation has various forms. In one of the sim-
plest forms, only 1 bit is transmitted per sample just to where Ts is the time between successive sampling time
indicate whether the amplitude of the current sample is instants.
greater or smaller than the amplitude of the immediately
preceding sample. It has extremely simple encoding and
45.2.4  Adaptive Delta Modulation
decoding processes but then it may result in tremendous
quantizing noise in case of rapidly varying signals.
In delta modulation, the dynamic range of amplitude
Figure 45.2(a) shows a simple delta modulator system. of message signal m(t) is very small due to threshold
The message signal m(t) is added to a reference signal and overload effects. This problem is overcome in an
with the polarity shown. The reference signal is inte- adaptive delta modulator. In adaptive delta modulation,
gral of the delta-modulated signal. The error signal e(t) the step size (D) is varied according to the level of mes-
so produced is fed to a comparator. The output of the sage signal. The step size is increased as the slope of
comparator is +D for e(t) > 0 and −D for e(t) < 0. The the message signal increases to avoid overload. The step
output of the delta modulator is a series of impulses with size is reduced to reduce the threshold level and hence
the polarity of each impulse depending upon the sign the quantizing noise when the message signal slope is
of e(t) at the sampling instants of time. Integration of small. In case of adaptive delta modulation, however,
delta-modulated output xDM(t) is a staircase approxima- the receiver also needs to be adaptive. The step size at
tion of message signal m(t) as shown in Fig. 45.2(b). the receiver should also be made to change to match the
changes in step size at the transmitter.
Pulse
generator 45.3  DIGITAL MODULATION
dTs(t)
Comparator
TECHNIQUES
m(t)

e(t) ∆ d(t)
+ −∆ xDM(t)
− Baseband digital signals have significant power content
m(t)
˜ in the lower part of the frequency spectrum. Because
of this, these signals can be conveniently transmitted
over a pair of wires or co-axial cables. At the same time,
∫ because of the same reason, it is not possible to have
efficient wireless transmission of baseband signals as it
(a) would require prohibitively large antennas, which would
not be a practical or feasible proposition. Therefore, if
m(t)
˜ Slope overhead baseband digital signals are to be transmitted over a
wireless communication link, they should first modu-
∆ late a continuous wave high-frequency carrier. Three
well-known techniques available for the purpose include
m(t) amplitude shift keying (ASK), frequency shift keying
Ts (FSK) and phase shift keying (PSK).
t
(b)
45.3.1  Amplitude Shift Keying
Figure 45.2 |   (a) Delta modulator system. (b) Output
waveform of a delta modulator system. In the simplest form of amplitude shift keying (ASK),
the carrier signal is switched ON and OFF depending
Delta-modulated signal can be demodulated by integrat- upon whether a `1’ or `0’ is to be transmitted (Fig. 45.3).
ing the modulated signal to get the staircase approxima- For obvious reasons, this form of ASK is also known as
tion and then passing it through a low-pass filter. The ON−OFF keying (OOK). The signal in this case is rep-
smaller the step size, (D), the better is the reproduction resented by the following expression:
of the message signal. However, small step size must be A sin w c t for bit `1’
xc (t) =  
(45.10)

accompanied by a higher sampling rate if slope overload
0 for bit `0’
phenomenon is to be avoided. In fact, to avoid slope
overload and associated signal distortion, the following The power spectral density (PSD) of the ASK signal
condition should be satisfied: shown in Fig. 45.3 is shown in Fig. 45.4.

45-Chapter-45-Gate-ECE.indd 1004 6/3/2015 5:15:42 PM


45.3  DIGITAL MODULATION TECHNIQUES     1005

The OOK has the disadvantage that appearance of shown in Fig. 45.6. Modulated carrier signal in this case
any noise during transmission of bit `0’ can be misinter- is represented by the following expression:
A sin ωc1t for bit `1’
preted as data. This problem can be overcome by switch-
ing the amplitude of the carrier between two amplitudes, xc (t) =  (45.11)
one representing a `1’ and the other representing a `0’ A sin ωc 2 t for bit `0’
as shown in Fig. 45.5. Again, carrier can be suppressed
to have maximum power in information carrying signals
1 1 0 1 0 0 1
and also one of the sidebands can be filtered out to con-
serve the bandwidth.

1 1 0 1 0 0 1

Figure 45.6 |   Frequency shift keying.

Figure 45.7 shows the PSD of an FSK signal shown in


Fig. 45.6.
Figure 45.3 |   Amplitude shift keying.

0 wc2 wc1 w

Figure 45.7 |   PSD of an FSK signal.

0 wc w In case of FSK, when modulation rate increases, the


­difference between the two chosen frequencies to ­represent
Figure 45.4 |   PSD of ASK signal. a `1’ and a `0’ also needs to be higher. Keeping in view
the restriction in available bandwidth, it would not be
possible to achieve bit transmission rate beyond a ­certain
value.
1 1 0 1 0 0 1

45.3.3  Phase Shift Keying

In phase shift keying (PSK), the phase of the carrier is


discretely varied with respect to either a reference phase
or to the phase of the immediately preceding signal ele-
ment in accordance with the data being transmitted. For
example, when encoding bits, the phase shift could be
0° for encoding a bit `0’ and 180° for encoding a bit `1’
Figure 45.5 |   Two level amplitude shift keying. as shown in Fig. 45.8. The phase shift could have been
−90° for encoding a bit `0’ and +90° for encoding a bit
`1’. The essence is that representations for `0’ and `1’
45.3.2  Frequency Shift Keying are a total of 180° apart. Such PSK systems in which
the carrier can assume only two different phase angles
In frequency shift keying (FSK), it is the frequency of the are known as binary phase shift keying (BPSK) systems.
carrier signal that is switched between two values, one We can appreciate that in BPSK system, each phase
representing bit `1’ and the other representing bit `0’ as change carries one bit of information. This in other

45-Chapter-45-Gate-ECE.indd 1005 6/3/2015 5:15:44 PM


1006     Chapter 45:  Digital Communication Systems 

words means that the bit rate equals the modulation there is no change, a `0’ is transmitted in the form of no
rate. Now, if the number of recognizable phase angles phase change in the carrier.
was increased to 4, then two bits of information could be A BPSK signal is detected using a coherent demod-
encoded into each signal element. ulator where a locally generated carrier component is
extracted from received carrier by a PLL circuit. This
1 1 0 1 0 0 1 locally generated carrier assists in the product demodu-
lation process where the product of the carrier and the
received modulated signals generate the demodulated
output. There could be a difficulty in successfully identi-
fying the correct phase of regenerated signal for demodu-
lation. Differential PSK takes care of this ambiguity to
a large extent.

45.3.5  Quadrature Phase Shift Keying


Figure 45.8 |   Binary phase shift keying.
Quadrature phase shift keying (QPSK) is the most com-
The carrier signals used to represent `0’ and `1’ bits could monly used form of PSK. A QPSK modulator is noth-
be expressed as follows: ing but two BPSK modulators operating in quadrature.
xc0 (t) = A cos(w c t + q 0 ) The input bit stream (d0, d1, d2, d3, d4, …) represent-
xc1(t) = A cos(w c t + q1 )
ing the message signal is split into two bit streams, one
having say even numbered bits (d0, d2, d4, …) and the
As the phase difference between two carrier signals is other having odd numbered bits (d1, d3, d5, …). Also,
180°, that is, q1 = q0 + 180° in QPSK, if each pulse in the input bit stream has a
duration of T seconds, then each pulse in the even/odd-
Therefore,
numbered bit streams has a pulse duration of 2T seconds
xc0 (t) = A cos(w c t + q 0 ) as shown in Fig. 45.10.
and xc1(t) = −A cos(w c t + q 0 )  (45.12)
+1
Figure 45.9 shows the PSD of a PSK signal shown in d0 d4 d5 d7
Fig. 45.8 din(t) t
d1 d2 d3 d6
-1 T 2T 3T 4T 5T 6T 7T 8T

+1
d0 d4
di(t) t
d2 d6
-1
0 wc w 2T 4T 6T 8T

Figure 45.9 |   PSD of a PSK signal.


+1
d5 d7
45.3.4  Differential Phase Shift Keying dq(t) t
d1 d3
Another form of PSK is differential phase shift keying -1 4T 8T
(DPSK). In this, instead of instantaneous phase of car-
rier determining which bit is transmitted, it is the change Figure 45.10 |   Quadrature phase shift keying.
in phase that carries message intelligence. In this system,
one logic level (say `1’) represents a change in phase of Figure 45.11 shows the block schematic arrangement of
carrier and the other logic level (i.e., `0’) represents a no a typical QPSK modulator. One of the bit streams di(t)
change in phase. In other words, if a digit changes in the feeds the in-phase modulator while the other bit stream
bit stream from 0 to 1 or 1 to 0, a `1’ is transmitted in dq(t) feeds the quadrature modulator. The modulator
the form of change in phase of carrier signal. And in case output can be written as follows:

45-Chapter-45-Gate-ECE.indd 1006 6/3/2015 5:15:47 PM


45.3  DIGITAL MODULATION TECHNIQUES     1007

 1   p
x(t) =   ⋅ di (t) ⋅ cos w c t + 
As each symbol in case of QPSK comprises of two bits,
 2   4 symbol transmission rate is half of bit transmission rate
of BPSK, and the bandwidth requirement is halved.
 1   p
+   ⋅ dq (t) ⋅ sin w c t +  The power spectrum for QPSK is the same as that for
 2   4 BPSK.

This expression can also be written in a simplified way


as follows:
45.3.6  Offset QPSK
x(t) = cos [w c t + q (t)] (45.13)

The offset QPSK is similar to QPSK with the
In the input bit stream shown in Fig. 45.10, amplitude ­d ifference that the alignment of the odd/even
of +1 represents a bit `1’ and amplitude of −1 represents streams is shifted by an offset equal to T seconds.
a bit `0’. The in-phase bit stream represented by di(t) In case of QPSK, as explained ­e arlier, ­carrier phase
modulates the cosine function and has the effect of shift- change can occur every 2T ­s econds. If neither of the
ing the phase of the function by 0 or p radians. This is two streams changes sign, the ­c arrier phase remains
equivalent to BPSK. The other pulse stream represented unaltered. If only one of them changes sign, carrier
by dq(t) modulates the sine function, thus producing phase undergoes a change of +90° or −90°, and if
another BPSK-like output that is orthogonal to the both change sign, carrier phase ­u ndergoes a change of
one produced by di(t). Vector sum of the two produces 180°. In such a situation, the QPSK signal no longer
QPSK signal given by the Eq. (45.13): has a constant envelope if QPSK signal is filtered to
remove spectral side lobes. If such a QPSK signal is
di(t) passed through a non-linear amplifier, the amplitude
variations could cause spectral spreading to restore
1 cos(wct+π/4) unwanted side lobes, which in turn could lead to
√2 QPSK signal interference problems. Offset QPSK overcomes this
x(t)
problem. Due to staggering of in-phase and quadra-
90° ture-phase bit streams, possibility of ­carrier phase
changing state by 180° is eliminated as only one bit
dq(t) stream can change state at any time instant of tran-
sition. A phase change of +90° or −90° does cause
Figure 45.11 |   Block schematic arrangement of a a small drop in envelope but it does not fall to near
­typical QPSK modulator. zero as in the case for QPSK for 180° phase change.

Figure 45.12 illustrates it further. q(t) will have any of


the four values of 0°, 90°, 180° and 270° depending upon cos(wct+π/4)
the status of pair of bits having one bit from di(t) bit
stream and the other from dq(t) bit stream. Four pos-
1 cos(wct)
sible combinations are 00, 01, 10 and 11 (Fig. 45.13).
1,0 √2 1,1
di(t)
−1 1
1 cos(wct+π/4)
√2 √2 √2 sin(wct+π/4)

cos[wct+θ(t)] −1
1 sin(wct+π/4) √2 sin(wct)
√2 0,1 0,0

dq(t)

Figure 45.12 |   Conceptual diagram of QPSK. Figure 45.13 |   QPSK diagram.

45-Chapter-45-Gate-ECE.indd 1007 6/3/2015 5:15:50 PM


1008     Chapter 45:  Digital Communication Systems 

IMPORTANT FORMULAS

1. In binary PCM, the number of bits to be transmit- 8. The SNR improvement in DPCM over PCM is at
ted per second = nfs least
where n = log2L and L is the number of standard levels. P
Gp = m
2. 2fPCM = nfs Pd
n
fPCM =   fs 9. For delta modulation, to avoid slope overload
 2 
or,

D dm(t)
3. The mean square value or the power of the quanti- >
Ts dt max
zation noise for uniform quantization
(Dv)2 mp2 10. ASK signal is
Nq = = 2
12 3L
A sin w c t for bit `1’
4. The SNR (So/No) for uniform quantization is xc (t) = 
 0 for bit `0’
So 2
m
= 3L2 2
No mp 11. FSK signal is
5. The m-law for positive amplitude is  A sin ωc1t for bit `1’
 xc (t) = 
 mm  A sin ωc 2t for bit `0’
ln 1 +
1 m
0 ≤ ≤1
mp 
y=
ln(1 + m )  mp
12. BPSK signal is
6. The A-law for positive amplitudes is
xc0 (t) = A cos(w c t + q 0 )
  m 
for bit `0’

1   , 0 ≤ m ≤ 1
 1 + ln A  mp  mp A xc1(t) = A cos(w c t + q1 ) for bit `1’
y =
 1  Am  1
  m
, ≤ ≤1
1 + ln A  mp  A mp
1 + ln 13. QPSK signal

 1   p
7. The output SNR using m-law compander is x(t) =   ⋅ di (t) ⋅ cos w c t + 
 2   4
So 3L2  1   p
≅ +   ⋅ dq (t) ⋅ sin w c t + 
No [ln(1 + m )]2  2   4

SOLVED EXAMPLES

Multiple Choice Questions

1. The minimum sampling frequency (fs)min required Therefore,


 1 
(fs )min = 2 × p × 800 ×   = 50.25 kHz
to avoid slope overload when x(t) = cos(2p 800t)
and d = 0.1 is  0.1
(a) 23.12 kHz (b) 50.25 kHz Ans. (b)
(c) 98.12 kHz (d) 75.67 kHz 2. Let a message signal m(t) be the input to a delta mod-
ulator where m(t) = 6 sin[(2p × 103 )t] + 4 sin[(4p × 103 )t]V
(t) = 6 sin[(2p × 10 )t] + 4 sin[(4p × 103 )t]V with t in seconds. The minimum pulse rate
Solution.  To avoid slopemoverload 3

that will prevent slope overload is (given that the


 Am 

fs ≥ 2pfm  
 d 
step size is 0.314 V)
(a) 280 × 103/s (b) 380 × 103/s
Given that fm = 800 Hz, Am = 1 and d = 0.1. (c) 480 × 10 /s
3
(d) 180 × 103/s

45-Chapter-45-Gate-ECE.indd 1008 6/3/2015 5:16:02 PM


SOLVED EXAMPLES     1009

Solution.  Given that the message signal T

m(t) = 6 sin[(2p × 103 )t] + 4 sin[(4p × 103 )t]V δ(t)


Zero-order
hold
Therefore,

dm(t)
= 12p × 103 cos[(2p × 103 )t] Input x(t) = d (t)
dt
Therefore, X(s) = 1
+16p × 103 cos[(4p × 103 )t]V
Output y(t) = u(t) − u(t − T)
dm(t) Therefore,
is maximum at t = 0
1 e−Ts 1 − e−Ts
dt
Therefore, Y (s) = − =
s s s
dm(t)
= 28p × 103 Transfer function
dt max
Y (s) 1 − e−Ts
dm(t)
To avoid slope overload, we require fsd ≥
H(s) = =
X(s) s
dt max
Therefore, Ans. (a)
5. A signal having uniformly distributed amplitude
28p × 103 in the interval −V to +V is to be encoded using
fs ≥ ≥ 280 × 103 Hz
0.314 PCM with uniform quantization. The signal-to-­
The minimum pulse rate = 280 × 103/s quantizing-noise ratio (SQNR) is determined by the
Ans. (a) (a) dynamic range of the signal
3. An analog signal is sampled at 10 kHz. If the (b) sampling rate
number of quantizing levels is 128, the time dura- (c) number of quantizing levels
tion of 1 bit of binary encoded signal in nanosec- (d) power spectrum of signal
onds is
Solution.  As the signal is uniformly distributed in
(a) 8124 (b) 10456 the interval −V to +V, therefore the probability
(c) 12109 (d) 14285 density function (PDF) of the signal is as shown
below.
Solution.  Number of bits per sample (n) = log2L
= log2128 = 7
px(x)
where L is the number of quantizing levels.
Now, fs = 10 kHz
K
Therefore, time duration of 1 bit of binary encoded
1
signal = = 14285 ns x
7 × 10000 Ans. (d) −V V

4. The transfer function of a zero-order hold is


Area under PDF is unity. Therefore,
1 − exp(−Ts) 1
(a) (b)
s s K[V − (−V )] = 1
1
(c) 1 (d)
1 − exp(−Ts) or, K=
1
2V
Solution.  A zero-order hold system holds the input
 1
, for x = −V to V
signal value for a period of T, that is, for an input
of short duration d(t) pulse, it produces an output So, rx (x) =  2V

pulse of duration T, the sampling period.  0 , otherwise

45-Chapter-45-Gate-ECE.indd 1009 6/3/2015 5:16:13 PM


1010     Chapter 45:  Digital Communication Systems 

Signal power

1  x3 
V V

∫ x2 rx (x)dx = ∫
1
x2
2V  3 
s= dx =
2V
−∞ −V −V

Therefore,
V2
s=
3
In uniform quantization, quantization noise power
0 3Tb 6Tb 9Tb 12Tb 15Tb 18Tb t
∆ 2
Therefore, it is a rising staircase waveform.
QNP =
12 Ans. (a)
where step size 7. In a BPSK signal detector, the local oscillator has
a fixed phase error of 20°. This phase error deterio-
V p −p V p −p
∆=
rates the SNR at the output by a factor of
=
L 2n (a) cos20° (b) cos220°
(c) cos70° (d) cos270°
Vp2−p (2V )2 V2
QNP = = = Solution.  In BPSK, if local oscillator in the detector
12 × 22n 12 × 22n 3 × 22n has a fixed phase error f, then the output power would
reduce by a factor cos2f. Therefore, the SNR deterio-
S V 2 3 × 22n rates by a factor cos2f. Given that f        = 20°. Therefore,
SQNR = = × = 22n
QNP 3 V2 SNR at the output deteriorates by a factor of cos 2 20.
Ans. (b)
So, 8. For the bit stream 1101100010, the waveforms in
SQNR ∝ 2 2n the following figures (a), (b) and (c) correspond to
which of the keying techniques, respectively.
So, SQNR is determined by the number of quantiz-
ing levels. 1 1 0 1 1 0 0 0 1 0
Ans. (c)
6. The following figure shows a PCM waveform in (a)
which the amplitude levels of +1 V and −1 V are 1 1 0 1 1 0 0 0 1 0
used to represent binary symbols 1 and 0, respec-
tively. The code word used comprises of three bits.
The sampled version of the analog signal from
which this PCM is derived is (b)
1 0 0 1 1 0 0 0 1 0

001 0 10
+1 (c)
0 (a) ASK, BFSK, BPSK (b) BFSK, BPSK, ASK
t
−1 (c) ASK, BPSK, BFSK (d) BFSK, ASK, BPSK

Tb Solution.  Figure (a) corresponds to ASK, as for bit 1


the carrier is present, and for bit 0, the output is 0.
Figure (b) corresponds to BFSK, as for bits 1 and 0
(a) rising staircase (b) falling staircase different frequencies are being transmitted.
(c) straight line (d) sine wave Figure (c) corresponds to BPSK as for bits 1 and 0
different phase are being transmitted and the
Solution.  The sampled version of the analog signal ­frequency remains the same.
is shown in the following figure. Ans. (a)

45-Chapter-45-Gate-ECE.indd 1010 6/3/2015 5:16:18 PM


SOLVED EXAMPLES     1011

9. The bit stream 01001 is differentially encoded using Given that the reference bit = 1, logic 0 → p and
`Delay and Ex-OR’ scheme for DPSK transmission. logic 1 → 0°
Assuming the reference bit as a `1’ and assigning
phases of `0’ and `p ’ for 1’s and 0’s, respectively, The transmitted phase sequence is
in the encoded sequence, the transmitted phase
0 1 0 0 1
sequence becomes
(a) p 0 p p 0 (b) 0 p p 0 0
(c) 0 p p p 0 (d) p p 0 p p
1 1 0 0 0 1
0 p p p 0
Solution.  The delay and Ex-OR scheme is shown in
the following figure. Therefore, the transmitted phase sequence is 0 p p p 0
 Ans. (c)
Input
MOD
10. Coherent demodulation of FSK signal can be
detected using
Delay (a) Correlation receiver
(b) Band-pass filters and envelope detectors
The truth table for an Ex-OR gate is given below, (c) Matched filter
where Y = A ⊕ B = AB + AB (d) Discriminator detection
A B Y
0 0 0 Solution.  Coherent demodulation of FSK signal can
be detected using correlation receiver.
0 1 1
Ans. (a)
1 0 1
1 1 0

Numerical Answer Questions 3. Find the Nyquist sampling rate for the signal
x(t) = sinc (200t) sinc 2 (1000t) in samples/s.
1. A signal is quantized using 10-bit PCM. Find the
Solution.  sinc(200t) has a rectangular spectrum in
the interval |f | ≤ 100 Hz.
signal-to-quantization-noise ratio in decibels.
sinc2(1000t) = sinc(1000t)sinc(1000t) has a triangu-
lar spectrum in the interval |f | ≤ 1000 Hz.
Solution.  Signal-to-quantization-noise ratio in
decibels,
Therefore, X(f ) has a spectrum confined to the
SQNRdB = 6.02n + 1.76 range |f | ≤ 1100 Hz.
Therefore, the Nyquist rate is 2200 samples/s.
Given that n = 10, SQNRdB = 6.02 × 10 + 1.76 Ans. (2200)
= 61.96 dB
Ans. (61.96) 4. A signal has frequency components from 300 Hz
to 1.8 kHz. Find the minimum possible rate in
2. Find the maximum bit rates of an FSK signal in ksamples/s at which the signal has to be sampled.
bps, if the bandwidth of the medium is 12 kHz and
the difference between the two carriers is 2 kHz Solution.  Given that fH = 1800 Hz and fL = 300 Hz
(given that transmission mode is full duplex). Therefore, BW = 1800 − 300 = 1500 Hz
f
k = Maximum numerical value of H
Solution.  Given that the transmission is full duplex, BW
therefore only 6 kHz is allocated for each direction. 1800
= Maximum numerical value of =1
Bandwidth = Baud rate + fc1 − fc0
1500
Minimum sampling rate
2 × 1800
Therefore, 2fH
(fs )min = = = 3600 samples/s
Baud rate = Bandwidth − (fc1 − fc0) k 1
= 6000 − 2000 = 4000 bps = 3.6 ksamples/s
Ans. (4000) Ans. (3.6)

45-Chapter-45-Gate-ECE.indd 1011 6/3/2015 5:16:22 PM


1012     Chapter 45:  Digital Communication Systems 

= a2−(R −1)
5. Let x(t) be modelled as a sample function of a zero
∆=
2a
Step size
mean stationary process with a uniform PDF, in 2R
the range (−a, a). Find the (SNR)0,q assuming a
2-bit code per sample. s x2 a2 3
(SNR)0, q = = 2 −2(R −1)
= 22R
∆ 12
2
a 2 12
Solution.  As the signal x(t) has only a finite sup-
port, that is, xmax = a, its variance (SNR)0, q in dB = 6.02R
Given that R = 2
a2
s x2 = Therefore, (SNR)0, q in dB = 12.04.
3 Ans. (12.04)

PRACTICE EXERCISE

Multiple Choice Questions

1. PCM represents 4. The bit rate required to digitize the human voice
assuming human voice frequencies to be in the
(a) each PCM-encoded sample as a whole
range of 0 to 4000 Hz and number of bits per
(b) first PCM-encoded sample as a whole and fol-
sample to be eight is
lowing samples as differences from the first
PCM-coded sample (a) 32 kbps (b) 64 kbps (c) 8 kbps (d) 4 kbps
(c) first PCM-encoded sample as a whole and fol- (1 Mark)
lowing samples as differences from the previous 5. Let m(t) be a sinusoidal signal with a peak value
PCM-coded sample A. m(t) is fed to a uniform quantizer. The value of
(d) None of the above (SNR)0,q in decibels for R-bit code word per sample is
(1 Mark) (a) 6.02R + 1.8 (b) 6.02R + 2.4
2. Quantization matrix in JPEG compression was (c) 6.02R + 1.2 (d) 6.02R
introduced because (1 Mark)
(a) it is computationally more efficient to work 6. Given a QPSK system with the following parameters
with matrix than with scalar quantization. C = 1 pW, Fb = 60 kbps, N = 1.2 × 10−14 W and
(b) it allows better entropy encoding due to DC B = 120 kHz. The value of energy per bit in dBJ is
and AC coefficient distribution in the 8 × 8 (a) −156.2 (b) −110.1 (c) −167.8 (d) −201.4
block matrix. (2 Marks)
(c) it allows better differentiation of DC and AC 7. For the QPSK system given in Question 6, the
coefficients in the 8 × 8 block matrix than carrier-to-noise power in decibel is
scalar quantization.
(d) None of the above. (a) 19.2 (b) 15.7 (c) 21.5 (d) 56.5
(1 Mark) (2 Marks)

3. A signal x(t) = 2 cos(800pt) + cos(1400p t) is sam- 8. For the QPSK system given in Question 6, the
energy per bit to noise density ratio is
pled with a rectangular pulse train xp(t) as shown in
the following figure. The spectral components of the (a) 13.4 (b) 16.7 (c) 40.5 (d) 22.2
sampled signal in the range of 2500 Hz to 3500 Hz are (2 Marks)
xp(t) 9. For an 8-PSK signal having a bandwidth of 5 kHz,
1 the baud rate and the bit rate, respectively, are
(a) 5000 bauds, 5000 bps (b) 5000 bauds, 15000 bps
(c) 5000 bauds, 40000 bps (d) None of the above
(2 Marks)
10. A constellation diagram consists of equally spaced
−1 −1 1 1 t(ms) points on a circle, 45° apart. If the bit rate is 6000 bps,
6 6 the baud rate is
(a) 2.5 and 3.5 kHz (b) 2.7 and 3.3 kHz (a) 6000 bauds (b) 18000 bauds
(c) 2.8 and 3.4 kHz (d) 2.6 and 3.2 kHz (c) 400/3 bauds (d) 2000 bauds
(2 Marks) (2 Marks)

45-Chapter-45-Gate-ECE.indd 1012 6/3/2015 5:16:29 PM


QZ(x) PRACTICE EXERCISE     1013
3
11. In a digital communication system, transmissions 1 fx(x)
of successive bits through a noisy channel are x A
−4prob-
−2 0 2 4
assumed to be independent events with error −1
ability p. The probability of at most one error in
the transmission of an 8-bit sequence is −3 −4 0 4
x

7(1 − p) 7(1 − p) (a) (b)


(a) (b) (1 − p)8 + 8p(1 − p)7
8 8 + ( p 8) 14. For the data given in Question 13, the total quan-
(c) (1 − p) + (1 − p)7 (d) (1 − p)8 + p(1 − p)7
8 tization noise variance is
(2 Marks)
(a) 1 (b) 1/4
12. In binary data transmission, DPSK is preferred to (c) 1/2 (d) 1/3
PSK because (2 Marks)
(a) a coherent carrier is not required to be gener- 15. In a PCM system with uniform quantization,
ated at the receiver. increasing the number of bits from 8 to 9
(b) for a given energy per bit, the probability of will reduce the quantization noise power by a
error is less. factor of
(c) the 180° phase shifts of the carrier are
(a) 9 (b) 8
unimportant.
(c) 4 (d) 2
(d) more protection is provided against impulse
(1 Mark)
noise.
(1 Mark) 16. The following figure shows an 8-QAM transmitter.
13. Consider a quantizer having characteristics as Given that the input to the transmitter is Q = 0,
shown in part (a) of the following figure. Let X be I = 0 and C = 000, the output amplitude and
the input to this quantizer having the PDF func- phase of the transmitter are, respectively,
tion fx(x) as shown in part (b) of the figure The (a) 0.765 V, −135° (b) 0.465 V, −135°
value of A is (c) 0.765 V, −45° (d) 0.465 V, −45°
(a) 1 (b) 1/4 (c) 1/2 (d) 1/3 (2 Marks)
(2 Marks) 17. For the transmitter in Question 16, is the input to
QZ(x) the transmitter are Q = 0, I = 1 and C = 000, the
3 output amplitude and phase of the transmitter are,
fx(x) respectively,
1
−4 −2 0 2 4
x A (a) 0.765 V, −135° (b) 0.465 V, −135°
−1 (c) 0.765 V, −45° (d) 0.465 V, −45°
(2 Marks)
−3 −4 0 4
x
(a) (b)

I channel 2-to-4-level PAM Product


converter modulator
fb
3 fb sinwct
Bit 3
splitter
Input Reference Linear Bandpass 8-QAM
Q I C
data fb oscillator summer filter output

+90°
fb I/Q C Output
3 coswct
0 0 −0.541 V
2-to-4-level PAM Product 0 1 −1.307 V
Q channel converter modulator 1 0 +0.541 V
1 1 +1.307 V
(a) (b)

45-Chapter-45-Gate-ECE.indd 1013 6/3/2015 5:16:30 PM


1014     Chapter 45:  Digital Communication Systems 

18. Flat-top sampling of low-pass signals (a) lower frequency components only
(a) gives rise to aperture effect (b) higher frequency components only
(b) implies oversampling (c) lower amplitudes only
(c) leads to aliasing (d) higher amplitudes only
(d) introducing delay distortion (1 Mark)
(1 Mark) 26. A 4 GHz carrier is DSBSC modulated by a low-
19. For the signal constellation shown in the following pass message signal with maximum frequency of
figure, the type of modulation is 2 MHz. The resultant signal is to be ideally sam-
pled. The minimum frequency of the sampling
cos2π(n/T)t impulse train should be
(a) 4 MHz (b) 8 MHz
S1 S2 (c) 8 GHz (d) 8.004 GHz
(2 Marks)
sin2π(n/T)t
T = symbol duration 27. If the number of bits per sample in a PCM system
S3 S4 is increased from n to n + 1, the improvement in
signal-to-quantization-noise ratio will be
(a) 3 dB (b) 6 dB (c) 2n dB (d) n dB
(a) BPSK (b) QPSK (c) BFSK (d) 8PSK (1 Mark)
(1 Mark)
28. A PCM voice communication system uses bipolar
20. Source encoding in a data communication system return-to-zero pulses for transmission. The signal to
is done in order to be transmitted has a bandwidth of 3.5 kHz with
(a) enhance the information transmission rate peak-to-peak and RMS values of 4 V and 0.2 V,
(b) conserve the transmitted power respectively. If the channel bandwidth is limited to
(c) decrease probability of error 50 kHz, the maximum (SNR)0,q (in dB) of the system
(d) None of the above is (given that the system uses a 7-bit quantizer)
(1 Mark)
(a) 30.2 (b) 26.8 (c) 45.1 (d) 30.9
21. Increased pulse width in the flat-top sampling (2 Marks)
leads to
29. A 1.0 kHz signal is flat-top sampled at the rate
(a) attenuation of high frequencies in reproduction of 1800 samples/s and the samples are applied to
(b) attenuation of low frequencies in reproduction an ideal rectangular LPF with cut-off frequency of
(c) greater aliasing errors in reproduction 1100 Hz, then the output of the filter contains
(d) no harmful effects in reproduction
(1 Mark) (a) Only 800 Hz component
(b) 800 Hz and 900 Hz components
22. A BPSK modulator has a carrier frequency of (c) 800 Hz and 1000 Hz components
70 MHz and an input bit rate of 10 Mbps. The maxi­ (d) 800 Hz, 900 Hz and 100 Hz components
mum upper sideband frequency in MHz is (2 Marks)
(a) 75 (b) 65 (c) 70 (d) 5 30. The signal-to-quantization-noise ratio in an n-bit
(2 Marks) PCM system
23. For the modulator given in Question 22, the mini- (a) depends upon the sampling frequency employed
mum lower sideband frequency in MHz is (b) is independent of the value of `n’
(a) 75 (b) 65 (c) 70 (d) 5 (c) increases with increasing value of `n’
(1 Mark) (d) decreases with the increasing value of `n’
(1 Mark)
24. For the modulator given in Question 22, the mini-
mum required baud rate (in Mbauds) of the system is 31. A binary channel with a capacity of 48 kb/s is
used for PCM voice transmission. If the highest
(a) 75 (b) 65 (c) 20 (d) 10 frequency component in the message signal is taken
(1 Mark) as 3.2 kHz, the quantizing levels and number of
25. Companding in PCM systems lead to improved bits used are, respectively,
signal-to-quantization-noise ratio. This improve- (a) 256, 8 (b) 64, 6 (c) 32, 5 (d) 128, 7
ment is for (2 Marks)

45-Chapter-45-Gate-ECE.indd 1014 6/3/2015 5:16:31 PM


PRACTICE EXERCISE     1015

32. For the given binary channel in Question 31, the 40. In a digital communication system employing FSK,
maximum possible sampling rate (fs) in kilohertz is the 0 and 1 bits are represented by sine waves of
10 kHz and 25 kHz, respectively. These waveforms
(a) 5.2 (b) 6.9 (c) 7.3 (d) 10.7
will be orthogonal for a bit interval of
(1 Mark)
(a) 45 ms (b) 200 ms (c) 50 ms (d) 250 ms
33. The Nyquist rate for message signal represented by (2 Marks)
m(t) = 10cos1000pt cos4000pt is
41. The Nyquist sampling interval for the signal
(a) 10 kHz (b) 2.5 kHz (c) 5 kHz (d) 2 kHz sinc(700t) + sinc(500t) is
(2 Marks) 1 p 1 p
(a) s (b) s (c) s (d) s
34. The number of bits in a binary PCM system is 350 350 700 175
increased from n to n + 1. As a result, the ­signal- (2 Marks)
+∞
y(t) = 5 × 10−6 x(t)∑ n =−∞ d (t − n
to-quantization-noise ratio will improve by a factor
42. Consider a sample signal
+∞
y(t) = 5 × 10−6 x(t)∑ n =−∞ d (t − nTs ) where x(t) = 10cos(8p × 103)t
(n + 1)/n
(a) (n + 1)/n (b) 2
(c) 22(n + 1)/n (d) which is independent of n
(2 Marks) and Ts = 100 ms. When y(t) is passed through an
ideal low-pass filter with a cut-off frequency of
35. The line code that has zero DC component for 5 kHz, the output of the filter is
(a) 5 × 10−6 cos(8p × 103)t
pulse transmission of random binary data is
(a) non-return to zero (NRZ) (b) 5 × 10−5 cos(8p × 103)t
(c) 5 × 10−1 cos(8p × 103)t
(b) return to zero (RZ)
(c) alternate mark inversion (AMI)
(d) 10cos (8p × 103)t
(d) None of the above
(2 Marks)
(1 Mark)
43. For a bit rate of 8 kbps, the best possible values
36. Given a message signal having a bandwidth of
of the transmitted frequencies in a coherent binary
100 kHz spanning over 200 kHz to 300 kHz. If
FSK system are
the signal is modulated using ASK with number
of bits per signal element equal to 1, the carrier (a) 16 kHz and 20 kHz (b) 20 kHz and 32 kHz
frequency and the bit rate required to transfer the (c) 20 kHz and 40 kHz (d) 32 kHz and 40 kHz
message is (2 Marks)
(a) 250 kHz, 50 kbps (b) 100 kHz, 100 kbps 44. A signal x(t) = 100cos(24p × 103)t is ideally sam-
(c) 200 kHz, 200 kbps (d) None of the above pled with a sampling period of 50 ms and then
(2 Marks) passed through an ideal low-pass filter with cut-off
frequency of 15 kHz. Which of the following fre-
37. Compression in PCM refers to relative compression of quencies is/are present at the filter output?
(a) higher signal amplitudes (a) 12 kHz only (b) 8 kHz only
(b) lower signal amplitudes (c) 12 kHz and 9 kHz (d) 12 kHz and 8 kHz
(c) lower signal frequencies (2 Marks)
(d) higher signal frequencies
(1 Mark) 45. Match List I with List II and select the correct
answer using the code given below the lists:
38. The Nyquist sampling frequency (in Hz) of a signal
given by 6 × 104sinc3(400t) × 106sinc3(100t) is List I List II
A. SSB 1. Envelope detector
(a) 200 (b) 300 (c) 1500 (d) 1000 B. AM 2. Integrate and dump
(2 Marks) C. BPSK 3. Hilbert transform
39. A message signal given by m(t) = Asinwmt is D. 4. Ratio detector
applied to a delta modulator having a step size 5. PLL
of D. Slope overload distortion will occur if (given Codes:
that the sampling frequency is fs). A B C
∆(fs fm ) ∆(fs fm ) (a) 3 1 2
(a) A > (b) A >
2p p (b) 3 2 1
2∆(fs fm )
(c) 2 1 3
(c) A > (d) None of the above (d) 1 2 3
p (1 Mark) (1 Mark)

45-Chapter-45-Gate-ECE.indd 1015 6/3/2015 5:16:36 PM


1016     Chapter 45:  Digital Communication Systems 

46. In a modulation system, the modulating voltage 47. Which one of the following systems is an analog
remains the same and the modulation index is system?
halved when the modulating frequency is doubled,
the system is (a) PCM (b) Differential PCM
(c) Delta modulation (d) PAM
(a) AM (b) FM (c) PM (d) PCM (1 Mark)
(1 Mark)

Numerical Answer Questions

1. The baud rate for a signal having bit rate of 9. A communication system employs ASK to trans-
1 Mbps being transmitted through QPSK using mit a 10 kbps binary signal. Find the baud rate
NRZ-L digital encoding technique is _________ required in bauds.
signal elements per second. (1 Mark)
(2 Marks) 10. For the data given in Question 9, find the mini-
2. An analog signal carries 4 bits in each signal unit. mum bandwidth required in hertz.
If 1000 signal units are sent per second, find the (1 Mark)
baud rate in bauds. 11. A deterministic signal has the power spectrum
(2 Marks) given in the following figure. Find the minimum
3. For the data given in Question 2, find the bit rate sampling rate in hertz needed to completely repre-
in bps. sent the signal.
(1 Mark) s(f)

4. Find the minimum bandwidth (in kHz) required


for transmitting an ASK signal at 2 kbps in half-
duplex transmission mode.
(2 Marks)
5. Find the bit rate in bps for a 1000 baud 16-QAM
signal.
(2 Marks) f(kHz)
−2 −1.5 −1 0 1 1.5 2
6. The minimum bandwidth required in MHz to (2 Marks)
achieve a Pe of 10−7 for a 8-PSK system operating
at 10 Mbps with a carrier-to-noise power ratio of 12. The peak-to-peak input to an 8-bit PCM coder is
11.7 dB is (Given that the minimum Eb/No ratio to 2  V. Find the signal power to quantization noise
achieve Pe of 10−7 is 14.7 dB.) power ratio (in dB) for an input of 0.5cos(wmt).
(1 Mark)
(2 Marks)
13. The input to a matched filter is given by
7. The bandwidth required for the transmission of  −4
s(t) = 10 sin(2p × 10 t ), 0 < t < 10 s
6
a PCM signal increases by a factor of _________
 0, otherwise
when the number of quantization levels is increased
from 4 to 64. Find the peak amplitude of the filter output in
(2 Marks) millivolts.
(2 Marks)
8. A music signal band-limited to 15 kHz is sampled
14. A video transmission system transmits 625 picture
at a rate of 45 ksamples/s and is transmitted
frames/s. Each frame consists of a 400 × 400 pixel
using an 8-bit m-law (m = 255) companded PCM.
grid with 64 intensity levels per pixel. Find the
(SNR)0,q of this system was found to be inade-
data rate of the system in kbps.
quate by at least 10 dB. Now the sampling rate is
(2 Marks)
reduced to 35 ksamples/s. The expected improve-
ment in (SNR)0,q (in dBs) is _________, given 15. An analog signal has a bit rate of 8 kbps and baud
that the bit rate is not to exceed the previous rate of 1 kbauds. Find the number of signal ele-
case. ments required.
(2 Marks) (1 Mark)

45-Chapter-45-Gate-ECE.indd 1016 6/3/2015 5:16:37 PM


ANSWERS TO PRACTICE EXERCISE     1017

ANSWERS TO PRACTICE EXERCISE

Multiple Choice Questions

1. (a) 10. (d) The constellation indicates 8-PSK with the


points 45° apart.
2. (c)
As 23 = 8, 3 bits are transmitted with each signal
3. (b) X(f) has spectral components ± 400 Hz and
± 700 Hz.
unit.
Therefore, the baud rate is 6000/3 = 2000 bauds
The impulses in Xp(f ) occur at ± 1 kHz, ±2 kHz,
±4 kHz, ±5 kHz and so on. 11. (b) Let getting an error be success.
Convolution of X(f ) with impulses in Xp(f ) at Probability of at most one error in the transmis-
sion of an 8-bit sequence = probability of zero
1 kHz gives rise to spectral components at 600 Hz,
error in transmission + probability of one error in
1.4 kHz, 300 Hz and 1.7 kHz.
transmission
Convolution of X(f ) with impulses in Xp(f ) at
2  kHz gives rise to spectral components at 1.6 kHz, = 8C0 ( p)0 × (1 − p)8−0 + 8C1( p)1 × (1 − p)8−1
2.4 kHz, 1.3 kHz and 2.7 kHz. Convolution of X(f )
with impulses in Xp(f ) at 4 kHz gives rise to spectral = (1 − p)8 + 8 p(1 − p)7
components at 3.6 kHz, 4.4 kHz, 3.3 kHz and 4.7 kHz. 12. (a) A coherent carrier is not required to be gener-
Hence, in the range 2.5 kHz to 3.5 kHz, sampled ated at the receiver in case of DPSK.
spectrum has two components at 2.7 kHz and
ì1 1
3.3 kHz. ï - x, x £4
13. (b) fx (x) = í 4 16
4. (b) Given that the human voice contains frequen- ïî 0 , otherwise
cies from 0 to 4000 Hz.
Therefore, sampling rate = 4000 × 2 = 8000 samples/s 4
Bit rate = Sampling rate × Number of bits per As ∫ fx (x)dx = 1. Therefore, A = 1/4
sample = 8000 × 8 = 64000 bps = 64 kbps −4

5. (a) Step size 14. (d) The variance of the quantization noise for
x ≥ 0 is
∆=
2A
2R 2 4
s Q′2 = ∫ (x − 1) fx (x)dx + ∫ (x − 3) fx (x)dx
2 2
A2
Signal power = 0 2
2
Solving the above equation, we get
Signal power × 12 A2 22R12 3 2R
(SNR)0, q = = × = (2 )
s Q′2 =
1
∆2 2 4A2 2
6
(SNR)0, q in dB = 6.02R + 1.8
Total variance is twice that of variance for quan-
6. (c) The energy per bit Eb = 10log(C/Fb) = tization noise.
10log(10−12/60 × 103) = −167.8 dBJ Therefore,

sQ = 2s Q′2 =
7. (a) Carrier to noise power in decibel, (C/N) dB = 2 1
10log(10−12/1.2 × 10−14) = 19.2 dB 3

8. (d) Energy per bit to noise density ratio Eb/No = 15. (c) Quantization noise power (QNP) of a signal is
(C/N) dB + 10log(B/Fb) = 19.2 + 10log (120 × given by
103/60 × 103) = 22.2 dB
∆2
9. (b) For PSK scheme, the baud rate is the same QNP =
12
as the bandwidth, therefore the baud rate is 5000
Step size
bauds. In 8-PSK scheme, the bit rate is three times
V p −p
the baud rate. Therefore, bit rate = 3 × 5000 = ∆=
15000 bps. 2n

45-Chapter-45-Gate-ECE.indd 1017 6/3/2015 5:16:46 PM


1018     Chapter 45:  Digital Communication Systems 

where Vp-p is the peak-to-peak signal and n is the 21. (a) Increased pulse width in the flat-top sampling
number of bits. leads to greater attenuation of high frequencies in
Therefore, reproduction. This effect is known as aperture effect.
Vp2−p 22. (a) The output of a BPSK modulator with carrier
QNP = frequency of 70 MHz and bit rate of 10 Mbps is
12 × 22n
(O/P)BPSK = [sin(2p × 5 × 106 )t]×
1
or, QNP ∝ [sin(2p × 70 × 106 )t]
22n
= 0.5 cos[2p × (70 × 106 − 5 × 106 )t]
Ratio of QNP for number of bits n1 and n2 is (Here,
n1 = 8 and n2 = 9.) − 0.5 cos[2p × (70 × 106 + 5 × 106 )t]
Therefore, the maximum upper sideband frequency
22n1 22×8 216
= 70 × 106 + 5 × 106 = 75 MHz
(QNP)2 1 1
= 2n = 2×9 = 18 = 2 =
(QNP)1 2 2
2 2 2 4
23. (b) Minimum lower sideband frequency = 70 × 106
(QNP)1 − 5 × 106 = 65 MHz
(QNP)2 =
4 24. (d) Minimum Nyquist sampling rate = 2 × (75 −
So, the QNP reduces by a factor of 4. 65) MHz = 20 MHz

16. (a) The inputs to the I channel 2-to  4-level con- Two bits are transmitted per symbol. Therefore,
verter are I = 0 and C = 0. From the figure, the baud rate = 10 Mbauds
output of the converter is −0.541 V. The inputs to 25. (c) Companding results in making the SNR uni-
the Q channel 2-to  4-level converter are Q = 0 and form, throughout the signal, irrespective of ampli-
C = 0. From the figure, the output is −0.541 V. tude levels. As in uniform quantization, step size is
Therefore, the two inputs to the I channel product same and the quantization noise power is uniform
modulator are −0.541 V and sinwct. The output throughout the signal.
is (−0.541sinwct). Also, the two inputs to the Q Thus, higher amplitudes of signal will have better
­channel product modulator are −0.541 V and SNR than the lower amplitudes.
coswct. The output is −0.541coswct). Hence, companding is used for improving SNR at
The outputs from the I and Q channel product lower amplitudes.
modulators are combined in the linear summer
and produce a modulated output of −0.541sinwct 26. (b) Given that fc = 4 GHz and fm = 2 MHz
− 0.541coswct = 0.765sin(wct − 135°). Therefore, Upper sideband frequency
the amplitude of the transmitter is 0.765 V and the
phase of the transmitter is −135°. fH = fc + fm = 4000 × 106 + 2 × 106 = 4002 MHz
17. (c) Same procedure can be used to calculate the Lower sideband frequency
output for inputs Q = 0, I = 1 and C = 000.
fL = fc − fm = 4000 × 106 − 2 × 106 = 3998 MHz
  Therefore, the amplitude is 0.765 V and the
phase is −45°. BW = fH − fL = 4002 × 106 − 3998 × 106 = 4 MHz
18. (a) Flat-top sampling of low-pass signals gives rise Minimum sampling frequency (fs )min = 2(BW) = 8 MHz
to aperture effect. (fs )min = 2(BW) = 8 MHz
19. (b) As the different signals are 90° apart with the
adjacent signal, therefore the modulation scheme is 27. (b) Signal-to-quantization-noise ratio in decibels
QPSK. for a PCM system is (SQNR)dB = (1.76 + 6n)

20. (a) The purpose of source encoding in a data com- For a PCM system with n number of bits per
munication system is to increase the information sample (SQNR)1 = 1.76 + 6n
transmission rate and purpose of channel encoding For a PCM system with (n + 1) number of bits
is to decrease the probability of error. Therefore, per sample (SQNR)2 = 1.76 + 6(n + 1) = 1.76 +
channel coding helps in detection and correction of 6n + 6
errors, and source encoding helps in enhancing the Therefore, (SQNR)2 − (SQNR)1 = (1.76 + 6n + 6) −
information transmission rate. (1.76 + 6n) = 6 dB

45-Chapter-45-Gate-ECE.indd 1018 6/3/2015 5:16:51 PM


ANSWERS TO PRACTICE EXERCISE     1019

So, for every one bit increase in bits per sample will This gives nfs ≤ 48000, or n ≤ 48000/6400 = 7.5
result in 6 dB improvement in SQNR. This gives n = 7.
28. (b) The channel bandwidth requirements of return- Number of quantizing levels
to-zero bipolar pulse = 1/Tb. L = 2n = 27 = 128

Therefore, it is possible to send up to 50000 pulses/s 32. (b) (fs)max = 48000/7 = 6.9 kHz
on this channel. 33. (c) 10cos1000pt  cos4000pt = 5 × 2cos1000pt
Bit rate = Sampling rate × Number of bits/sample cos4000pt = 5 × (cos5000pt + cos3000pt)
This is a band-limited signal with the highest fre-
Number of bits/sample is maximum when the sam-
quency component equal to (5000p) radians/s or
pling rate is taken as the minimum value permitted.
2500 Hz.
The signal has a bandwidth of 3.5 kHz. Therefore, Therefore, Nyquist rate = 2 × 2500 = 5000 Hz
minimum sampling rate = 7000 samples/s. = 5 kHz
Given that the system uses a 7-bit quantizer. 34. (d) Signal-to-quantization-noise ratio of a binary
Therefore, the number of quantization levels = 27. PCM system

Step size D = Vp-p /27 = 4/27 = 2-5 SQNR =


3 2n
2
2
æ D2 ö 2−10
Noise variance s Q
Given that n1 = n and n2 = n + 1. Therefore,

ç 12 ÷÷
2
=
è ø 12 3 2n
(SQNR)1 = 2
æ s 2 ö ( 4 )2 × 12
2
(SNR)0, q = ç 2x ÷ = = 48 × 28
ç sQ ÷ −10 3 2(n +1) 3 2n + 2 3
= (22n ⋅ 22 )
è ø 2 and  (SQNR)2 =
2
2 = 2
2 2
(SNR)0, q in dB = 26.8
Therefore,

(2 ⋅ 2 ) 22
3 n 2
29. (c) Given that fm = 1 kHz and fs = 1.8 ksamples/s
(SQNR)2
= 2 = =4
The frequency components in the sampled signal
⋅2
(SQNR)1 3 n 1
are nfs ± fm. 2
For n = 0, the frequency component of the sampled or, (SQNR)2 = 4(SQNR)1
signal is 1000 Hz.
For n = 1, the frequency components of the sam- SQNR increases by a factor of 4. As we can see,
pled signal are 800 Hz and 2800 Hz. this improvement in SQNR is independent of the
For n = 2, the frequency components of the sam- value of `n’.
pled signal are 2600 Hz and 4600 Hz. 35. (c) Alternate mark inversion (AMI) code has zero
For n > 2, the sampled signal contains higher-fre- DC component for pulse transmission of random
quency components. binary data.
Given that the cut-off frequency of LPF is 1100 Hz. 36. (a) The middle of the bandwidth is located at 250 kHz.
Therefore, the output of the filter has 800 Hz and
1000 Hz components. Therefore, the carrier frequency is at 250 kHz

30. (c) The signal-to-quantization noise ratio in an Bandwidth = 300 × 103 − 200 × 103 = 100 kHz
n-bit PCM system is given by
2× Bit rate
Bandwidth =
(SQNR)dB = 1.76 + 6n Number of bits per signal element
From the above equation it is clear that SQNR Therefore,
increases with increase in value of `n’.
31. (d) As per Nyquist criterion, fs ≥ 2fM 100 × 103
Bit rate = = 50 kbps
This gives fs ≥ 6400 samples/s 2

Also, nfs ≤ bit transmission capability of the chan- 37. (a) Compression in PCM refers to relative com-
nel, where n is the number of bits used. pression of higher signal amplitudes.

45-Chapter-45-Gate-ECE.indd 1019 6/3/2015 5:16:59 PM


1020     Chapter 45:  Digital Communication Systems 

38. (c) Given signal is 41. (c) Given that the input signal is sinc(700t) +
[6 × 10 sinc (400t)]× [10 sinc (100t)]
4 3 6 3 sinc(500t)
The signal has two frequency components of 500 Hz
Therefore, the sampling frequency is and 700 Hz.
fs = 3fm1 + 3fm2 Therefore, Nyquist sampling frequency = 2fm = 700 Hz
where fm1 = 400 Hz and fm2 = 100 Hz 1 1
Sampling rate = = s
Therefore, fs = 3 × 400 + 3 × 100 = 1500 Hz Sampling frequency 700

39. (a) Given that message signal m(t) = Asinwmt 42. (c) Output of the filter
Therefore, dm(t)/dt = Awmcoswmt
y(t) ⋅ x(t) 5 × 10−6 × 10 cos(8p × 103 )t
The condition for avoiding slope overload is given by = =
∆ ∆ Ts 100 × 10−6
≥ Aw m
dm(t)
≥ or
Ts dt max Ts = 5 × 10−1 cos(8p × 103 )t
∆ ∆fs ∆fs fm
or, A≤ ≤ ≤ 43. (d) As bit rate is 8 kbps, transmitted frequencies
Tsw m 2pfm 2p in coherent BFSK should be integral multiple of
This is the condition for avoiding slope overload. 8 kbps, that is, 32 kHz and 40 kHz.
Thus, slope overload will occur when 44. (b) Given that the sampling period is 50 ms.
∆fs fm Therefore, the sampling frequency is (1/50) × 106
A>
2p = 20 kHz

40. (b) For orthogonality of two sine waves in Tb dura- Given that the signal frequency fm = 12 kHz
tion there should be integral multiple of cycles of The frequency components present after sampling
both the sine waves. are (20 ± 12) kHz or 8 kHz and 32 kHz.
Time period of first sine wave Therefore, frequency at filter output with cut-off
frequency of 15 kHz is 8 kHz.
1
= 100 ms
45. (a) SSB → Hilbert transform
Tb1 =
10 ´ 103
Time period of the second sine wave AM → Envelope detector
1 BPSK → Integrate and dump
Tb2 = = 40 ms
25 ´ 103 46. (b)
Therefore, 200 ms is the integral multiple of both 47. (d)
Tb1 and Tb2 . Hence, the two given waveforms will
be orthogonal for a bit interval of 200 ms.

Numerical Answer Questions


1. In QPSK, each signal element transmits two bits. An ASK signal requires a minimum bandwidth
equal to its baud rate.
For NRZ-L QPSK technique,
Therefore, minimum bandwidth = 2000 Hz = 2 kHz
Bit rate (1 × 106 ) Ans. (2)
Baud rate = =
2 2
5. A 16-QAM signal has log2 16 bits per signal.
= 500000 signal elements/s
Therefore, number of bits per signal = 4.
Ans. (500000) Therefore, bit rate = 1000 × 4 = 4000 bps
2. Baud rate = 1000 bauds Ans. (4000)
Ans. (1000)
6. The minimum bandwidth can be calculated using
3. Bit rate = 1000 × 4 = 4000 bps
the equation
Ans. (4000)
 B   
  =  Eb  −  C  = 14.7 − 11.7 = 3 dB
 f   N  
4. In ASK, the baud rate and bit rate are the same.
Therefore, baud rate is 2000 bauds.  b dB  o dB  N dB

45-Chapter-45-Gate-ECE.indd 1020 6/3/2015 5:17:09 PM


SOLVED GATE PREVIOUS YEARS’ QUESTIONS     1021

Therefore, B/fb = antilog 3 = 2 10. For an ASK system, the minimum bandwidth is
Therefore, B = 2 × 10 × 10 Hz = 20 MHz 6 the same as the bit rate of the signal. Therefore,
Ans. (20) minimum bandwidth = 10000 Hz
Ans. (10000)
7. The bandwidth required for the transmission of a
PCM signal 11. Given that fm = 1 kHz
(BW)PCM = nfs From the figure, we can see that approximately
90% of the total signal strength lies in the major
where fs is the sampling frequency and n = log2 L lobe.
(L being the number of levels) Minimum sampling rate required is (fs )min = 2fm
Given that quantization levels = 4. Therefore, Therefore,
n1 = log24 = 2
(fs )min = 2 ×(1×103 ) = 2000 Hz
Given that quantization levels = 64. Therefore,
n2 = log264 = 6 Ans. (2000)
Therefore, (BW)1 = n1fs = 2fs and (BW)2 = n2fs = 6fs 12. Since the peak-to-peak signal amplitude is 1  V,
Hence, therefore, only half of the quantization levels are
utilized.
(BW)2 6f
= s = 3 times SNR = 1.76 + 6 × 7 = 1.76 + 42 = 43.8 dB
(BW)1 2fs
Ans. (43.8)
Therefore, the bandwidth requirement increases by 13. Maximum amplitude of matched filter output is
a factor of 3 when the transmission levels increase
A2 T 102
from 4 to 64. = × 10−4 = 5 mV
Ans. (3) 2 2 Ans. (5)
8. With fs = 45 × 10 samples/s and assuming 8 bits/
3
14. Frames/s = 625
sample the transmitted bit rate Pixels/frame = 400 × 400
= 45 × 103 × 8 = 36 × 104 bps 64 intensity levels per pixel can be represented by
−6
6 bits/pixel.
With fs = =355 ×
×10103 × 10 cos(8p ×number
103 )t of bits/
samples/s, Therefore, date rate = 625 × 400 × 400 × 6
sample that can be used × 10−6
100are = 600 Mbps = 600000 kbps
= 5 × 10−36
1
× 1084p × 10 )t bps
cos( 3
Ans. (6000)
R= = 10.28
35 × 103 Bit rate
15. Baud rate =
As R has to be an integer, therefore R can be taken Number of bits per baud
as 10.
Therefore,
As R has improved by 2 bits, the improvement in
SNR is 12 dB. Bit rate 8000
Number of bits per baud = = =8
Ans. (12) Baud rate 1000
9. For an ASK system, the baud rate required is the Number of bits per baud = log2(Number of signal
same as the bit rate of the signal. The baud rate elements)
= 10000 bauds Therefore, number of signal elements = 28 = 256
Ans. (10000) Ans. (256)

SOLVED GATE PREVIOUS YEARS’ QUESTIONS

1. At a given probability of error, binary coherent 2. Let x(t) = 2cos(800pt) + cos(1400pt). x(t) is sam-
FSK is inferior to binary coherent PSK by pled with the rectangular pulse train shown in the
figure. The only spectral components (in kHz) pres-
(a) 6 dB (b) 3 dB ent in the sampled signal in the frequency range
(c) 2 dB (d) 0 dB 2.5 kHz to 3.5 kHz are
(GATE 2003: 1 Mark) (a) 2.7, 3.4 (b) 3.3, 3.6
Ans. (b) (c) 2.6, 2.7, 3.3, 3.4, 3.6 (d) 2.7, 3.3

45-Chapter-45-Gate-ECE.indd 1021 6/3/2015 5:17:15 PM


1022     Chapter 45:  Digital Communication Systems 

p(t) (a) 26 dB (b) 10 dB


(c) 20 dB (d) 13 dB
3
(GATE 2003: 2 Marks)
Solution.
2Eb 2 × 10−5
SNR = = = 20
No 10−6
t
−T0 −T0/6 0 T0/6 T0
(SNR)dB = 10 log 20 = 13 dB
Ans. (d)
T0 = s10−3 5. The input to a linear delta modulator having a step
(GATE 2003: 2 Marks) size ∆ = 0.628 is a sine wave with frequency fm
and peak amplitude Em. If the sampling frequency
Solution.  The Fourier series coefficients of the given fs = 40 kHz, the combination of the sine wave fre-
rectangular pulse train are quency and the peak amplitude, where slope over-
T0 / 6 load will take place is
 np 
∫ Ae−jnw 0 t dt = sin  
1 A
 3 
Cn = E m fm
T0 pn
−T0 / 6 (a) 0.3 V 8 kHz
(b) 1.5 V 4 kHz
From the above equation for Cn, it is clear that (c)  1.5 V 2 kHz
1, 2, 4, 5, 7, … harmonics are present. (d) 3.0 V 1 kHz
Frequency of p(t) corresponding to 1, 2, 4, 5, 7 … (GATE 2003: 2 Marks)
are 1000 Hz, 2000 Hz, 4000 Hz, 5000 Hz, 7000 Hz...
Solution.  For slope overload to take place,
The given signal x(t) has frequency components
700 Hz and 400 Hz. ∆
≤ Am⋅ w m
Therefore, p(t) × x(t) gives (1000 ± 700) Hz, (2000 Ts
± 700) Hz, (4000 ± 700) Hz, (1000 ± 400) Hz, (2000 Now
± 400) Hz, (2000 ± 700) and so on. ∆
= 0.628 × 40 × 103 = 25.12 × 103
Spectral components present in frequency range Ts
of 2.5 kHz to 3.5 kHz are therefore 2.7 kHz and
3.3 kHz. Matching with options 2p × 4 × 103 × 1.5 = 37.7
Ans. (d) × 103, which is greater than ∆/Ts (25.12 × 103).
3. A sinusoidal signal with peak-to-peak amplitude of Therefore, the combination of sine wave frequency
1.536 V is quantized into 128 levels using a mid-rise and peak amplitude in option (b) results in slope
uniform quantizer. The quantization noise power is overload.
Ans. (b)
(a) 0.768 V (b) 48 × 10−6 V2
(c) 12 × 10−6 V2 (d) 3.072 V 6. If S represents the carrier synchronization at the
(GATE 2003: 2 Marks) receiver and r represents the bandwidth efficiency,
then the correct statement for the coherent binary
Solution.  Step size PSK is
V p −p 1.536 (a) r = 0.5, S is required
∆=
(b) r = 1.0, S is required
=
L 128
(c) r = 0.5, S is not required
Quantization noise power (d) r = 1.0, S is not required
∆2 (1.536 128)2 (GATE 2003: 2 Marks)
PN = = = 12 × 10−6 V2
Solution.  For BPSK, bandwidth efficiency r = 0.5
12 12
Ans. (c)
For coherent BPSK, synchronization is required at
4. If Eb, the energy per bit of a binary digital signal, the receiver.
is 10−5 Ws and the one-sided power spectral den- Ans. (a)
sity of the white noise, No = 10−6 W/Hz, then the 7. A signal is sampled at 8 kHz and is quantized using
output SNR of the matched filter is an 8-bit uniform quantizer. Assuming SNRq for a

45-Chapter-45-Gate-ECE.indd 1022 6/3/2015 5:17:21 PM


SOLVED GATE PREVIOUS YEARS’ QUESTIONS     1023

sinusoidal signal, the correct statement for PCM Binary 0


signal with a bit rate of R is
0 0.1
(a) R = 32 kbps, SNRq = 25.8 dB t(ms)
(b) R = 64 kbps, SNRq = 49.8 dB
(c)  R = 64 kbps, SNRq = 55.8 dB −1V
(d) R = 32 kbps, SNRq = 49.8 dB
(GATE 2003: 2 Marks)

Solution.  Bit rate = nfs = 8 × 8 × 103 = 64 kbps The source output is transmitted using two modu-
(SNRq)dB = 1.76 + 6n = 1.76 + 48 = 49.8 dB lation schemes, namely, binary PSK (BPSK) and
Ans. (b) quadrature PSK (QPSK). Let B1 and B2 be the
bandwidth requirements of BPSK and QPSK,
8. In a PCM system, if the code word length is increased respectively. Assuming that the bandwidth of the
from 6 to 8 bits, the ­signal-to-quantization-noise above rectangular pulses is 10 kHz, B1 and B2 are
ratio improves by the factor
(a) B1 = 20 kHz, B2 = 20 kHz
(a) 8/6 (b) 12 (b) B1 = 10 kHz, B2 = 20 kHz
(c) 16 (d) 8 (c) B1 = 20 kHz, B2 = 10 kHz
(GATE 2004: 1 Mark) (d) B1 = 10 kHz, B2 = 10 kHz
(GATE 2004: 2 Marks)
Solution.  Signal-to-quantization noise, SNR ∝ 22n,
where n is the code length. Solution.  Given that the bandwidth of the rectan-
When the code length increases from 6 to 8 bits, the gular pulses Rb = 10 kHz
improvement in SNR is by a factor of (22×8/22×6) Therefore, bandwidth of the BPSK system B1 = 2Rb
= 24 = 16 times = 20 kHz
Ans. (c) Therefore, bandwidth of the QPSK system B2 = Rb
9. In the output of a DM speech encoder, the con- = 10 kHz
secutive pulses are of opposite polarity during time Ans. (c)
interval t1 ≤ t ≤ t2. This indicates that during this 11. Consider a binary digital communication system
interval with equally likely 0’s and 1’s. When binary 0 is
(a) the input to the modulator is essentially constant. transmitted, the detector input can lie between the
(b) the modulator is going through slope overload. levels −0.25 V and +0.25 V with equal probability.
(c) the accumulator is in saturation. When binary 1 is transmitted, the voltage at the
(d) the speech signal is being sampled at the detector can have any value between 0 and 1 V
Nyquist rate. with equal probability. If the detector has a thresh-
(GATE 2004: 1 Mark) old of 0.2 V (i.e., if the received signal is greater
than 0.2 V, the bit is taken as 1), the average bit
Solution.  In between the two adjacent sampled error probability is
values, if the baseband signal changes by an amount
less than the step size, the output of the DM is a (a) 0.15 (b) 0.2
sequence of alternate positive and negative pulses. (c) 0.05 (d) 0.5
This small change in baseband signal indicates that (GATE 2004: 2 Marks)
the baseband signal is almost constant.
Solution.  In the following figure, shaded areas in
Ans. (a)
the figure show the probability of error.
10. A source produces binary data at the rate of 10 kbps.
The binary symbols are represented as shown in 0.25
the figure. Threshold
0.2 1
Binary 1
0
1V

0.2
−0.25 0
0 0.1 t(ms)
For 0 For 1

45-Chapter-45-Gate-ECE.indd 1023 6/3/2015 5:17:22 PM


1024     Chapter 45:  Digital Communication Systems 

Let the probability of error when bit `0' is trans- Solution.  Impulse response h(t) = x(4 − t)
mitted to Pe(0) and the probability of error when
bit `1' is transmitted be Pe(1) The following figure shows the waveform of h(t)
been drawn from the waveform of x(t).
Error 0.25 − 2 x(−t)
Therefore, Pe (0) = = = 0.1
Total 0.25 − (−0.25)

0.2 − 0
−4 −3 −2
and Pe (1) = = 0. 2
1− 0 1 0
t
As probability of occurrence of 0 and 1 are equal,
therefore average bit error probability

Pe (0) + Pe (1)
Pe (avg) = = 0.15 x(−t+4)
2
Ans. (a)
12. Choose the correct one from among the alterna-
tives a, b, c, d after matching an item from Group 1
0 1 2 3 4
with the most appropriate item in Group 2. t
Group 1 Group 2
1. FM P. Slope overload
2. DM Q. m-law From the figure, we can see that slope in region t
3. PSK R. Envelope detector = 3 to 4 = −1
4. PCM S. Capture effect Ans. (b)
T. Hilbert transform
U. Matched filter 14. A 1 kHz sinusoidal signal is ideally sampled at 1500
samples/s and the sampled signal is passed through
(a) 1-T, 2-P, 3-U, 4-S (b) 1-S, 2-U, 3-P, 4-T an ideal low-pass filter with cut-off frequency
(c) 1-S, 2-P, 3-U, 4-Q (d) 1-U, 2-R, 3-S, 4-Q 800 Hz. The output signals has the frequency
(GATE 2004: 2 Marks)
(a) zero Hz (b) 0.75 kHz
Ans. (c)
(c) 0.5 kHz (d) 0.25 KHz
13. Consider the signal x(t) shown in the figure. Let (GATE 2004: 2 Mark)
h(t) denote the impulse response of the filter
matched to x(t), with h(t) being non-zero only Solution.  Given that sampling frequency (fs) =
in the ­interval 0 to 4 s. The slope of h(t) in the 1500 samples/s and highest frequency component
­interval 3 < t < 4 s is is fm = 1 kHz. So, the sampled frequencies are
2.5 kHz and 0.5 kHz.
x(t) However, as the low-pass filter has a cut-off
­frequency 800 Hz, so only the output signal of
1 ­frequency 0.5 kHz would pass through it.
15. Refractive index of glass is 1.5. Find the wave-
t(s) length of a beam of light with frequency of 1014 Hz
1 2 3 4 in glass. Assume velocity of light is 3 × 108 m/s in
vacuum
-1
(a) 3 mm (b) 3 mm
(c) 2 mm (d) 1 mm
(GATE 2005: 1 Mark)
1 −1
(a) s (b) −1 s−1
2 Solution.
1 −1 c = fl (in vacuum)
(c) − s (d) 1 s−1
2 3 × 108
l= = 3 × 10−6 m
c
=
(GATE 2004: 2 Marks) f 1014

45-Chapter-45-Gate-ECE.indd 1024 6/3/2015 5:17:29 PM


SOLVED GATE PREVIOUS YEARS’ QUESTIONS     1025

In glass would be
−6
l 3 × 10 (a) 2 × 103 (b) 4 × 103
lg = = 2 mm (c) 6 × 103 (d) 8 × 103
=
m 1.5
Ans. (c) (GATE 2006: 2 Marks)

16. A signal as shown in the following figure is applied Solution.  Minimum sampling frequency fs = (2fm)
to a matched filter. Which of the following options × 3 = (2 × 1000) × 3 = 6 × 103 Hz
does represent the output of this matched filter? Ans. (c)
Input 18. The minimum step size required for a delta
modulator operating at 32 k samples/s to track
1
the signal (here u(t) is the unit-step function)
1 2 3 x(t) = 125t[u(t) − u(t − 1)] + (250 − 125t) [u(t − 1)
t
− u(t − 2)] so that slope overload is avoided would be
−1
(a) 2−10 (b) 2−8
(a) Output (b) Output (c) 2−6 (d) 2−4
(GATE 2006: 2 Marks)
1
1
2 1 2 3 Solution.  To avoid slope overload,
t

1 3 t
−1 ≥ x ′(t)
−1
Ts
(c) Output (d) Output
Given that 1/Ts = 32 × 103 samples/s
2 2
Given that x(t) = 125t[u(t) − u(t − 1)] + (250 −
1 2 3 125t) [u(t − 1) − u(t − 2)]. Therefore, x′(t) = 125
t 1 2 3 t
Therefore,
−1
∆× 32 × 103 ≥ 125
(GATE 2005: 2 Marks) Now, 32 × 103 ≅ 215 and 125 ≅ 27
Therefore,
Solution.  Output of the matched filter is computed
as shown in the following figure ∆× 215 ≥ 27

Input or, ∆ ≥ 2−8


x(t) x(T-t) Ans. (b)

1 19. In the following figure the minimum value of the


2 3 2 constant C, which is to be added to y1(t) such that
0
1 t 1 t y1(t) and y2(t) are different, is
-1

h(t) Output
y(t) Quantizer Q with L y1(t)
A2 T = (1)2 × 2 = 2 levels, step size ∆
Same
1 + quantizer y2(t)
2 allowable signal Q
1 3 dynamic range(−V,V ) +
1 2 t -A2 T
-1
2
-2 x(t) with −V V
, C
range 2 2
Ans. (c)

17. The minimum sampling frequency (in samples/s) (a) ∆ (b)
2
required to reconstruct the following signal from its
samples without distortion ∆2 ∆
(c) (d)
12 L
 sin 2p 1000t 3  sin 2p 1000t 2
x(t) = 5    
 
+ 7
pt  pt 
(GATE 2006: 2 Marks)

45-Chapter-45-Gate-ECE.indd 1025 6/3/2015 5:17:35 PM


1026     Chapter 45:  Digital Communication Systems 

Solution.  From the following figure, we can see that As it comes in the form of 0/0, so applying LH rule
for y1(t) and y2(t) to be different, minimum step we get
size of ∆/2 is needed else they will be same.  1  d dt (sin 4p Wt)
p 
 4W  d dt [4p Wt(1 − 16W 2 t2 )]
=

(cos 4p Wt)4pW
W
=
∆ (1 − 48W 2 t2 ) 4p W
2 Putting t = 1 4W , we get

∆  1  cos p
p 
 4W  1 − 3
2 = = 0.5

Ans. (c)
22. During transmission over a certain binary com-
munication channel, bit errors occur independently
with probability p. The probability of AT MOST
Ans. (b) one bit in error in a block of n bits is given by
20. In delta modulation, the slope overload distortion (a) pn (b) 1 − pn
n − 1
can be reduced by (c) np(1 − p)   + (1 − p) n
(d) 1 − (1 − p)n
(a) decreasing the step size (GATE 2007: 2 Marks)

Solution.  Probability of no error in n bits = (1 − p)n


(b) decreasing the granular noise
(c) decreasing the sampling rate
(d) increasing the step size Probability of one error in n bits = np(1 − p)n − 1
(GATE 2007: 2 Marks) Therefore, probability of at most one bit in error
= np(1 − p)n − 1 + (1 − p)n
Solution.  Condition to avoid slope overload in delta Ans. (c)
modulation is Common Data for Questions 23 and 24: Two
∆ d
≥ m(t) 4-ary signal constellations are shown. It is given
Ts dt that f1, and f2 constitute an orthonormal basis
So, by increasing the step size, slope-overload dis- for the two constellations. Assume that the four
tortion can be reduced. symbols in both the constellations are equiprob-
Ans. (d) able. Let N0/2 denote the power spectral density of
white Gaussian noise.
21. The raised cosine pulse p(t) is used for zero ISI
f2 f2
√2a
in digital communications. The expression for p(t)
with unity roll-off factor is given by
sin 4pWt a
p(t) =
4pWt(1 − 16W 2 t2 ) f1 f1
-2√2a -a
-√2a 0 0 a
The value of p(t) at t = 1 4W is
-a
(a) −0.5 (b) 0 -√2a
(c) 0.5 (d) ∞
(GATE 2007: 2 Marks) Constellation 1 Constellation 2

Solution.  Given that 23. The ratio of the average energy of constellation 1
to the average energy of constellation 2 is
sin 4pWt
p(t) = (a) 4a2
4p Wt(1 − 16 W 2 t2 ) (b) 4
(c) 2 (d) 8
Putting t = 1 4W , we get (GATE 2007: 2 Marks)
sin 4p W × (1 4W )
p (t ) =
Solution.  Average energy of constellation 1 is
4p W ×
1
[1 − 16W 2 (1 16W 2 )] 0 + 4a2 + 4a2 + 8a2
4W E1 = = 4a2
4

45-Chapter-45-Gate-ECE.indd 1026 6/3/2015 5:17:43 PM


SOLVED GATE PREVIOUS YEARS’ QUESTIONS     1027

Average energy of constellation 2 is Therefore,


5

∫ f(x) dx = 3
a2 + a2 + a2 + a2 1
E2 = = a2
4 1
5

∫ bdx = 3
Therefore, 1
or,
2
E1 4a 1
= 2 = 4 Ans. (b)
E2 a Solving the above equation, we get
24. If these constellations are used for digital commu- 5 1
b x1 =
nications over an AWGN channel, then which of 3
the following statements is true?
1
or, b=
(a) Probability of symbol error for constellation 1 12
is lower.
(b) Probability of symbol error for constellation 1 Also,
1
is higher.
∫ f(x) dx = 3
1
(c) Probability of symbol error is equal for both the
constellations. −1
(d) The value of No will determine which of the 1

∫ adx = 3
1
two constellations has a lower probability of or,
symbol error. −1
(GATE 2007: 2 Marks)
Solving the above equation, we get
Solution.  The probability of symbol error decreases 1 1
with increase in average energy. a x −1 =
3
As constellation 1 has more average energy than
that of constellation 2, therefore the probability of 1
or, a=
symbol error for constellation 1 is lower. 6
Ans. (a)
Ans. (a)
26. Assuming that the reconstruction levels of the
Statement for Linked Answer Questions 25
quantizer are the mid-points of the decision bound-
and 26: An input to a 6-level quantizer has the
aries, the ratio of signal power to quantization
probability density function f(x) as shown in the
noise power is
given figure. Decision boundaries of the quantizer
are chosen so as to maximize the entropy of the 152 64
(a) (b)
quantizer output. It is given that three consecutive 9 3
decision boundaries are `−1’, `0’ and `1’. 76
(c) (d) 28
3 (GATE 2007: 2 Marks)
f(x)

a Solution.  Signal power


−1 1 5
b s= ∫ x2f (x)dx + ∫ x2f (x)dx + ∫ x2f (x)dx
x −5 −1 1
−5 −1 0 1 5 −1 1 5

∫ x bdx + ∫ x adx + ∫ x bdx


2 2 2
=
25. The values of a and b are −5 −1 1

(a) a = 1/6 and b = 1/12 Solving the above equation, we get


(b) a = 1/5 and b = 3/40
−1 1 5
(c) a = 1/4 and b = 1/16
∫ x2dx + ∫ x2dx + ∫ x2dx
1 1 1
(d) a = 1/3 and b = 1/24 s=
12 6 12
(GATE 2007: 2 Marks) −5 −1 1
3 −1 3 1 3 5
1 x 1 x 1 x
Solution.  To maximize the entropy, all the ­decision = + + = 7 V2
12 3 6 3 12 3
boundaries should be equiprobable. −5 −1 1

45-Chapter-45-Gate-ECE.indd 1027 6/3/2015 5:17:53 PM


1028     Chapter 45:  Digital Communication Systems 

Step size 29. Assuming the signal to be uniformly distributed


between its peak to peak value, the signal-to-noise
V p− p 5 − (−5) 10 5
∆= = = = ratio at the quantizer output is
L 6 6 3
(a) 16 dB (b) 32 dB
∆2 (5 3)2 25 1 (c) 48 dB (d) 64 dB
QNP = = = × = 0.23 ≅ 0.25
12 12 9 12 (GATE 2008: 2 Marks)

s 7 Solution.  Signal-to-noise ratio


SQNR = = = 28
QNP 0.25  S 
 o  ≈ 6n dB
Ans. (d)  N 
 o dB
27. Consider a binary symmetric channel (BSC) with
probability of error being p. To transmit a bit, say where n is the number of bits per sample quantized.
1, we transmit a sequence of three 1s. The receiver Therefore,
 S 
 o  ≈ 6 × 8 = 48 dB
will interpret the received sequence to represent 1
if at least two bits are 1. The probability that the  N 
 o dB
transmitted bit will be received in error is Ans. (c)
(a) p3 + 3p2(1−p) (b) p3 30. The number of quantization levels required to
(c) (1−p)3 (d) p3 + p2(1−p) reduce the quantization noise by a factor of 4
(GATE 2008: 2 Marks) would be

Solution.  There will be error if all the three received (a) 1024 (b) 512
bits are 0 or two of the three received bits are 0. (c) 256 (d) 64
Therefore, probability of error in output (GATE 2008: 2 Marks)

= 3C3 ⋅ p ⋅ p ⋅ p + 3C2 ⋅ p ⋅ p ⋅ (1 − p) = p3 + 3 p2 (1 − p) Solution.  Quantization noise,


Ans. (a) S2
Nq =
12
Common Data for Questions 28, 29 and 30: where S is the step size of quantization level.
A speed signal, band limited to 4 kHz and peak Given that
voltage varying between +5 V and −5 V, is sam- Nq
pled at the Nyquist rate. Each sample is quantized N q′ =
and represented by 8 bits. 4
Therefore,
28. If the bits 0 and 1 are transmitted using bipolar
pulses, the minimum bandwidth required for dis- S ′2 S2
=
tortion free transmission is 12 12 × 4

S′ =
(a) 64 kHz (b) 32 kHz S
or
(c) 8 kHz (d) 4 kHz 2
(GATE 2008: 2 Marks) Vp − p
Now, S=
2n
Solution.  While using the bipolar pulses to transmit
the bits 0 and 1, the minimum ­bandwidth required   where Vp-p is the peak-to peak value and n is the
for distortion-free transmission is four times the no. of bits/sample.
theoretical bandwidth (Nyquist bandwidth). Therefore,
Given that fm = 4 kHz Vp − p Vp − p Vp − p
= =
n′
Therefore, Nyquist bandwidth, 2 2⋅2 n
2 ⋅ 28

fs(min) = 2fm = 8 kHz or 2n = 29 = 512
Minimum bandwidth in bipolar signalling is Hence, the number of quantization levels required
to reduce the quantization noise by a factor 4
BW = 4fs (min) = 4 × 8 kHz = 32 kHz would be 512.
Ans. (b) Ans. (b)

45-Chapter-45-Gate-ECE.indd 1028 6/3/2015 5:18:03 PM


SOLVED GATE PREVIOUS YEARS’ QUESTIONS     1029

Common data for Questions 31 and 32: The s(t)


amplitude of a random signal is uniformly distrib-
1
uted between −5 V and 5 V.
31. If the signal-to-quantization-noise ratio required in
uniformly quantizing the signal is 43.5 dB, the step t
size of the quantization is approximately 0 T
(a) 0.0333 V (b) 0.05 V (a) h(t) (b) h(t)
(c) 0.0667 V (d) 0.10 V 1 1
(GATE 2009: 2 Marks)

Solution.  Given that SNR = 43.5 dB t t


−T 0 0 T
We know that SNR = 1.76 + 6.02n. Therefore,
43.5 = 1.76 + 6.02n (c) h(t) (d) h(t)
Solving the above equation, we get n = 6.94 ≅ 7 1 1
Step size

VH − VL 5 − (−5)
= n
= = 0. 07 V t t
2 27 0 T 0 T 2T
Hence, closest answer is 0.0667 V, so correct option (GATE 2010: 1 Mark)
is (c).
Ans. (c) Solution.  Impulse response of the matched filter for
signal s(t) is h(t) = s(T − t)
32. If the positive values of the signal are uniformly
quantized with a step size of 0.05 V, and the nega- s(T + t) is the left-side shifted version of s(t) by T
tive values are uniformly quantized with a step size as shown in the figure below.
of 0.1 V, the resulting signal-to-quantization-noise s(T + t)
ratio is approximately 1
(a) 46 dB (b) 43.8 dB
(c) 42 dB (d) 40 dB
(GATE 2009: 2 Marks)

Solution.  Given that step size D1 = 0.05 V for


−T
positive values and D2 = 0.1 V for negative values.
0 t

Therefore, s(T − t) is the mirror image of s(T + t) on y-axis.

V(p−p)1 h(t) = s(T - t)


5
L1 = = = 100
∆1 0.05 1

V(p−p)2 5
and L2 = = = 50
∆2 0.1

L = L1 + L2 = 150 = 2n
0 T t
Therefore, n = 7 Ans. (c)
34. The Nyquist sampling rate for the signal
(SNR) dB = 1 .72 + 6.02n = 1.72 + 6.02 × 7
sin(500p t) sin(700p t)
= 43.86 dB s(t) = ×
pt pt
Ans. (b)
is given by
33. Consider the pulse shape s(t) as shown. The (a) 400 Hz (b) 600 Hz
impulse response h(t) of the filter matched to this (c) 1200 Hz (d) 1400 Hz
pulse is (GATE 2010: 2 Marks)

45-Chapter-45-Gate-ECE.indd 1029 6/3/2015 5:18:07 PM


1030     Chapter 45:  Digital Communication Systems 

Solution.  Given that signal Solution.  For M-ary scheme


sin(500 p t) sin(700 p t) p 
× d = 2 sin   Es
 M 
s(t) =
pt pt
1  2 sin(500 p t) sin(700 p t) 
=   Distance of any point from origin is Es
2  p 2 t2 
For 4-ary scheme, r1 = Es1
Therefore,
For 8-ary scheme, r2 = Es2
s(t) = 2 2 [cos(700p t − 500p t) − cos(700p t + 500p t)]
1
p 
2p t For 4-ary scheme, M = 4, d1 = 2 sin   r1
 4 
= 2 2 [cos(200p t) − cos(1200p t)]
1
2p t p 
For 8-ary scheme, M = 8, d2 = 2 sin   r2
Maximum frequency component,  8 
1200p If d1 = d2 = d, then
fm = = 600 Hz
2p p 
2 sin   r1 = d
Therefore, Nyquist sampling rate  4 
fs = 2fm = 1200 Hz Therefore,
Ans. (c) d
r1 = = 0.707d
2
35. An analog signal is band-limited to 4 kHz, sampled
at the Nyquist rate, and the samples are quantized If d1 = d2 = d, then
into 4 levels. The quantized levels are assumed to be p 
2 sin   r2 = d
 8 
independent and equally probable. If we ­transmit
two quantized samples/s, the information rate is
Therefore,
(a) 1 bps (b) 2 bps (c) 3 bps (d) 4 bps
(GATE 2011: 1 Mark) d
r2 = = 1.307d Ans. (d)
2 sin(p 8)
Solution.  Given that quantized levels are equi-        
probable, therefore H = log24 = 2 bits/sample 37. Assuming high SNR and that all signals are equally
Given that r = 2 samples/s probable, the additional average transmitted signal
Hence, information rate R = rH = 2 samples/s × 2 energy required by the 8-PSK signal to achieve the
bits/sample = 4 bps same error probability as the 4-PSK signal is
Ans. (d) (a) 11.90 dB (b) 8.73 dB
Statement for Linked Data Questions 36 (c) 6.79 dB (d) 5.33 dB
and 37: A four-phase and an eight-phase signal (GATE 2011: 2 Marks)

Solution.  Pe ∝ Es for both cases


constellation are shown in the following figure.

So,
Q d Es1 r1 0.707d
= =
r2 Es2 r2 1.307d
d r1
r r Therefore,
Es2  1.307 2
=   = 3.42
Es1  0.707 
To achieve same error probability, 8-PSK signal
must have 3.42 times the average transmitted
36. For the constraint that the minimum distance signal energy than 4-PSK signal.
between pairs of signal points be d for both con- The value in decibels = 10log(3.42) = 5.33 dB
stellations, the radii r1 and r2 of the circles are Ans. (d)
(a) r1 = 0.707d, r2 = 2.782d 38. In a baseband communications link, frequencies up
(b) r1 = 0.707d, r2 = 1.932d to 3500 Hz are used for signalling. Using a raised
(c)  r1 = 0.707d, r2 = 1.545d cosine pulse with 75% excess bandwidth and for
(d) r1 = 0.707d, r2 = 1.307d no intersymbol interference, the maximum possible
(GATE 2011: 2 Marks) signalling rate in symbols/s is

45-Chapter-45-Gate-ECE.indd 1030 6/3/2015 5:18:19 PM


SOLVED GATE PREVIOUS YEARS’ QUESTIONS     1031

(a) 1750 (b) 2625


sin(w c t)
2E
sin(w c t) and s2 (t) = −
2E
(c) 4000 (d) 5250 s1(t) =
T T
(GATE 2012: 1 Mark)
where 0 ≤ t ≤ T and ET is the transmitted energy
=∫ sin w c t sin(w c t + 45°)dt
Solution.  Frequency used for signalling is f = 3500 Hz. per bit. 2E 2
Excess bandwidth used is B = 0.75 × f = 2625 Hz. Given that the local oscillator
0
T T
in the coherent
We know that if B is the bandwidth available then receiver is ahead in phase by T 45°. Therefore, the

T ∫
sin(w c t) sin(w c t + 45°)dt
2E
Rb =
function of the local oscillator
≤B 0
2
f 1(t) = sin(w c t + 45T°)
2
that is, if Rb is data rate then Rb/2 is the minimum
∫ 2 [sinare
45° + sin(2w c t + 45°)]dt
T 2E 2 1
bandwidth required for transmission. =
T T points
Therefore, Rb ≤ 2B, or Rb ≤ 5250 The coordinates of the message 0
T T T
So (Rb)max = 5250 symbols/s
∫ s1(t)f1(t)=dtT E ∫ 2 dt + T E ∫ sin(2w c t + 45°)dt
s11 = 1 1 1
Ans. (d)
39. A binary symmetric channel (BSC) has a transition
0 0 
0  
Solving the above integral we get, 0
probability of 1/8. If the binary transmit symbol X
is such that P(X = 0) = 9/10, then the probability E
s11 =
of error for an optimum receiver will be 2

(a) 7/80 (b) 63/80 E


Similarly,  s21 =
(c) 9/10 (d) 1/10 2
(GATE 2012: 2 Marks) The two message points are s11 and s12. The error
at the receiver will be considered when
Solution.
9 (i) s11 is transmitted and s21 is received.
P (X = 0) =
10 (ii) s21 is transmitted and s11 is received.
1
P (X = 1) = 1 − P (X = 0) = So, probability for the first case will be as follows:
10
 s received 
P  21
Transition probability = P(1/0) = P(0/1) = 1/8

Probability of error for optimum receiver will be  s11 transmitted 
Pe = P (0)P (1 /0) +P (1)P (0 /1) = P (X < 0) (as shown in the figure)
9 1 1 1 10
× + × =
1  E   E 
= = = P  + N < 0 = P N < − 
10 8 10 8 80 8  2   2 
40. A BPSK scheme operating over an AWGN chan-
nel with noise power spectral density of N0/2 uses
equiprobable signals

sin(w c t) and s2 (t) = − sin(w c t)


2E 2E
s1(t) =
T T
over the symbol internal (0, T). If the local oscilla- − E/2 E/2 X
Probability
tor in a coherent receiver is ahead in phase by 45°
of error
with respect to the received signal, the probability
of error in the resulting system is E
Mean of the Gaussian distribution =
 2E   E  2
(a) Q   (b) Q   No
 No   No  Variance =
2
 E   E 
Putting it in the probability function, we get
(c) Q   (d) Q    E 
0
 2No   4No    −(x + E 2 )2 ( 2N o
 = ∫
1
P N < −
2)
e dx
 2 2p (No 2)
(GATE 2012: 2 Marks) −∞
0
−(x + E 2 )2 N o

1
Solution.  For the BPSK system, the pairs of sig- = e dx
−∞
pNo
nals s1(t) and s2(t) used to represent binary bits 1
and 0, respectively are given by

45-Chapter-45-Gate-ECE.indd 1031 6/3/2015 5:18:33 PM


1032     Chapter 45:  Digital Communication Systems 

x+ E 2 42. If the detection threshold is 1, the bit error rate


Taking, =t (BER) will be
No 2
1 1
No (a) (b)
we get, dx = dt 2 4
2
1 1
Hence, (c) (d)
8 16
 ∞  E 
E 
P N < −  = ∫ e−t 2dt = Q  
1 2
(GATE 2013: 2 Marks)
 2  2p  No 
E No Solution.  BER is given as Pe = P(0)P(1/0) + P(1)
P(0/1)
where Q is the error function.
If detection threshold = 1, then
As symbols are equiprobable, therefore
 s received   E  P (0) = P (1) =
1
P  11  = Q   2
 s21 transmitted   No 
The given figure can be drawn as
So the average probability of error
1   s21 received   s received 
 + P  11 
1
  s transmitted 
f(z/0)
2   s11 transmitted 
= P
21  0.5
f(z/1)

1   E  
 + Q  E
 
 = Q  E


Q
2   No  N   N
1/4
  
=
  o   o -1 0 4 1 2 4
z
5
Ans. (b)

 Y = 1  z 
41. The bit rate of digital communication system is
R kbps. The modulation used is 32 QAM. The
P 
 X = 0 
= ∫ f  0  dz = 0
1
minimum bandwidth required for ISI-free trans-
 Y = 0  z 
1
P  ∫ f  1 dz = 4 × 4 × 1 = 8
1 1 1
 X = 1 
mission is =
(a) R/10 Hz (b) R/10 kHz 0
(c) R/5 Hz (d) R/5 kHz Therefore,
(GATE 2013: 1 Mark) 1 1 1 1
n Pe = ×0 + × =  Ans. (d)
Solution.  We know that 2 = M         2 2 8 16
Therefore, n = log2(M) = log2(32) = 5
43. The optimum threshold to achieve minimum bit
Therefore, baud rate
error rate is
Rb′ =
R R
= kbps 1 4
n 5 (a) (b)
Therefore, the minimum bandwidth required for 2 5
ISI-free transmission is 3
(c) 1 (d)
Rb′
2
R (GATE 2013: 2 Marks)
(BW)min = = kHz
2 10
Ans. (b) Solution.  Optimum threshold is given by the point
of intersection of two PDF curves.
Common Data for Questions 42 and 43: Bits
z 
1 and 0 are transmitted with equal probability. At f   = 1 − z ; z ≤ 1
the receiver, the PDF of the respective received  0 
signals for both bits are as shown in the following z 
f   = z / 4 0<z<2
 1 
figure: ;

PDF of received
1
signal for bit 0
The point of intersection which decides optimum
threshold is
z
0.5 PDF of received 1−z =
signal for bit 1 4
Therefore,
4
−1 0 1 2 4 z=  Ans. (b)
5

45-Chapter-45-Gate-ECE.indd 1032 6/3/2015 5:18:48 PM


CHAPTER 46

MULTIPLEXING AND MULTIPLE ACCESS TECHNIQUES

In this chapter different multiplexing and multiple access techniques are discussed.

46.1  MULTIPLEXING TECHNIQUES the form of a bit stream. The two techniques are briefly
described in the following paragraphs.

Multiplexing techniques are used to combine several 46.1.1  Frequency-Division Multiplexing


message signals into a single composite message so that
they can be transmitted over a common channel. The In case of frequency-division multiplexing (FDM), differ-
multiplexing technique ensures that the different mes- ent message signals are separated from each other in the
sage signals in the composite signal do not interfere with frequency domain. Figure 46.1 illustrates the concept of
each other and that they can be conveniently separated FDM showing simultaneous transmission of three mes-
out at the receiver end. The following are two basic mul- sage signals over a common communication channel. As
tiplexing techniques in use: is clear from the block schematic arrangement shown,
each of the three message signals modulates a differ-
1. Frequency-division multiplexing ent carrier. Most commonly used modulation technique
2. Time-division multiplexing is the single sideband (SSB) modulation. Any type of
modulation can be used as long as we ensure that the
While frequency-division multiplexing is used with sig- carrier spacing is sufficient to avoid a spectral overlap.
nals that employ analog modulation techniques, time- On the receiving side, band-pass filters (BPF) separate
division multiplexing is used with digital modulation out the signals, which are then coherently demodulated
techniques where the signals to be transmitted are in as shown. The composite signal formed by combining

46-Chapter-46-Gate-ECE.indd 1033 6/1/2015 3:42:10 PM


1034     Chapter 46:  Multiplexing and Multiple Access Techniques  

m1(t) m1(t) m1(t) m1(t)


BPF LPF LPF LPF

wc1 wc1
m2(t)
LPF
Synchronized m2(t)
LPF
m2(t) m2(t)
∑ Communication BPF LPF Communication
channel channel
wc2 wc2 Commutator Commutator
m3(t) m3(t) mn(t)
BPF LPF mn(t) LPF
LPF
Transmitter
wc3 wc3
Figure 46.2 |   Time-division multiplexing.
Figure 46.1 |   Frequency-division multiplexing.

different message signals after they have modulated rates of 2.4, 2.4 and 4.8 kHz, then each cycle of com-
their respective carrier signals may be used to modulate mutation will have one sample each from the first two
another high-frequency carrier before it is transmitted ­messages and two samples from the third message.
over the common link. In that case, these individual car- At the receiving end, the composite signal is demul-
rier signals are known as sub-carrier signals. tiplexed using a similar electronic switching circuitry
FDM is used in telephony, commercial radio broadcast that is synchronized with the one used at the transmit-
(both AM and FM), television broadcast, communica- ter. TDM is widely used in telephony, telemetry, radio
tion networks and telemetry. In case of commercial AM broadcast and data processing.
broadcast, the carrier frequencies for different signals are
If T is the sampling time interval of the time-­multiplexed
spaced 10 kHz apart. This separation is definitely not
signal of n different signals each having a sampling inter-
adequate if we consider a high-fidelity voice signal with
a spectral coverage of 50 Hz to -15 kHz. Because of this
val of Ts, then
reason, AM broadcast stations using adjacent carrier Ts
frequencies are usually geographically far apart to mini- T =  (46.1)
n
mize interference. In case of FM broadcast, the carrier
frequencies are 200 kHz apart. In case of long-distance Also, if time-multiplexed signal is considered as a low-
telephony, 600 or more voice channels each with a spec- pass signal having a bandwidth of fTDM and fm is the
tral band of 200 Hz to 3.2 kHz can be transmitted over bandwidth of individual signals, then
a coaxial or microwave link using SSB modulation and a
carrier frequency separation of 4 kHz. fTDM = nfm  (46.2)

46.1.2  Time-Division Multiplexing 46.2  MULTIPLE ACCESS


TECHNIQUES
Time-division multiplexing (TDM) is used for simultane-
ous transmission of more than one pulsed signals over a
common communication channel. Figure 46.2 illustrates Commonly used multiple access techniques include the
the concept. Multiple-pulsed signals are fed to a type of following:
electronic switching circuitry called commutator. All the 1. Frequency-division multiple access
message signals, which have been sampled at least at the
2. Time-division multiple access
Nyquist rate (the sampling is usually done at 1.1 times
the Nyquist rate to avoid aliasing problem), are fed to the 3. Code-division multiple access
commutator. The commutator interleaves different sam- 4. Space domain multiple access
ples from different sampled message signals so as to form
a composite interleaved signal. This composite signal is 46.2.1  Frequency-Division Multiple Access
then transmitted over the link. In case all message signals
have the same bandwidth, one commutation cycle will It is the earliest and still one of the most commonly
contain one sample from each of the messages. But in employed forms of multiple access techniques for commu-
case signals have different bandwidths, then one would nications via satellite. In case of frequency-division mul-
need to transmit more number of samples per second of tiple access (FDMA), different earth stations are able to
the signals having larger bandwidth. As an illustration, if access the total available bandwidth of satellite transpon-
there are three message signals with respective sampling der by virtue of their different carrier frequencies, thus

46-Chapter-46-Gate-ECE.indd 1034 6/1/2015 3:42:12 PM


46.2  MULTIPLE ACCESS TECHNIQUES     1035

avoiding interference amongst multiple signals. Each of


the earth stations within the satellite’s footprint trans- Satellite
mits one or more carriers at different centre frequencies.
Each carrier is assigned a small guard band to avoid over-
lapping of adjacent carriers. The satellite transponder Up-link Down-link
receives all carrier frequencies within its bandwidth, does
the necessary frequency translation and amplification
and then retransmits them back towards earth. Figure
46.3 illustrates the basic concept of FDMA in satellite
communications. Different earth stations are capable of
selecting carriers containing messages of their interest.
Major advantages of FDMA include simplicity of
earth station equipment and the fact that no com-
plex timing and synchronizing techniques are required.
Figure 46.4 |   Basic concept of TDMA.
Disadvantages include likelihood of inter-modulation
problems with its adverse effect on signal-to-noise ratio.
The inter-­modulation products result mainly from the transmit traffic bursts in a period time frame called
non-linear characteristics of the travelling wave tube TDMA frame. Over the length of a burst, each earth
amplifier (TWTA) of the transponder, which is required station has the entire transponder bandwidth at its dis-
to amplify a large number of carrier frequencies. The posal. The traffic bursts from different earth stations are
problem is further compounded when the TWTA is made synchronized so that all bursts arriving at the transpon-
to operate near saturation so as to be able to supply cer- der are closely spaced but do not overlap. The transpon-
tain minimum carrier power to reduce down-link noise der works on a single burst at a time and retransmits
and the fact that TWTA when operated near saturation back to the earth sequence of bursts. All earth stations
exhibits higher non-linearity. can receive the entire sequence and extract the signal of
their interest. Figure 46.4 illustrates the basic concept
46.2.2  Time-Division Multiple Access of TDMA. Disadvantages of TDMA include require-
ment of complex and expensive earth station equipment
The time-division multiple access (TDMA) is a tech- and stringent timing and synchronization requirements.
nique in which different earth stations in the satellite TDMA is suitable for digital transmission only.
footprint making use of satellite transponder use a single
carrier on a time-division basis. Different earth stations 46.2.2.1  TDMA Frame Structure

Figure 46.5 shows a typical TDMA frame structure. As


Satellite is evident from the frame structure, the start of a frame
contains a reference burst transmitted from a ­reference
station in the network. The reference burst is followed
by traffic bursts from various earth stations with guard

Reference Traffic Traffic Traffic Traffic


f1 burst burst burst burst burst
f2 fn (1) (2) (3) (n)

Guard time

Guard Carrier Preamble Information


band bandwidth

f1 f2 fn Carrier Carrier
and clock Unique Signalling and clock Unique
word
Signalling
Transponder recovery word channel recovery channel
bandwidth
Figure 46.3 |   Basic concept of FDMA. Figure 46.5 |   Typical TDMA frame structure.

46-Chapter-46-Gate-ECE.indd 1035 6/1/2015 3:42:13 PM


1036     Chapter 46:  Multiplexing and Multiple Access Techniques  

time between various traffic bursts from different sta- the frequency of transmitter. The transmitter transmits
tions. The traffic bursts are synchronized to the refer- a short burst of data on a narrowband, then tunes to
ence burst to fix their timing reference. another frequency and transmits again. The transmit-
ter thus hops its frequency over a given bandwidth sev-
eral times per second, transmitting on one frequency
46.2.3  Code-Division Multiple Access
for a certain period of time, then hopping to another
frequency and transmitting again. This is achieved by
In case of code-division multiple access (CDMA), the
using a frequency synthesizer whose output is controlled
entire bandwidth of the transponder is used simultane-
by a pseudorandom code sequence. The pseudorandom
ously by multiple earth stations at all times. CDMA
code sequence decides the instantaneous transmission
therefore allows multiple earth stations to access the same
frequency. On the receiver side, the data can be recov-
carrier frequency and bandwidth at the same time. Each
ered by using a similar frequency synthesizer controlled
transmitter spreads its signal over the entire bandwidth,
by an identical pseudorandom sequence.
which is much wider than that required by the signal oth-
erwise. One of the techniques to do this is to multiply In case of TH-CDMA system, the pseudorandom bit
the information signal, which has a relatively lower bit sequence determines the time instant of transmission of
rate, by a pseudorandom bit sequence with a much higher information. In fact, the signal is transmitted by a user
bit rate. Interference between multiple channels is avoided in rapid bursts during time intervals, which are deter-
as each transmitter uses a unique pseudorandom code mined by the pseudorandom code assigned to the user.
sequence. Receiving stations recover the desired informa- A given user transmits during only one of the M time
tion by using a matched decoder that works on the same slots each frame has been divided into. However, the
unique code sequence used during transmission. CDMA is time slot used by a given user for transmission of data in
also referred to as spread spectrum multiple access because successive frames depends upon the code assigned to it.
of the reason that the carrier spectrum is spread over a As each user transmits its data only during one of the M
much larger bandwidth as compared to the information time slots in each frame, the bandwidth available to it
rate. The spread spectrum signal is inherently immune to increases by a factor of M.
jamming as it forces the jammer to deploy its transmitted It may be mentioned here that DS-CDMA uses the
jamming power over a much wider bandwidth than would entire bandwidth all the time, FH-CDMA uses a small
have been necessary for a conventional system. part of bandwidth at a given time instant but the chosen
CDMA can be of three types, namely, the direct- frequency slot varies with time so as to cover the entire
sequence CDMA (DS-CDMA), frequency-hopping bandwidth and TH-CDMA uses the entire bandwidth
CDMA (FH-CDMA) and time-hopping CDMA for short periods of time.
(TH-CDMA). DS-CDMA uses direct-sequence tech-
niques to achieve the multiple access capability. In 46.2.4  Space Domain Multiple Access
this, each of the N users is allocated its own PN code
sequence. PN code sequences fall in the category of Space domain multiple access (SDMA) is a technique that
orthogonal codes. Cross-correlation of two orthogonal primarily allows frequency reuse where adjacent earth sta-
codes is zero, while their auto-correlation is unity. This tions within the footprint of the satellite can use the same
forms the basis of each of the N stations being able to carrier transmission frequency and still avoid co-channel
extract its intended message signal from a bit sequence interference by using orthogonal antenna beam polariza-
that looks like white noise. tion. Also, transmissions from/to a satellite to/from mul-
In case of a frequency-hop spread spectrum system, the tiple earth stations can use the same carrier frequency
carrier is sequentially hopped into a series of frequency by using narrow antenna beam patterns. As mentioned
slots spread over the entire bandwidth of the satellite earlier also, in an overall satellite link, SDMA is usu-
transponder. The transmitter operates in synchroniza- ally achieved in conjunction with other types of multiple
tion with the receiver, which remains always tuned to access techniques such as FDMA, TDMA and CDMA.

IMPORTANT FORMULAS

1. If T is the sampling time interval of the time-­ 2. If time-multiplexed signal is considered as a low-
multiplexed signal of n different signals each having pass signal having a bandwidth of fTDM and fm is
a sampling interval of Ts, then the bandwidth of individual signals, then
Ts fTDM = nfm
T =
n

46-Chapter-46-Gate-ECE.indd 1036 6/1/2015 3:42:13 PM


SOLVED EXAMPLES     1037

SOLVED EXAMPLES

Multiple Choice Questions

1. Three message signals m1(t), m2(t) and m3(t) with and using an 8-bit PCM) are transmitted over a
respective bandwidths of 2.4, 3.2 and 3.4 kHz are common communication channel using the TDM
to be transmitted over a common channel in a approach. If the signal is sampled at 1.2 times the
time-multiplexed manner. The minimum sampling Nyquist rate and a single synchronization bit is
rate for each of the three signals if a uniform sam- added at the end of each frame, the duration of
pling rate is to be chosen is each bit in microseconds is
(a) 10.2 kHz (b) 6.8 kHz
(a) 0.125 (b) 0.301
(c)  7.5 kHz (d) 3.4 kHz
(c) 0.678 (d) 0.914
Solution. Sampling rate = 1.2 × 2 × 3.2 × 103 Hz
Solution. As the sampling has to be uniform for the
three signals, minimum sampling rate for each of
= 7.64 kHz
the signals would be twice the highest frequency
component, that is, 2 × 3.4 = 6.8 kHz. Therefore, time period of each multiplexed frame
 Ans. (b) = (1/7.64) × 103 s = 130.9 ms
2. For the data given in Question 1, the sampling Now, number of bits in each frame = 24 × 8 + 1 = 193
Therefore, bit duration = 130.9 × 10−6/193 = 0.678 ms
interval of the composite signal in microseconds is
(a) 51 (b) 50  Ans. (c)
(c) 45 (d) 49
Solution. Sampling rate of the composite signal 4. For the data given in Question 3, the transmission
= 3 × 6.8 × 103 Hz = 20.4 kHz
rate is

Therefore, sampling interval of the composite (a) 8 Mb/s (b) 3.32 Mb/s
signal = 1/(20.4 × 103) s = 49 ms (c) 1.475 Mb/s (d) 1.09 Mb/s
 Ans. (d) Solution. Transmission rate = 1/0.678 × 10−6 bits/s
3. In a certain digital telephony system, 24 voice chan- = 1.475 Mb/s
nels (each voice channel band-limited to 3.2  kHz  Ans. (c)

Numerical Answer Questions

1. A geostationary satellite has a round-trip propa- This gives maximum chip rate = 1/56 × 10−9 bps
gation delay variation of 40 ns/s due to station- = 17.857 Mbps
keeping errors. If the time synchronization of
DS-CDMA signals from different earth stations is  Ans. (17.857)
not to exceed 20% of the chip duration, find the
maximum allowable chip rate (in Mbps) so that 2. If in Question 1, maximum chip rate is to be
a station can make a correction once per satellite 25  Mbps, what is the maximum permissible
round-trip delay. Assume satellite round-trip delay Doppler effect variation due to station-keeping
to be 280 ms. errors in ns/s?
Solution. Chip rate = 25 Mbps
Solution. Doppler effect variation due to station-
keeping errors = 40 ns/s Therefore, chip duration = 1/(25 × 106) s = 40 ns
Satellite round-trip delay = 280 ms Maximum allowable timing error per satellite round
trip = 0.2 × 40 × 10−9 = 8 ns
Therefore, time error due to Doppler effect in one sat-
ellite round trip = 40 × 10−9 × 280 × 10−3 = 11.2 ns
This 8 ns error is to occur in 280 ms.
Therefore, maximum permissible Doppler effect
Let Tc = Chip duration variation = 8 × 10−9/280 × 10−3 = 28.57 ns/s
Therefore, 0.2 × Tc = 11.2 × 10−9 or Tc = 56 ns  Ans. (28.57)

46-Chapter-46-Gate-ECE.indd 1037 6/1/2015 3:42:13 PM


1038     Chapter 46:  Multiplexing and Multiple Access Techniques  

PRACTICE EXERCISE

Multiple Choice Questions

Frequency
1. Multiple access technique that is suitable only for
digital transmission is
(a) FDMA (b) TDMA
(c) CDMA (d) SDMA
(1 Mark)

2. The multiple access technique in which each earth


station is able to access only a small part of the
transponder bandwidth is
(a) FDMA (b) TDMA Time
(c) CDMA (d) None of these (2 Marks)
(1 Mark) 8. Increase in number of overhead bits in a TDMA
frame results in
3. Terms like reference burst, frame efficiency and
unique word are associated with which of the fol- (a) increase in TDMA frame efficiency.
lowing multiple access technique? (b) decrease in TDMA frame efficiency.
(c)  no change in TDMA frame efficiency.
(a) Direct-sequence CDMA (b) FH-CDMA (d) increases system’s noise immunity.
(c) TDMA (d) SDMA (1 Mark)
(1 Mark)
9. The multiple access technique that allows two adja-
4. Which one of the following is not a spread spec- cent earth stations to use the same frequency band is
trum multiple access technique? (a) SDMA (b) TDMA
(a) FH-CDMA (b) TH-CDMA (c) FDMA (d) FH-CDMA
(c) FDMA (d) TDMA (1 Mark)
(1 Mark) 10. If an earth station within the satellite’s footprint has
to use the concept of beam polarization to be able to
5. The higher the processing gain in CDMA,
use the same transmission frequency as another adja-
(a) the lower the system immunity to noise and cent earth station within the footprint, then if one of
interference. them uses horizontal polarization, the other must use
(b) the higher is the system immunity to noise and (a) right-hand circular polarization.
interference. (b) left-hand circular polarization.
(c) the more complex is data transmission and (c)  vertical polarization.
reception. (d) horizontal polarization only.
(d) None of these. (2 Marks)
(2 Marks)
11. In direct-sequence CDMA, the pseudorandom code
6. The multiple access technique that inherently has sequence used should have
anti-jamming capability and immunity to intercep- (a) high value of cross-correlation function.
tion by unauthorized users is (b) high value of auto-correlation function.
(a) FH-CDMA (b) SDMA/TDMA (c)  low value of cross-correlation function.
(c) FDMA (d) TDMA (d) low value of auto-correlation function.
(e)  Both (b) and (c).
(1 Mark)
(f)   Both (a) and (c).
7. The following figure shows the frequency-time (1 Mark)
graph that is representative of one of the following 12. The chip rate and bit rate in a certain DS-CDMA
satellite multiple access techniques. It is transmission are 3 Mbps and 30 kbps, respectively.
(a) FH-CDMA (b) DS-CDMA Processing gain in decibel is
(c) TH-CDMA (d) TDMA (a) 20 dB (b) 30 dB
(c) 40 dB (d) Indeterminate from given data
(2 Marks)

46-Chapter-46-Gate-ECE.indd 1038 6/1/2015 3:42:14 PM


ANSWERS TO PRACTICE EXERCISE     1039

13. 64-kbps PCM voice-encoded voice channel is trans- (a) FM-FDMA (b) FDM-FM-FDMA
mitted in TDMA mode with the channel allotted (c) PCM-TDM/PSK/FDMA  (d) Both (b) and (c)
a time slot of 2 ms in every frame. The length of (1 Mark)
information sub-burst in every frame would be
(a) 128 bits (b) 64 bits 15. Quadrature multiplexing is
(c)  256 bits (d) Indeterminate from given data (a) the same as FDM
(2 Marks) (b) the same as TDM
(c)  a combination of FDM and TDM
14. One of the following is a designation of a multi- (d) quite different from FDM and TDM
channel per carrier FDMA system. (1 Mark)
Numerical Answer Questions

1. A certain TDMA transmission has frame efficiency 4. For the data given in Question 6, find the noise
of about 98.5%. If the TDMA frame length and reduction (in dB) achievable in this system.
burst bit rate are, respectively, 15 ms and 80 Mbps, (1 Mark)
determine the number of overhead bits that do not
5. In a certain TDMA system, the TDMA frame
carry any traffic information.
length and burst bit rate are, respectively, 20ms
(2 Marks)
and 90 Mbps. If the total number of overhead bits
2. Four independent messages have bandwidths of per frame is 25000 bits, find the TDMA frame
100, 100, 200 and 400 Hz, respectively. Each is efficiency.
sampled at the Nyquist rate, and the samples are (2 Marks)
time-division multiplexed (TDM) and transmitted.
6. Find the number of 64-kbps PCM-encoded voice
Find the transmitted sample rate (in Hz).
channels that the TDMA system of Question 5 is
(2 Marks)
able to support.
3. In a DS-CDMA system, the information bit
(2 Marks)
rate and chip rate are, respectively, 20 kbps and
20 Mbps. Find the processing gain in decibels.
(2 Marks)

ANSWERS TO PRACTICE EXERCISE

Multiple Choice Questions


1. (b) 2. (a) 3. (c) 4. (c) = frame time slot × bit rate
5. (b) 6. (a) 7. (a) 8. (b) = 2 × 10−3 × 64 × 103
= 128 bits
9. (a) 10. (c) 11. (e)
14. (d)
12. (a) Processing gain (dB)
15. (d) Quadrature carrier multiplexing utilizes carrier
Chip rate
= 10 log phase shifting and synchronous detection to permit
Information rate two DSB signals to occupy the same frequency band.
 3 × 106 
= 10 log 
It is the scheme where same carrier frequency is

3
 30 × 10 
used for two different DSB signals.

= 20 dB
It is also known as quadrature amplitude modula-
tion (QAM). So, quadrature multiplexing is quite
13. (a) Length of information sub-burst in every frame different from FDM and TDM.

Numerical Answer Questions

1. Total number of bits = TDMA frame length × burst 2. Sampling rate = 2(100 + 100 + 200 + 400) Hz
bit rate = 1600 Hz
−3
= 15 × 10 × 80 × 10 = 120000 bits
6  Ans. (1600)
Number of overhead bits 3. Chip rate = 20 Mbps
= (1 − frame efficiency) × total number of bits Information bit rate = 20 kbps
= (1 − 0.985) × 120000 = 18000 bits
 Ans. (18000)

46-Chapter-46-Gate-ECE.indd 1039 6/1/2015 3:42:14 PM


1040     Chapter 46:  Multiplexing and Multiple Access Techniques  

 Chip rate  Total number of information bits in each frame


Processing gain = 10 log  = 1800000 − 25000 = 1775000
 Information bit rate 
1775000
 20000  Frame efficiency = = 0.986
= 10 log 
 20 
= 30 dB 1800000
 Ans. (0.986)
 Ans. (30)
6. Number of voice channels
4. Noise reduction achievable = Processing gain = 30 dB = (Burst bit rate/channel bit rate) × TDMA frame
 Ans. (30) efficiency
5. Length of sub-burst in each frame = (90 × 106/64 × 103) × 0.986 = 1386
= burst bit rate × frame time slot  Ans. (1386)
= 90 × 106 × 20 × 10−3 = 1800 kbits

SOLVED GATE PREVIOUS YEARS’ QUESTIONS

1. Three analog signals having bandwidths 1200, Assuming a frequency reuse factor of 1/5, that is,
600 and 600 Hz are sampled at their respective a five-cell repeat pattern, the maximum number of
Nyquist rates, encoded with 12-bit words and simultaneous channels that can exist in one cell is
time-division multiplexed. The bit rate for the (a) 200 (b) 40
­multiplexed signal is (c) 25 (d) 5
(a) 115.2 kbps (b) 28.8 kbps  (GATE 2007: 2 Marks)
(c) 57.6 kpbs (d) 38.4 kbps Solution. Given that allocated bandwidth = 5 MHz
 (GATE 2004: 2 Marks) and frequency reuse factor = 1/5
Solution. Overall sampling frequency
Bandwidth allocated for one cell
fs = fs1 + fs2 + fs3 = 2 × 1200 + 2 × 600 + 2 ×
1
600 = 4.8 kHz = 5 × = 1 MHz
Bit rate, Rb = nfs = 12 × 48 × 103 = 57.6 kbps 5
 Ans. (c) Number of simultaneous channels
1× 106
2. In a direct-sequence CDMA system, the chip rate = × 8 = 40
is 1.2288 × 106 chips/s. If the processing gain is 200 × 103
 Ans. (b)
desired to be at least 100, the data rate
(a)  must be less than or equal to 12.288 × 103 bits/s. 4. Four messages band-limited to W, W, 2W and
(b) must be greater than 12.288 × 103 bits/s. 3W, respectively, are to be multiplexed using time-
(c)  must be exactly equal to 12.288 × 103 bits/s. division multiplexing (TDM). The minimum band-
(d)  can take any value less than 122.88 × 103 bits/s. width required for transmission of this TDM signal is
 (GATE 2007: 2 Marks) (a) W (b) 3W
Solution. Given that processing gain ≥ 100 (c) 6W (d) 7W
 (GATE 2008: 2 Marks)
Rc
We know that processing gain =
Rb Solution. We have
where Rc is the chip rate and Rb is the data rate. fs1 = 2 × W = 2W , fs2 = 2 × W = 2W ,
Therefore,
fs3 = 2 × 2W = 4W and fs4 = 2 × 3W = 6W
Rc
≥ 100 fs = fs1 + fs2 + fs3 + fs 4 = 14W
Rb
Rc Bit rate Rb = nfs
or, Rb ≤
100 For minimum bandwidth n = 1.
or, Rb ≤ 12.228 × 103 bits/s Therefore,
 Ans. (a) Rb = 1 × 14W = 14W
3. In a GSM system, eight channels can co-exist in Rb 14W
200  kHz bandwidth using TDMA. A GSM-based (BW)min = = = 7W
2 2
cellular operator is allocated 5-MHz bandwidth.  Ans. (d)

46-Chapter-46-Gate-ECE.indd 1040 6/1/2015 3:42:18 PM

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