4 Pulse Code Modulation (PCM) PDF
4 Pulse Code Modulation (PCM) PDF
MODULATION (PCM)
Pulse Code Modulation (PCM)
Pulse Code Modulation is known as a digital pulse
modulation technique.
In general, PCM is an Analog to Digital conversion
process, where the information contained in
instantaneous sample of analog signal are represented
by digital codes.
The basic elements of a PCM system consists of three
main parts:
PCM Transmitter,
The Transmission Path or Channel, and
PCM Receiver
PCM System
PCM Generator or Transmitter
PCM Transmission Path
The regenerative repeater performs three basic
operations:
Equalization,
Timing, and
Decision Making
PCM Receiver
Advantages/Disadvantages of PCM
Advantages:
PCM provides high noise immunity.
PCM signal can be stored due to its digital nature.
Various encoding could be done for secure transmission.
PCM signals derived from all types of analog sources can be
merged with other data and transmitted on high speed TDM
link.
CD is one of the application of PCM
Disadvantages:
The encoding, decoding and quantizing circuitry is complex.
PCM requires large bandwidth as compared to other
systems.
Differential Pulse Code Modulation
(DPCM)
PCM is not a very efficient system because it generates
so many bits and requires so much bandwidth.
The successive samples of a signal are highly correlated
with each other.
The value from present sample to next sample does not
differ by large amount.
When these samples are encoded by a standard PCM
system, the resulting encoded signal contains redundant
information.
If this redundancy is reduced, then overall bit rate will
decrease and the number of bits required to transmit
one sample will also reduced.
DPCM works on the principle of prediction.
The value of present sample is predicted from the past
samples.
The prediction may not be exact but it is very close to
the actual sample value.
By performing various iteration makes the prediction
more and more close to the actual sample signal.
Here,
𝑥(𝑛𝑇𝑠 ) = Sampled Signal, 𝑒𝑞 (𝑛𝑇𝑠 ) = Quantizer output signal gap,
𝑥(𝑛𝑇𝑠 ) = Predicted Signal, 𝑥𝑞 (𝑛𝑇𝑠 ) = Input to prediction filter.
𝑒(𝑛𝑇𝑠 ) = Prediction error,
Now,
𝑒 𝑛𝑇𝑠 = 𝑥 𝑛𝑇𝑠 − 𝑥(𝑛𝑇𝑠 )
Therefore,
𝑥𝑞 𝑛𝑇𝑠 = 𝑥(𝑛𝑇𝑠 ) + 𝑞(𝑛𝑇𝑠 )
DPCM Receiver
Here,
𝑥(𝑛𝑇𝑠 ) = Sampled Signal,
𝑥 𝑛𝑇𝑠 = 𝑢[ 𝑛 − 1 𝑇𝑠] = Last sample approx. of the staircase waveform.
𝑒(𝑛𝑇𝑠 ) = 𝑥 𝑛𝑇𝑠 − 𝑥 𝑛𝑇𝑠 = Error at present sample
Receiver Part
Advantages of Delta Modulation (DM)
The delta modulation transmits only one bit for one
sample, therefore the signaling rate and transmission
channel bandwidth is quite small for delta modulation as
compared to PCM.
The transmitter and receiver implementation is very simple.
There is no analog to digital converter required in delta
modulation.