
Table of Contents
- 1.0 What is the AD73311LARS? (The Complete AFE Solution)
- 1.1 Defining the Analog Front End (AFE)
- 1.2 Key Features: 16-Bit Resolution & Low Power Operation
- 1.3 Decoding the Part Number: "L" for Low Voltage
- 2.0 Technical Deep Dive: Inside the AD73311LARS
- 2.1 ADC and DAC Architecture (Sigma-Delta Technology)
- 2.2 Programmable Gain Amplifiers (PGA) Explained
- 2.3 The Serial Port (SPORT) Interface
- 3.0 Pinout and Package Configuration (SSOP-20)
- 3.1 20-Lead SSOP Pin Diagram
- 3.2 Critical Pin Functions: MCLK, SCLK, and SDO
- 4.0 Applications and Design Considerations
- 4.1 Speech Recognition and Telephony
- 4.2 Designing the Analog Input/Output Filters
- 4.3 Interfacing with DSPs (Blackfin, SHARC)
In the world of digital telecommunications and speech processing, converting the human voice into digital data with high fidelity and low latency is paramount. While general-purpose ADCs can do the job, dedicated solutions known as Analog Front Ends (AFEs) offer a streamlined, all-in-one approach. The AD73311LARS from Analog Devices is one such powerhouse, designed specifically to handle the complexities of voice signals in a compact, low-power package.
This component has been a staple in the industry for years, bridging the gap between analog microphones/speakers and digital signal processors (DSPs). Whether you are maintaining legacy telecom equipment or designing a ruggedized voice communication system, understanding the capabilities of the AD73311LARS is essential.
In this comprehensive guide, we will dissect the AD73311LARS datasheet, explore its sigma-delta architecture, and show you how to integrate this 16-bit codec into your next embedded project.
1.0 What is the AD73311LARS? (The Complete AFE Solution)
The AD73311LARS is a single-channel, 3V Analog Front End (AFE). It integrates all the necessary components to interface an analog audio signal to a digital processor. Unlike a simple ADC, this device includes input signal conditioning, conversion, and output reconstruction in a single chip.
1.1 Defining the Analog Front End (AFE)
An AFE acts as the interface between the "real world" (analog signals) and the "digital world" (processing). The AD73311LARS includes: * **16-Bit A/D Converter:** For digitizing voice inputs. * **16-Bit D/A Converter:** For reconstructing voice outputs. * **Programmable Gain Amplifiers (PGA):** To adjust signal levels dynamically. * **Reference Voltage:** Internal VREF for stable operation.1.2 Key Features: 16-Bit Resolution & Low Power Operation
The "L" series is optimized for portable and battery-operated applications. * **Low Voltage:** Operates from a single +3V supply (2.7V to 3.6V). * **High Resolution:** 16-bit Sigma-Delta ADC and DAC ensure high Signal-to-Noise Ratio (SNR), critical for clear speech. * **Bandwidth:** Capable of handling the voice band (300 Hz to 3400 Hz) and wider audio bandwidths depending on the master clock. * **Power Down Mode:** Reduces consumption significantly when the device is idle.1.3 Decoding the Part Number: "L" for Low Voltage
Understanding the nomenclature is vital for ordering parts. * **AD73311:** Base model (Complete AFE). * **L:** **Low Power/Low Voltage** version (3V operation). The standard AD73311 is 5V. * **AR:** Package type **SOIC** (Small Outline Integrated Circuit) or SSOP depending on specific suffix variations (Check datasheet for "RS" vs "AR"). In this context, **RS** usually denotes SSOP. * **S:** Shrink Small Outline Package (SSOP).Expert Tip: Be careful when replacing components in legacy boards. The 5V AD73311 and the 3V AD73311L are functionally similar but not electrically compatible regarding power supply voltage. Applying 5V to the "L" part can damage it.
2.0 Technical Deep Dive: Inside the AD73311LARS
The architecture of the AD73311LARS is built around Sigma-Delta conversion, which is ideal for voice applications due to its high linearity and ease of anti-aliasing.
2.1 ADC and DAC Architecture (Sigma-Delta Technology)
The ADC uses a sigma-delta modulator with a high oversampling rate. This pushes quantization noise out of the audio band, which is then filtered by an on-chip digital decimation filter. * **ADC Channel:** Signal -> PGA -> Sigma-Delta Modulator -> Decimator -> Serial Port. * **DAC Channel:** Serial Port -> Interpolator -> Sigma-Delta Modulator -> Analog Filter -> Output.2.2 Programmable Gain Amplifiers (PGA) Explained
One of the standout features is the on-chip PGA. * **Input Gain:** Can be set from 0 dB to 38 dB in varying steps. This allows the system to boost signals from weak microphones directly without an external pre-amp. * **Output Attenuation:** The DAC output can be attenuated from 0 dB to -21 dB. * **Software Control:** All gain settings are configured via the serial port control word, allowing the DSP to adjust volume dynamically (Automatic Gain Control).2.3 The Serial Port (SPORT) Interface
The AD73311LARS communicates using a high-speed synchronous serial interface known as a **SPORT**. * **Compatibility:** It interfaces easily with standard DSP serial ports (like Analog Devices' Blackfin or SHARC) and many microcontrollers. * **Framing:** Data is transferred in frames, usually consisting of a Control Word (for settings) followed by Data Words (audio samples).3.0 Pinout and Package Configuration (SSOP-20)
The device typically comes in a space-saving 20-Lead SSOP (Shrink Small Outline Package), designated as the RS-20 package style.
3.1 20-Lead SSOP Pin Diagram

3.2 Critical Pin Functions: MCLK, SCLK, and SDO
* **MCLK (Master Clock):** The heartbeat of the system. The internal ADC/DAC sample rates are derived from this clock. * **SCLK (Serial Clock):** The clock for the serial data interface. * **SDO / SDI:** Serial Data Output (to DSP) and Serial Data Input (from DSP). * **SE (Sport Enable):** Enables the serial port. * **VINP / VINN:** Differential analog inputs for the microphone/signal. * **VOUTP / VOUTN:** Differential analog outputs to the speaker/line.4.0 Applications and Design Considerations
The AD73311LARS is purpose-built for specific audio tasks.
4.1 Speech Recognition and Telephony
Because it integrates the codec and filtering, it is perfect for: * **General Purpose Telephony:** Line cards and PBX systems. * **Voice Recording/Storage:** High-quality digitization for digital answering machines. * **Speech Recognition:** The clean, 16-bit signal provides the dynamic range needed for accurate voice analysis algorithms.4.2 Designing the Analog Input/Output Filters
While the chip handles digital filtering, simple external RC filters are often recommended. * **Anti-Aliasing:** A simple single-pole RC filter on the input removes very high-frequency noise before it reaches the modulator. * **Differential Operation:** Using the inputs/outputs in differential mode (VINP - VINN) significantly improves noise immunity, which is crucial in noisy industrial environments.4.3 Interfacing with DSPs (Blackfin, SHARC)
The AD73311LARS is designed to pair with **Analog Devices DSPs**. * **Cascading:** Multiple AD73311L chips can be cascaded together on a single serial line. This allows a single DSP to handle multiple audio channels (e.g., a multi-line phone system) with minimal wiring.In Conclusion
The AD73311LARS represents a "sweet spot" in audio engineering: it is complex enough to handle all the heavy lifting of signal conversion and conditioning, yet simple enough to interface easily with a DSP or microcontroller. Its combination of 16-bit precision, programmable gain, and low-power 3V operation makes it an enduring choice for speech processing and telephony applications.
Whether you are keeping a legacy communication system alive or designing a specialized voice interface, the AD73311LARS delivers the performance and reliability required for professional audio.
For more technical resources or to source this component, browse our full selection of Analog Front Ends (AFE) at AichipLink.

Written by Jack Elliott from AIChipLink.
AIChipLink, one of the fastest-growing global independent electronic components distributors in the world, offers millions of products from thousands of manufacturers, and many of our in-stock parts is available to ship same day.
We mainly source and distribute integrated circuit (IC) products of brands such as Broadcom, Microchip, Texas Instruments, Infineon, NXP, Analog Devices, Qualcomm, Intel, etc., which are widely used in communication & network, telecom, industrial control, new energy and automotive electronics.
Empowered by AI, Linked to the Future. Get started on AIChipLink.com and submit your RFQ online today!
Frequently Asked Questions
What is the difference between the AD73311 and AD73311L?
The main difference is the supply voltage. The **AD73311** requires a **5V** supply, while the **AD73311L** is designed for low-power **3V** operation (2.7V to 3.6V). They are not interchangeable in a circuit without adjusting the power supply.
Can the AD73311LARS drive a speaker directly?
The analog outputs (VOUTP/VOUTN) can drive high-impedance loads (like line-level inputs) or high-impedance headphones directly. However, to drive a standard 4Ω or 8Ω speaker, you will need an external **power amplifier** circuit.
What is the maximum sample rate of the AD73311LARS?
The sample rate is programmable and depends on the Master Clock (MCLK) frequency. Typically, for voice applications, it is set to **8 kHz** or **16 kHz**. With a higher MCLK, it can support sample rates up to **64 kSPS**.
Is the AD73311LARS obsolete?
The AD73311 family is a mature product line. While it is still widely used in legacy systems, for new designs, you might consider newer audio codecs. However, for maintenance and specific industrial designs, the AD73311L remains a reliable and available choice. Check AichipLink for current stock status.
How do I configure the gain on this device?
Gain is configured via software. You send a "Control Word" over the serial interface (SDI pin) to the device's internal registers. This Control Word specifies the gain settings for the ADC (input) and DAC (output) paths.