Sample and Hold Circuits
Definition
A sample and hold (S/H) circuit is an electronic circuit used in analog-to-digital conversion that samples an input analog voltage at a specific instant and then holds that voltage constant for a short period of time so that the signal can be accurately processed, measured, or converted into digital form.
In simple terms, it “freezes” a changing analog signal long enough for an ADC to read it properly. This is essential when the input signal varies continuously and the conversion process needs a stable input.
Main Content
1. Basic Concept of Sampling and Holding
Sampling
- means taking the value of an analog signal at a particular moment in time. The circuit connects the input briefly to a storage element, usually a capacitor, so the capacitor charges to the instantaneous input voltage.
Holding
- means disconnecting the input and preserving that sampled voltage for a certain duration. During this time, the output remains nearly constant, allowing downstream circuits such as ADCs to work with a stable signal.
A sample and hold circuit is especially important because many ADCs require the input voltage to remain unchanged while conversion is taking place. If the signal changes during conversion, the digital result may be incorrect.
Example:
If a sensor output is changing quickly, the ADC may not be able to track every slight variation continuously. The sample and hold circuit takes a snapshot of the voltage at one instant and keeps that value steady until conversion finishes.
A simple conceptual arrangement is:
Analog Input ── Switch ── Capacitor ── Buffer ── Output
↑
Control Signal
When the switch is closed, the capacitor charges to the input voltage. When the switch opens, the capacitor retains that charge for a short time and the output stays almost fixed.
2. Circuit Elements and Their Roles
Analog switch
- This is the device that connects and disconnects the input signal from the storage capacitor. It is often implemented using MOSFETs or transmission gates. Its switching speed and resistance strongly affect the quality of sampling.
Hold capacitor
- This capacitor stores the sampled voltage. A larger capacitor can hold charge better and reduce droop, but it may take longer to charge and may require more input drive current.
Other important elements include:
Buffer amplifier
- Prevents the load from discharging the capacitor quickly. It provides high input impedance and low output impedance.
Control clock or timing signal
- Determines when the circuit samples and when it holds. In many systems, this timing is synchronized with the ADC conversion clock.
Operational amplifier
- Often used in buffer or precision configurations to improve accuracy and reduce loading effects.
The quality of a sample and hold circuit depends on how well these elements work together. For example, if the switch resistance is too high, the capacitor may not charge fully within the sampling interval, causing error. If the capacitor is too small, leakage and noise may disturb the held voltage.
3. Important Performance Characteristics
Acquisition time
- The time required for the capacitor to charge to the correct input voltage after the switch closes. Short acquisition time is desirable for fast sampling systems.
Aperture time / aperture delay
- The small delay between the control command and the actual moment the signal is sampled. This affects timing precision, especially for high-frequency signals.
More characteristics include:
Droop rate
- The rate at which the held voltage decreases due to leakage currents, capacitor leakage, and input bias currents. A low droop rate means the circuit can hold the value more accurately.
Aperture jitter
- Small timing uncertainty in the sampling instant. Even tiny timing errors can create noticeable amplitude errors when sampling fast-changing signals.
Hold step (or pedestal error)
- A sudden small change in output voltage when the circuit switches from sample mode to hold mode due to charge injection or switch effects.
Feedthrough
- A portion of the input signal may leak through the switch even when it is supposed to be off, causing error at the output.
These parameters determine how accurate the S/H circuit will be. In precision data acquisition, a poor sample and hold circuit can be the limiting factor even if the ADC itself is high quality.
Example:
If a 1 MHz sine wave is sampled with timing jitter, the error becomes more serious near the peaks where the voltage changes fastest. This is why high-speed measurement systems require very low-jitter sample and hold circuits.
Working / Process
1. Sampling phase
- The control switch turns ON.
- The input analog voltage is connected to the capacitor.
- The capacitor charges rapidly to the instantaneous value of the input signal.
- The buffer follows this voltage without loading the capacitor significantly.
2. Transition to hold phase
- At the required instant, the control signal turns the switch OFF.
- The capacitor is isolated from the input.
- The charge stored on the capacitor represents the sampled input value.
- The output now becomes nearly constant.
3. Hold and conversion phase
- The buffered output remains stable while the ADC performs conversion.
- Leakage and droop may slowly reduce the stored voltage, but ideally this change is very small.
- After conversion, the switch closes again for the next sample.
A clearer process view:
Sampling: Input connected -> capacitor charges
Hold: Input disconnected -> capacitor retains value
Readout: ADC sees constant voltage -> conversion completes
Illustration of waveform behavior:
Input Signal: /\/\ /\/\ /\/\
Hold Output: ──┐└─────┐└───────┐└───
└──────┘└───────┘└───
The input is continuously varying, while the hold output becomes a staircase-like waveform with flat sections between sampling instants.
Advantages / Applications
Improves ADC accuracy
- It ensures the ADC receives a steady voltage during conversion, reducing conversion errors caused by input signal variation.
Useful in fast data acquisition
- It allows precise sampling of rapidly changing signals in instrumentation, communication systems, and measurement devices.
Supports multiplexed systems
- In systems where many analog channels are selected one by one, sample and hold circuits stabilize each selected signal before conversion.
Additional applications include:
- Digital voltmeters
- Oscilloscopes and signal analyzers
- Audio processing and voice digitization
- Sensor interfacing systems
- Telemetry and remote data acquisition
- Communication receivers and modulation systems
Why it is valuable:
Without a sample and hold circuit, the ADC would have to track the input continuously during the entire conversion interval. That is difficult for many ADC types, especially successive approximation ADCs and systems working with high-speed or high-precision analog signals.
Practical example:
In a multiplexed biomedical monitoring system, several sensors are connected to one ADC. The sample and hold circuit captures each sensor voltage at the correct instant and keeps it stable long enough for accurate digitization.
Summary
- A sample and hold circuit takes a snapshot of an analog voltage and keeps it steady for conversion or processing.
- It uses a switch, a capacitor, and often a buffer amplifier to sample and preserve the signal.
- It is essential in ADC systems because it prevents errors caused by changing input voltages during conversion.
Important terms to remember
- sampling, holding, acquisition time, droop, aperture jitter, hold capacitor, charge injection, feedthrough