Sample And Hold Circuits

What Are Sample And Hold Circuits?

Sample and hold circuits are analog electronic circuits that capture the instantaneous value of a time-varying input signal and retain that value at a fixed level for a specified interval. The hold interval provides a stable voltage for a subsequent analog-to-digital converter (ADC) to perform its conversion without error introduced by a moving input. Without this stabilization, the conversion accuracy of fast ADCs would be fundamentally limited by the rate of change of the input signal during the conversion window.

The basic architecture consists of two functional elements: a sampling switch, typically an analog MOSFET or JFET, and a hold capacitor. When the switch closes, the capacitor charges to the input voltage; when the switch opens, the capacitor holds that charge. A unity-gain buffer amplifier at the output isolates the capacitor from the downstream load, preventing the charge from leaking away during the hold phase. Real implementations must manage several non-ideal effects: aperture error arises from uncertainty in the exact moment the switch opens; acquisition time determines the minimum sampling interval needed for the capacitor to settle; and droop rate measures how quickly the held voltage decays due to leakage currents through the switch and input bias of the buffer. The University of Toronto analysis of sample-and-hold circuits provides a rigorous treatment of these error sources in high-speed ADC front ends.

Interface with Analog-to-Digital Conversion

The sample and hold circuit sits at the boundary between the continuous-time analog world and the discrete-time digital domain. When an ADC quantizes a signal, the conversion inherently occupies a finite interval, during which any change in the input introduces what is called aperture-induced error. The Analog Devices application note MT-090, Sample-and-Hold Amplifiers, details how aperture jitter, the timing uncertainty in the moment of sampling, limits effective resolution at high input frequencies. For a 16-bit ADC operating at a 1 MHz input signal, the allowable aperture jitter to preserve full resolution is on the order of a few picoseconds, a requirement that drives the choice of switch topology and clocking scheme in precision designs. The relationship between the circuit and the ADC is bidirectional: the ADC's conversion time dictates the minimum hold phase, while the signal bandwidth determines the maximum tolerable aperture error and, consequently, the required switch speed.

Nyquist-Rate and Oversampling Architectures

Sample and hold circuits appear in both Nyquist-rate and oversampling ADC topologies, but their design requirements differ significantly. In a Nyquist-rate converter, the sampling rate is set just above twice the highest signal frequency, so each sample carries maximum information and the circuit must achieve its full precision within a single clock period. Successive-approximation register (SAR) ADCs and pipeline ADCs both depend on a front-end sample and hold stage designed for fast settling and low aperture jitter. Oversampling converters, including delta-sigma architectures, operate at sampling rates many times the Nyquist frequency and then apply digital filtering to extract the desired information; the sample and hold in this context benefits from relaxed settling requirements but must maintain low noise over a wider bandwidth. The IEEE Xplore paper by Halupka et al. on sample-and-hold circuits for ADCs provides a comparative analysis of switch and capacitor topologies across these converter families. Oversampling approaches also enable reduced dynamic range requirements on the hold capacitor because quantization noise is shaped out of band rather than all falling within the Nyquist band.

Applications

Sample and hold circuits have applications in a range of systems and instruments, including:

  • Data acquisition systems for industrial process monitoring and control
  • Software-defined radio receivers requiring wideband analog front ends
  • Medical imaging equipment such as ultrasound and MRI signal chains
  • Radar and sonar signal processing, where coherent sampling is critical
  • Oscilloscopes and arbitrary waveform generators for test and measurement
  • Motor control drives that synchronize current sampling to PWM switching events
Loading…