Field Guide · organization

Also known as: DVSI, Digital Voice Systems

Digital Voice Systems, Inc. (DVSI) is the company that develops and licenses the IMBE and AMBE / AMBE+2 vocoder families based on multi-band excitation.1

DVSI IMBE / AMBE+2licensed vocoders P25 · DMRNXDN · D-STAR patented / royalty-bearing → open Codec 2 exists as alternative
DVSI develops and licenses the patented AMBE and IMBE vocoders that most digital land-mobile systems adopted.

Overview

Digital Voice Systems, Inc. is a US company, based in Massachusetts, founded around 1990 to commercialise the Multi-Band Excitation (MBE) speech-coding research pioneered at MIT. Its central idea is a low-bit-rate vocoder: rather than transmitting the speech waveform, it analyses each short frame of voice into a compact set of parameters — pitch, spectral envelope, and a per-band voiced/unvoiced decision — and the receiver resynthesises intelligible speech from those parameters. This lets usable voice fit into the few thousand bits per second a narrowband digital radio channel can carry, which is precisely what land-mobile radio needed.

DVSI’s product line evolved through several generations. IMBE (Improved Multi-Band Excitation) was adopted for P25 Phase 1 at 7.2 kbit/s including FEC. AMBE (Advanced MBE) and then AMBE+2 improved quality at lower rates and became the workhorse of the digital land-mobile world: AMBE+2 is used by P25 Phase 2, DMR, NXDN, and, in a related IMBE/AMBE variant, amateur D-STAR. The technology is protected by a portfolio of patents, and DVSI licenses it both as software and as hardware chips (the AMBE-3000 series), often with the vocoder implementation locked inside the chip to protect the intellectual property. That commercial, royalty-bearing model is deliberate — and it is the direct reason open, patent-free alternatives such as Codec 2 were created for projects like M17 that wanted to avoid licensing entirely.

Relevance to SDR

The vocoder is the last mile of decoding digital voice, and DVSI’s codecs sit at that last mile for nearly every system GopherTrunk targets. You can demodulate a P25 or DMR signal perfectly, recover a clean bitstream, and still hear nothing intelligible until the AMBE/IMBE frames are turned back into audio — that final step is DVSI’s technology. The patent situation is why this step has historically been awkward for open-source receivers: some tools shell out to a hardware AMBE dongle, and the legality of software reimplementations is a genuinely contested question that has shaped how the whole ecosystem is built.

GopherTrunk implements the relevant multi-band-excitation vocoders in pure Go so it can turn decoded digital-voice frames into audio without external hardware, while being mindful of the patent and licensing landscape DVSI created. It is worth being clear about scope: the vocoder decodes clear or scrambled voice payloads; it has nothing to do with keyed encryption, which GopherTrunk cannot break. For the bigger picture of how these codecs squeeze speech into a radio channel, see the vocoders — IMBE & AMBE+2 lesson.

Sources

  1. Multi-Band Excitation — Wikipedia, on DVSI’s IMBE/AMBE multi-band-excitation vocoders and their licensing. 

See also