ES 442 Homework #9: Solutions
ES 442 Homework #9: Solutions
ES 442 Homework #9: Solutions
From the Sampling Theorem, the Nyquist sampling rate must be twice the highest
bandwidth of the message signal, m(t). For the three message signals below determine
the Nyquist rate and the Nyquist interval for each. The Nyquist sampling interval is
equal to the reciprocal of twice the highest frequency component of the sampled signal.
Solution: The angles are stated in radians, so the three frequencies are 25 Hz, 150 Hz
and 60 Hz, respectively. The highest frequency is 150 Hz, so the Nyquist rate is twice
150 Hz = 300 Hz.
The Nyquist interval is the reciprocal of the Nyquist rate = 1/300 sec = 3.333 ms
Solution: We begin by using the identity 2 sin(A) cos(B) = sin(A + B) + sin(A – B).
Therefore, m(t) = 4 [sin(600t +200t) + sin(600t -200t)] = 4 [sin(800t) +
sin(400t)]. The highest frequency is 400 Hz; Nyquist rate is 2400 Hz = 800 Hz.
The Nyquist interval is the reciprocal of the Nyquist rate = 1/800 sec = 1.250 ms
sin(100 t )
(c) m(t ) = sinc (100t ) =
t
Hint: Fourier Transform of a sinc waveform is a rectangular pulse,
1 f
g (t ) = sinc ( 2 Bt ) ⎯→
FT
G( f ) = rect
2B 2B
where “rect” is the symbol for a rectangular spectrum that is flat from
frequency -B Hz to +B Hz. It is said to have a spectral bandwidth of B Hz.
1
Problem 2 ASCII Code (15 points)
The American Standard Code for Information Interexchange (ASCII) has 128
binary-coded characters. ASCII codes represent text in computers, telecommunications
equipment, and other devices. If a computer generates 170,000 characters per second,
determine the following:
(b) The number of bits per second required to transmit the computer output, and the
minimum bandwidth required to transmit this signal.
We are told that we must transmit 170,000 characters per second.
For 7 bits per symbol, the bit rate will be
bits character
Bit rate = 7 170,000
character second
Bit rate = 1,190,000 = 1.19 10 6 bps (bit s/second)
But the bandwidth is one-half the bit rate, therefore,
BT = 595,000 Hz (note the units are hertz)
(c) For single error detection capability, an additional bit (called a parity bit) is added to
the code for each character. Modify your answers for part (a) and (b) to accommodate
the addition of the parity bit to each character.
Now we add another bit (i .e., the parity bit) so we require
n = 8 bits per character.
This increases the bit rate to 1,360,000 bps (= 1.36 Mb/second)
Bandwidth calculation:
Therefore, BT = 680,000 Hz
Homework 8
2
A compact disc (CD) records audio signals digitally using PCM. The audio baseband
signal’s bandwidth is 15 kHz.
(a) If the Nyquist samples are uniformly quantized into L = 65,536 levels and then
binary-coded; determine the number of binary digits (bits) n required to encode a
sample. How many bits per second are being transmitted?
(b) If the audio signal has an average power of 0.125 watt and a peak voltage of 1 volt.
Find the resulting ratio of signal-to-quantization noise ratio (SQNR) of the uniform
quantizer output in part (a).
(c) Determine the number of binary digits per second (bps) required to encode and
transmit the audio signal.
3
determine the bit rate needed to support this higher sampling rate. What is the minimum
bandwidth needed to support this higher data rate.
BT = 1
2 (f
Nyquist Nbits ) =
705,600
2
Hz = 352,800 Hz
delta modulator with step size . Show that slope overload distortion will occur when
fS
A =
mTS 2 fm
4
where fS = 1/TS is the sampling frequency and TS is the period between samples.
dm(t )
Starting with m(t ) = A cos(m t); then = - A m sin(m t)
dt
dm(t )
or = A m because the maximum value of sin(mt) is unity.
dt max
When A m equals or exceeds the maximum slope of m(t ),
TS
slope overload does not occur. Slope overload occurs when below
this limit. Therefore, if A > , slope overload will occur.
(mTS )
The threshold for slope overload is A = = f
(mTS ) m S
For this problem the Nyquist sampling rate fS is 5 times 2B, where B is the
bandwidth 3 kHz; hence, fS = 5 2 3 kHz = 30 kHz.
The signal frequency m is 2 1 kHz = 6,283 radian/sec.
0.25
Maximum amplitude A = fS = 30,000 = 1.194volt
m 6283
For this problem you have a delta modulation (DM) system for transmitting voice
signals. Assume the sampling frequency is 256 kHz and the voice bandwidth 3 kHz.
The system is designed to have a maximum signal amplitude of 10 volts. Find the
following parameters:
5
(a) What is the minimum quantization step size allowed for this DM system?
m = 2 3000 rad/sec = 18,850 rad/sec; Am = 10 volts
fS = 256 kHz implies TS = 3.906 10 −6 second
min = m AmTS = 18,850 10 3.906 10 −6 = 0.736 volt
(c) Determine the minimum channel bandwidth (in bits per second) required to
transmit this DM signal.
Homework 8