Electronics Design AU

Analog

Analog circuit design: amplifiers, filters, signal conditioning, and noise control.

1 subtopic · 17 pages

Analog circuit design deals with signals that vary continuously — voltage, current, and the relationship between them — rather than binary logic states. Every sensor interface, audio path, power supply feedback loop, and RF front end has analog components. Understanding how to work with continuous signals, noise, gain, bandwidth, and linearity is fundamental to electronics engineering.

What Is Analog Circuit Design?

Analog design covers the circuits that condition, amplify, filter, and convert real-world signals. It encompasses:

  • Amplification — using op-amps to scale signals to useful measurement ranges.
  • Filtering — removing unwanted frequency content from signals (anti-aliasing, noise rejection, bandwidth limiting).
  • Signal conditioning — preparing sensor outputs for conversion to digital by an ADC: level shifting, impedance matching, offset correction.
  • Conversion — ADCs digitise analog signals; DACs reconstruct analog signals from digital codes.
  • Reference and bias — voltage references, current sources, and bias circuits that establish stable operating points.

Analog design is often where hardware margins are set: a poorly designed amplifier stage adds noise that digital filtering cannot remove; an inadequate anti-aliasing filter before an ADC aliases high-frequency noise into the signal band.

Why Analog Circuit Design Matters

Digital systems process what analog front ends give them. A precision measurement application with a 16-bit ADC achieves that resolution only if the sensor signal conditioning chain has lower noise and distortion than the ADC's own specifications. A radio's sensitivity is limited by the noise figure of its analog RF front end, not by its digital demodulator.

Key challenges in analog design:

  • Noise — every resistor contributes thermal (Johnson) noise; every amplifier adds its own noise. Noise analysis must be done in the signal chain, not assumed away.
  • Bandwidth — gain and bandwidth are related in op-amp circuits; choosing the wrong op-amp for a given gain and speed requirement produces a slow or unstable circuit.
  • Offset and drift — precision applications require low-offset amplifiers and stable voltage references, and must account for temperature coefficient of components.
  • Ground and supply interactions — analog and digital circuits sharing a board interact through the ground and supply planes; careful layout is required to prevent digital noise from coupling into sensitive analog paths.

Key Concepts

  • Op-amp (Operational Amplifier) — a high-gain differential voltage amplifier used with external feedback resistors to set a precise, stable gain. The building block of most analog signal processing.
  • Closed-loop gain — the gain of an op-amp circuit with negative feedback applied; set by the ratio of external resistors, not by the open-loop gain of the op-amp itself.
  • Virtual ground / virtual short — with negative feedback, the inverting input of an op-amp is held at approximately the same voltage as the non-inverting input, enabling straightforward circuit analysis.
  • ADC (Analog-to-Digital Converter) — samples an analog signal and quantises it to a digital code. Resolution (in bits), sampling rate, and input voltage range are the primary parameters.
  • DAC (Digital-to-Analog Converter) — reconstructs an analog voltage or current from a digital code. Used in audio, waveform generation, and calibration.
  • Instrumentation amplifier (INA) — a precision differential amplifier with high common-mode rejection, designed to amplify small differential signals from sensors (bridges, thermocouples) in the presence of large common-mode voltages.
  • Active filter — a filter circuit using op-amps and passive components (R, C) to implement precise frequency responses without inductors. Common topologies include Sallen-Key (low-pass, high-pass) and multiple-feedback (band-pass).
  • CMRR (Common-Mode Rejection Ratio) — the ability of a differential amplifier to reject signals common to both inputs; important for noise rejection in sensor interfaces.

Common Tools and Software

  • Circuit simulation — LTspice XVII (free, comprehensive analog component library, industry standard for analog simulation). Simulate before building: op-amp stability, noise, frequency response, and transient behaviour are all modellable before the first prototype.
  • Online design tools — TI's Filter Design Tool and WEBENCH, Analog Devices' ADIsimPE and Filter Wizard, Microchip's op-amp parametric search and application notes.
  • Test equipment — a 100 MHz+ oscilloscope is the primary analog debug instrument; a function generator provides stimulus for amplifier and filter characterisation; a precision multimeter verifies DC operating points and offset voltage.
  • Noise and precision design — manufacturer-specific noise calculation spreadsheets (TI, ADI) for system-level noise budgeting; SPICE noise simulation for validating noise floor before committing to a prototype.

Common Mistakes

  • Missing supply bypass capacitors on op-amp pins — every op-amp supply pin requires a bypass capacitor (typically 100 nF ceramic, placed as close as possible to the supply pin). Missing bypass capacitors cause oscillation, increased noise, and unpredictable behaviour that disappears when the probe touches the supply rail.
  • Choosing an op-amp with insufficient gain-bandwidth product — closed-loop bandwidth ≈ GBW / closed-loop gain. An op-amp with a 1 MHz GBW set to a gain of 100 has only 10 kHz of usable bandwidth. Verify GBW against the maximum signal frequency before selecting a device.
  • Ignoring input bias current in high-impedance circuits — op-amp inputs draw a small bias current (nanoamperes to microamperes, device-dependent). In circuits with source impedances in the MΩ range, this creates an offset voltage that can exceed the signal. Use a FET-input op-amp for high-impedance sources such as piezoelectric sensors or pH electrodes.
  • Routing digital and analog return currents on a shared ground path — digital switching currents flowing through the analog ground path couple broadband noise into the signal chain. Route analog return paths separately and join them at a single, controlled point close to the power supply.
  • Expecting digital filtering to fix analog noise — noise that enters the signal chain before the ADC sampling point is aliased into the digital signal. No digital filter can remove noise at frequencies within the signal band; it must be prevented in the analog domain.

Common Questions

When should I use an op-amp vs a comparator?

Op-amps are designed for linear, closed-loop operation with negative feedback. Comparators are open-loop circuits optimised for fast switching between supply rails; their outputs are typically open-drain or open-collector to drive logic directly. Using an op-amp as a comparator in a fast-switching application can cause instability (slow slew rate + output phase margin issues); using a comparator in a linear amplifier circuit typically doesn't work because comparator inputs and outputs aren't designed for linear operation.

Why does my analog signal have noise I can't filter out?

If the noise is appearing before the ADC sampling point and within the ADC's signal bandwidth, digital filtering cannot remove it. Common causes: insufficient decoupling on the op-amp's supply pins, digital return currents flowing through the analog ground path, op-amp bandwidth too wide for the application (allowing out-of-band noise to fold into the signal via the ADC), and inadequate PCB copper separation between analog and digital sections.

What is the Nyquist criterion and why does it matter?

The Nyquist criterion states that to reconstruct a signal without aliasing, the sampling rate must be at least twice the highest frequency component in the signal. In practice, an anti-aliasing low-pass filter with a cutoff below half the sampling rate is placed before every ADC to prevent out-of-band signals from aliasing into the measurement band. See how do you design an active filter? for the design process. Zeus Design designs precision analog front ends for measurement and IoT products.

Knowledge Base

Op-Amp Fundamentals

Signal Conditioning

ADC and DAC

Filters

References and Precision

Subtopics

Forum Discussions