Class Lecture 09 and 10
Class Lecture 09 and 10
Solution: The Nyquist sampling rate RN= 2x3000 =6,000 Hz (samples per
second). The actual sampling rate is RA = 6000x (11/3) =8000 Hz.
The quantization step is ∆v, and the maximum quantization error is ±∆v/2.
For binary coding, L must be a power of 2. Hence the next higher value of L that is
a power of 2 is L=256.
From Eqn. we need n=log2 256 = 8 bits per sample. We require to transmit a total
of C = 8 x 8000 = 64,000bit/sec. Because we can transmit 2 bit/s per hertz of
bandwidth, we require a minimum transmission bandwidth BT = C/2 = 32kHz. The
multiplexed signal has a total of CM = 24 x 64000 = 1.536Mbit/s, which requires a
minimum of 1.536/2 = 0.768 MHz of the transmission bandwidth.
S0/N0 = ( + 36) dB
= 10log3/[ln (101)]
The difference between the two SNRs is 12 dB, which is the ratio of 16. Thus, the
SNR for L=256 is 16 times the SNR for L = 64. The former requires just about 33%
more bandwidth compare to the later.
PCM is not a very efficient system because it generates so many bits and
requires so much bandwidth to transmit. Many different ideas have been
proposed to improve the encoding efficiency of A/D conversion in DPCM. The
sample values are not independent, and generally there is a great deal of
redundancy in Nyquist samples. Consider a simple scheme; instead of
transmitting of sample values, we transmit the difference between the
successive sample values. Thus, if m[k] is the kth sample, instead of transmitting
m[k], we transmit the difference d[k] = m[k] – m[k-1]. At the receiver, knowing
d[k] and several previous sample value m[k -1], we can reconstruct m[k]. Thus,
from knowledge of the difference d[k], we can reconstruct m[k] iteratively at
the receiver. Now, the difference between successive samples is generally much
smaller than the sample values. Thus, the peak amplitude mp of the transmitted
values is reduced considerably.
Figure 6.26a shows a DPCM shows DPCM transmitter. We shall show that the
predictor input is mq[k]. Naturally, its output is mˆq[k], the predicted value of
mq[k]. The difference
is quantized to yield
where q[k] is the quantization error. The predictor output mˆq[k] is fed back to its
so that the predictor input mq[k] is
SNR Improvement
Gp = Pm/Pd
where Pm and Pd are the power of m(t) and d(t), respectively. In terms of decibel
units, this means that the SNR increases by 10 log10 (Pm/Pd) dB.
6.7 DELTA MODULATION
In DM, we use a first- order predictor, which, as seen earlier, just a time
delay of Ts (the sampling interval). Thus, the DM transmitter (modulator) and
receiver (demodulator) are identical to those of the DPCM, with a time delay for
the predictor, as shown in figure 6.30.
We can write
Proceeding iteratively in this manner, and assuming zero initial condition, that is,
mq[0] = 0, we write
This shows that the receiver (demodulator) is just an accumulator (adder). If the
output dq[k] is represented by impulses, then the accumulator (receiver) may be
realized by an integrator because its output is the sum of the strengths of the
input pulses (sum of the areas under the impulses). We may also replace with an
integrator the feedback portion of the modulator (which is identical to the
demodulator). The demodulator output is mq[k], which when passed through a
low-pass filter yields the desired signal reconstructed from the quantized
samples.
The slope overload occurs when mˆq(t) cannot follow m(t). During the
sampling interval Ts, mˆq(t) is capable of changing by E, where E is the height of
the step. Hence the maximum slope that mˆq(t) can follow is E/Ts or Efs, where fs is
the sampling frequency. Hence no over occurs iif
lm˙(t) l Efs
m(t) = A cos t
The condition for no overload is
Hence, the maximum amplitude Amax of this signal that can be tolerated without
overload is given by
shown in Fig. 7.30c. Note that the modulated signal is still an on-off signal. This
modulation scheme of transmitting binary data is known as on-off keying (OOK)
or amplitude shift keying (ASK).
If the baseband signal m(t) were polar (Fig. 7.31a), the corresponding
modulated signal m(t) cosct would appear as shown in Fig. 7.31b. In this case,
if p(t) is the basic pulse, we are transmitting 1 by a pulse p(t)cosct and 0 by
-p(t)cosct = p(t)cos(ct + ℼ). Hence the two pulses are ℼ radians apart in phase.
The information resides in the phase or the sign of the pulse. For this reason this
scheme is known as phase shift keying (PSK). Noted that the transmission is still
polar. In fact, just like ASK, the PSK modulated carrier signal has the same form
When data are transmitted by varying the frequency, we have the case of
frequency shift keying (FSK), as shown in Fig. 7.31c. A 0 is transmitted by a pulse
of frequency co, and 1 is transmitted by pulse of frequency c1. The information
about the transmitted data resides in the carrier frequency.
The FSK signal may be viewed as a sum of two interleaved ASK signals, one
with a modulating frequency co, and the other with a modulating frequency c1.
We can use the binary ASK expression of equation. (7.57) to write the FSK signal
as,
FSK (t) = akp(t – kTb)cos c1t +(1 – ak) p(t – kTb) cos c0t
7.8.4 Demodulation
Differential PSK