Library
Back to reading

3.8.8 What Is Delta Modulation?

  1. What Is Delta Modulation?
  2. Why Was Delta Modulation Developed?
  3. Why Is It Called Delta Modulation?
  4. How Does Delta Modulation Work?
  5. What Does the Receiver Do?
  6. Why Does Delta Modulation Use Only One Bit?
  7. How Does Delta Modulation Reduce Complexity?
  8. Is Delta Modulation More Efficient Than PCM?
  9. What Is the Step Size?
  10. What Happens If the Step Size Is Too Small?
  11. What Is Slope Overload Distortion?
  12. How Can Slope Overload Be Reduced?
  13. What Happens If the Step Size Is Too Large?
  14. What Is Granular Noise?
  15. Why Is There a Trade-Off Between Slope Overload and Granular Noise?
  16. What Is Adaptive Delta Modulation?
  17. How Does Adaptive Delta Modulation Work?
  18. How Does Delta Modulation Compare with PCM?
  19. Where Has Delta Modulation Been Used?
  20. Does Delta Modulation Influence Modern Systems?
  21. Why Is Delta Modulation Important?

As communications engineers sought ways to convert analog signals into digital form, pulse-code modulation (PCM) emerged as the dominant technique. PCM provides excellent signal quality, but it requires multiple bits to represent each sample and can therefore generate relatively high data rates.

In many applications, particularly during the early years of digital communications, engineers searched for simpler alternatives that could reduce equipment complexity and transmission requirements. One of the most important of these alternatives was delta modulation (DM).

Rather than transmitting the absolute value of every sample, delta modulation transmits only information about whether the signal has increased or decreased since the previous sample. This remarkably simple idea allows analog signals to be represented using only a single bit per sample.

Although modern communications systems often employ more sophisticated techniques, delta modulation remains important because it illustrates many fundamental concepts in source coding, signal tracking, quantization, and digital communications.

What Is Delta Modulation?

Delta modulation is a source-coding technique that represents an analog signal by transmitting only the direction of change between successive samples.

Instead of sending the actual sample amplitude, the system asks a simple question: Is the signal higher or lower than the previous estimate?

If the signal has increased, one binary value is transmitted. If the signal has decreased, the other binary value is transmitted. For example: 1 = increase; 0 = decrease. The receiver reconstructs the waveform by moving its estimate upward or downward by a fixed amount each time a bit is received.

Because only one bit is transmitted per sample, delta modulation can be implemented using very simple hardware.

Why Was Delta Modulation Developed?

Early PCM systems required:

During the early development of digital communications, these functions could be expensive and difficult to implement. Engineers therefore sought a simpler approach. Delta modulation offered several attractive features:

Although it sacrifices some performance compared with PCM, its simplicity made it attractive for many early applications.

Why Is It Called Delta Modulation?

The Greek letter delta (Δ) is commonly used in mathematics and engineering to represent a change or difference.

Delta modulation derives its name from the fact that it transmits information about changes in signal amplitude rather than the amplitudes themselves.

Instead of transmitting x(t), the system effectively transmits Δx(t), or information related to the change in amplitude between samples.

The focus is therefore on differences rather than absolute values.

How Does Delta Modulation Work?

The operation of a delta modulator can be understood through four basic steps:

  1. Sample the input signal.
  2. Compare the sample with the current estimate.
  3. Generate a one-bit decision.
  4. Update the estimate.

Suppose the current estimate is lower than the incoming signal.

The modulator transmits “1” indicating that the estimate should increase. The receiver then increases its estimate by a fixed step size. If the signal is lower than the estimate, the modulator transmits “0” and the estimate is reduced. This process repeats continuously.

The resulting bit stream represents the shape of the signal through a sequence of upward and downward steps.

What Does the Receiver Do?

The receiver contains an integrator or accumulator.

Each received bit causes the reconstructed signal to move upward by one step or downward by one step. Over time, the reconstructed waveform follows the general shape of the original signal.

Although the reconstruction is not exact, it often provides an adequate representation of slowly varying signals such as speech.

Why Does Delta Modulation Use Only One Bit?

In PCM, each sample is represented by a multi-bit binary number.

For example:

Delta modulation takes a different approach. Each sample comparison produces only two possible outcomes (up or down) so only two states are required.

This is one of the principal attractions of delta modulation.

How Does Delta Modulation Reduce Complexity?

Compared with PCM, delta modulation eliminates several functions.

A PCM system requires:

A delta modulator requires only:

The resulting circuitry is significantly simpler.

This simplicity was particularly valuable when digital electronics were expensive and relatively primitive.

Is Delta Modulation More Efficient Than PCM?

Not necessarily.

Although delta modulation uses only one bit per sample, it often requires a much higher sampling rate than PCM. This is because the system must track changes in the waveform using relatively small steps. Consequently, the overall bit rate may not always be lower than that of PCM.

The trade-off is therefore more subtle than simply comparing bits per sample.

What Is the Step Size?

The step size determines how much the reconstructed signal changes when a bit is received.

It is usually represented by Δ. Each received bit changes the estimate by + Δ or – Δ.

The choice of step size is critical. If the step size is too small, the system may fail to follow rapidly changing signals. If the step size is too large, excessive noise may be introduced.

What Happens If the Step Size Is Too Small?

A small step size allows accurate tracking of slowly varying signals.

However, rapidly changing signals may exceed the ability of the modulator to follow them.

This phenomenon is known as slope overload distortion.

What Is Slope Overload Distortion?

Slope overload occurs when the input signal changes faster than the reconstructed signal can track.

Consider a rapidly rising waveform. If the step size is small, each transmitted bit can increase the estimate only slightly. The estimate therefore lags behind the actual signal. The resulting distortion can be severe.

Graphically, the reconstructed waveform appears to climb a staircase that is too shallow to keep up with the true signal.

Slope overload is one of the principal limitations of delta modulation.

How Can Slope Overload Be Reduced?

Several approaches are possible:

Each approach has advantages and disadvantages.

What Happens If the Step Size Is Too Large?

Large step sizes solve the slope-overload problem but create a different impairment. The reconstructed signal may oscillate unnecessarily around slowly varying portions of the waveform.

This effect produces granular noise.

What Is Granular Noise?

Granular noise occurs when the step size is excessively large relative to the signal variations.

Imagine a nearly constant input signal. Instead of remaining stable, the reconstructed waveform continually moves up one step, down one step, up one step, down one step.

The resulting oscillation introduces noise-like distortion.

This effect is called granular noise because the waveform appears to consist of coarse amplitude increments or "granules."

Why Is There a Trade-Off Between Slope Overload and Granular Noise?

The designer faces two conflicting requirements.

A large step size:

A small step size:

Choosing an appropriate step size therefore becomes an optimization problem.

The ideal value depends on the characteristics of the signal being transmitted.

What Is Adaptive Delta Modulation?

One solution to the step-size dilemma is adaptive delta modulation (ADM).

Instead of using a fixed step size, ADM adjusts the step size dynamically. When the signal changes rapidly the step size increases. When the signal changes slowly the step size decreases. This approach provides:

Adaptive techniques significantly enhanced the practicality of delta modulation.

How Does Adaptive Delta Modulation Work?

The modulator monitors the recent bit pattern.

A sequence such as111111 suggests a rapidly increasing signal. The step size is increased accordingly. Similarly 000000 indicates a rapidly decreasing signal. Again, the step size increases. Alternating patterns such as 101010 suggest that the signal is relatively stable. The step size is then reduced.

This adaptive behavior allows the system to respond intelligently to changing signal conditions.

How Does Delta Modulation Compare with PCM?

The two techniques have different strengths.

FeaturePCMDelta Modulation
Bits per sampleMultipleOne
ComplexityHigherLower
Signal qualityHigherLower
QuantizationMulti-levelOne-bit
Sampling rateLowerHigher
Hardware costHigherLower

PCM generally provides superior quality.

Delta modulation generally offers greater simplicity.

Where Has Delta Modulation Been Used?

Delta modulation has been employed in a variety of applications.

Although many modern systems use more advanced techniques, delta modulation played an important role in the evolution of digital communications.

Does Delta Modulation Influence Modern Systems?

Yes.

Many modern coding techniques build upon ideas introduced by delta modulation. Examples include:

The underlying concept of transmitting differences rather than absolute values remains extremely important in communications engineering.

Why Is Delta Modulation Important?

Delta modulation demonstrates a powerful idea:

Information can often be represented more efficiently by transmitting changes rather than absolute values. This concept appears repeatedly throughout communications engineering. By studying delta modulation, students gain insight into:

These ideas continue to influence modern communications technology.

Summary

Delta modulation is a simple source-coding technique that transmits only whether a signal has increased or decreased relative to a previous estimate. By using a one-bit quantizer and transmitting changes rather than absolute amplitudes, delta modulation achieves a remarkably simple implementation.

Its performance is governed primarily by the choice of step size. Small step sizes lead to slope-overload distortion, while large step sizes produce granular noise. Adaptive delta modulation addresses these problems by varying the step size dynamically. Although PCM generally provides better quality, delta modulation remains an important milestone in the development of digital communications and a valuable illustration of predictive source-coding principles.

Back to reading

Return to Chapter 3 FAQ 3.8.8