Audio Compression
Audio Compression
Audio Compression
1.Answer : Differential pulse code modulation (DPCM): Differential Pulse Code Modulation
(DPCM) is a signal encoder that converts analog signals into digital signals. It's a method of encoding
audio signals by encoding the difference between consecutive samples, instead of the samples
themselves. It is also a derivative of standard PCM and exploits the fact that, for most audio signals,
the range of the differences in amplitude between successive samples of the audio waveform is less
than the range of the actual sample amplitudes. Hence if only the digitized difference signal is used to
encode the waveform then fewer bits are required than for a comparable PCM signal with the same
sampling rate. A DPCM encoder and decoder are shown in Figrue 1.
Decoder :
Decoder simply adds the previous register contents (PCM) with the DPCM
R₁ =R0+DPCM
Limitation of DPCM:
ADC operations introduces quantization errors each time and will introduce cumulative errors
in the value stored in the register(R).
2. Answer : Third-order predictive DPCM : Third-order predictive DPCM (Differential Pulse Code
Modulation) is a technique used in multimedia to compress audio and video signals by exploiting the
redundancy between neighboring samples. It works by predicting the current sample based on a few
previous samples and then transmitting only the difference (prediction error) between the predicted
and actual values. This can significantly reduce the amount of data needed to represent the signal,
while still maintaining an acceptable level of quality.It reduces the bit rate requirements from 64kbps
to 32kbps. Third-order predictive DPCM signal encoder and decoder shown in Figure 2.
Figure 2 : Third-order predictive DPCM signal encoder and decoder schematic
2. Answer :
Short note on H.261 :
Released in 1988, H.261 was the first widely used standard for video coding. It was created for use
with Integrated Services Digital Network (ISDN) connections for video conferences.
Key Features:
Resolution and Frame Rate: Common video conferencing resolutions including QCIF (Quarter
Common Intermediate Format) and CIF (Common Intermediate Format) are supported by H.261.
Frame rates of 30 frames per second are usually used.
Encoding Techniques: Discrete cosine transform (DCT) is used for spatial compression and motion
correction is used for temporal prediction in H.261 video coding.
Bit Rate: Variable bit rate encoding is supported by the standard, which adjusts to the complexity of
the video content.
Intra-Frame and Inter-Frame Coding: Similar to numerous other video compression protocols,
H.261 leverages both inter- and intra-frame coding to take advantage of temporal and spatial
redundancy.