Lesson 20 of 30 intermediate 5 min read

Before this:Digital modulation & constellations

Analog vs. digital voice

Key takeaways Analog voice (FM) sends the speech waveform directly and fades gracefully into static as it weakens. Digital voice compresses speech with a vocoder into a few kilobits per second, then sends it as digital modulation — gaining spectrum efficiency, trunking, talkgroups, embedded IDs, and optional encryption, at the cost of a robotic timbre and the cliff effect (clear audio that abruptly cuts out at the coverage edge instead of fading). For monitoring, you need software that demodulates and vocodes — which is what GopherTrunk does.

Module 5 reaches the systems GopherTrunk was built for. Before the trunking protocols themselves, it’s worth understanding what changed when voice went from analog to digital — because it shapes everything about how these systems sound and behave.

How analog voice radio works

Traditional two-way radio uses FM: the audio directly varies the carrier’s frequency, and the receiver turns that back into sound. It’s simple, robust, and degrades gracefully — as the signal weakens you get more hiss, then more, until the voice is buried, but you can often still make out words deep into the noise. One conversation occupies one channel.

Why systems moved to digital

Agencies and regulators pushed to digital for several concrete reasons:

  • Spectrum efficiency — narrower channels and, with trunking, many groups sharing few frequencies.
  • Talkgroups and features — virtual channels, priority, and selective calling.
  • Embedded data — radio IDs, talkgroup numbers, and status ride alongside the voice.
  • Clear audio across coverage — no hiss; voice stays crisp until the signal fails.
  • Encryption — optional privacy on sensitive talkgroups.

The catch is that digital introduces a codec (the vocoder) and a sharp failure edge, both covered below.

The role of the vocoder

You can’t send full-quality audio in the tiny bitrate a narrow digital channel provides. The solution is a vocoder (voice coder): instead of transmitting the speech waveform, it transmits a compact description of the speech — enough parameters for the receiver to reconstruct something that sounds like the talker. This squeezes a voice into a few kbps, which is the whole reason digital voice fits. The next lesson is devoted to how vocoders do this.

The scale of the squeeze is dramatic. Uncompressed phone-quality audio is about 64 kbps; an MP3 music stream, 128+ kbps. A P25 voice channel carries the actual speech in roughly 4.4 kbps — and that has to share the channel with error correction and signalling. That’s better than a 10:1 reduction versus a plain phone call, achievable only because the vocoder models speech rather than storing sound. Squeeze that hard and some fidelity is unavoidably lost — the source of digital voice’s characteristic timbre.

Quality, range, and the cliff effect

Two perceptual differences fall out of going digital:

  • Timbre. Because the vocoder models speech rather than reproducing it, digital voice can sound slightly robotic or “watery,” especially on a marginal signal. In good conditions it’s clean and hiss-free.
  • The cliff effect. This is the big one. Analog fades smoothly; digital is all-or-nothing. As long as error correction can fix the bit errors, audio is perfect. Once the signal drops below that threshold, audio doesn’t gently fade — it breaks into burbles and then cuts out abruptly, as if walking off a cliff.
signal strength → quality analog digital cliff
Analog quality slides down gradually; digital stays clear, then falls off a cliff once the signal can no longer be decoded.

What this means for monitoring

For SDR monitoring, the consequences are practical:

  • You need software that can both demodulate the digital signal and run the matching vocoder to make sound — GopherTrunk does both (see antenna-to-audio).
  • You get metadata for free — talkgroups, radio IDs — that analog never carried.
  • The cliff effect means a marginal system is either decoding well or not at all; improving SNR (antenna, placement, gain) is what moves you back from the cliff edge.
  • Encrypted talkgroups are silent no matter how strong the signal — that’s the next-but-one lesson.

Quick check: how does digital voice behave as the signal weakens toward the edge of coverage?

Recap

  • Analog FM sends the waveform and fades gracefully; digital sends vocoded speech and is all-or-nothing.
  • Digital won for spectrum efficiency, trunking, embedded data, and encryption.
  • The vocoder compresses speech into a few kbps.
  • The cliff effect means marginal = clean or nothing; raise SNR to back off the edge.
  • Monitoring needs demod and vocoder; you gain metadata but lose encrypted traffic.

Next: a closer look at the vocoders themselves — IMBE and AMBE+2.

Frequently asked questions

Why did public safety move from analog to digital voice?

Digital voice lets more channels fit in the same spectrum, supports trunking and talkgroups, carries data like unit IDs alongside the audio, allows encryption, and keeps voice clear right out to the edge of coverage rather than fading into static. Regulators also pushed narrower channels, which digital handles well. The trade-offs are codec artefacts and an abrupt loss of audio when the signal gets too weak.

What is the cliff effect in digital radio?

The cliff effect is digital radio’s all-or-nothing behaviour at the edge of coverage. As long as the signal is decodable, audio is clear; once it drops below the threshold the error correction can handle, the audio doesn’t gradually fade like analog — it breaks up and then cuts out abruptly, as if falling off a cliff.

Does digital voice sound better than analog?

It sounds clearer in good-to-marginal conditions because there’s no background hiss, but it can sound robotic or watery because the vocoder reconstructs speech from a compressed model rather than reproducing the original waveform. Analog degrades gracefully into static; digital stays crisp until it suddenly fails.

What does digital voice mean for monitoring?

You need software that can demodulate the digital signal and run the matching vocoder to produce audio — which is exactly what GopherTrunk does. You also get metadata like talkgroups and radio IDs for free, but you’ll hit the cliff effect on weak signals and you can’t hear encrypted talkgroups at all.