• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
  • Advertise
  • Subscribe

Test & Measurement Tips

Oscilloscopes, electronics engineering industry news, how-to EE articles and electronics resources

  • Oscilloscopes
    • Analog Oscilloscope
    • Digital Oscilloscope
    • Handheld Oscilloscope
    • Mixed-signal Oscilloscope
    • PC-based Oscilloscopes – PCO
  • Design
  • Calibration
  • Meters & Testers
  • Test Equipment
  • Learn
    • eBooks/Tech Tips
    • FAQs
    • EE Training Days
    • Learning Center
    • Tech Toolboxes
    • Webinars & Digital Events
  • Video
    • EE Videos
    • Teardown Videos
  • Resources
    • Design Guide Library
    • Digital Issues
    • Engineering Diversity & Inclusion
    • Leap Awards
    • White Papers
  • Subscribe
You are here: Home / Featured / Understanding sampling modes in digital oscilloscopes

Understanding sampling modes in digital oscilloscopes

April 13, 2018 By David Herres Leave a Comment

In a digital oscilloscope, the analog signal is at the input, after attenuation/amplification and preliminary filtering such as for ac coupling, goes to an analog-to-digital converter (ADC). Each channel has a separate ADC, each with an external clock. Analog-to-digital conversion takes place by means of sampling. The samples are taken at specific rates and the amplitude of each sample is measured and stored. Intuitively, we know that the accuracy of the digital signal at the output depends upon the number of samples that are taken.

What is surprising is that a limited number of samples is sufficient to digitize any analog signal of finite bandwidth with perfect fidelity. Fidelity in this context means with respect to the original analog signal. The implication here is that you could theoretically convert back and forth any number of times with no loss of information except due to increasing amounts of noise that would accumulate and also other inherent limitations of the equipment.

The Nyquist-Shannon sampling theorem, based on work by Harry Nyquist in a paper titled Certain Factors Affecting Telegraph Speed (1924) and definitively stated by Claude Shannon in a paper titled A Mathematical Theory of Communication (1948), establishes the minimum sampling rate that permits a discrete sequence of samples to capture all the information from a continuous-time signal of finite bandwidth. This sample rate is twice the highest frequency component of the signal. (The frequency and sample rate are both expressed in the same units of time, such as seconds.)

Notice that the frequency here is not necessarily that of the fundamental, except in the case of a sine wave. It is the frequency of the highest harmonic. Accordingly, the sampling rate is based on the complexity in the Fourier sense as well as the frequency of the signal. Of course, the oscilloscope does all this for you. Apply an analog signal at the input and it is instantly digitized and displayed on the flat screen.

There are multiple sampling modes. To see how they work, power up the oscilloscope and turn on one or more channels. There is no need to apply a signal through a probe or BNC cable. What is displayed is a zero-amplitude waveform. (You may have to press Autoset, depending on the last thing you did with the oscilloscope.) Notice that the trace wiggles in an irregular fashion and is noticeably thick. This is due to the noise floor of the instrument. With zero volts displayed, the sensitivity of the oscilloscope is turned way up.

To see the sampling modes in a Tektronix MDO3000 Series oscilloscope, press Acquire. The Acquisition Menu appears below and the first item on the left is Mode. When you press the associated soft key, the vertical acquisition mode menu appears on the right, revealing the five types of sampling. Sample mode is default, and it is used most of the time. The others are Peak Detect, High Resolution, Envelope, and Average. It is instructive to press each soft key in turn to see how the noise floor is affected. Also, you can apply various signals from the AFG to the active channel and observe the effect of each acquisition mode. When the AFG output is scrolled to Noise, the effects of the different acquisition modes are especially dramatic.

Sample mode is the default, and as such, it is the mode that is used most of the time. It is simple and fundamental. It fulfills the sampling function by retaining the first sampled point from each acquisition interval. Sample mode delivers the highest accuracy for timing interval measurements. It displays the first point from each sample interval, discarding all others. In many instruments, sample mode exhibits the highest possible sample rate by interleaving two or more channels.

Peak Detect sampling mode uses the highest and lowest of all samples contained in two consecutive acquisition intervals, then displays all the samples between the two values, inclusive. It is especially useful at slower sampling rates because the user can see any extremes that occurred during the sample interval. Peak detect works only in real-time, non-interpolated sampling. One advantage is that it can display high-frequency glitches.

High-Resolution mode calculates the average of all the samples for each acquisition interval. This mode also works only with real-time, non-interpolated sampling. High-resolution mode provides a higher-resolution waveform at the expense of lower bandwidth. It takes advantage of the digitizer’s highest possible sampling rate for greatest detail without interleaving channels. With greater data per sample interval, High-Resolution mode maximizes vertical resolution. Sample, Peak Detect, and High-Resolution modes operate in real time, using the acquired data from one trigger event, so these modes work for the most demanding measurements at frequencies approaching the instrument’s upper bandwidth. Other modes require a repetitive signal.

Envelope mode finds the highest and lowest record points over all acquisitions. Envelope mode uses Peak Detect mode for each individual acquisition. It synthesizes a waveform envelope from the highest maximum values and lowest minimum values among the corresponding samples from successive trigger events. Envelope mode is useful on repetitive waveforms, where it minimizes aliasing.

Average mode calculates the average value for each record point over a user-specified number of acquisitions. Average mode uses Sample mode for each individual acquisition. Use Average mode to reduce random noise.

One could mistakenly believe that the task is complete once an ADC, in one of the acquisition modes, samples the analog signal. The reality is more complex. The sample must be quantified in digital (usually binary) terms before it can participate in creating the display.

There are various ways in which this action arises:
direct ADCSuccessive approx ADCRmp ADCWilkinson ADC• Direct conversion – An array of parallel-connected comparators samples the input. They apply a voltage to a logic circuit, which generates a separate code based on the voltage level.
• Successive Approximation – A comparator successively approximates the voltage, which is compared to a DAC output. After several steps, each narrowing in on a smaller range, the desired resolution is attained.
• Ramp Compare – This involves a saw-tooth signal. A timer turns on when the ramp begins. When the ramp voltage equals the input, the comparator turns on and the value of the timer voltage creates the ADC output. This simple implementation can be made insensitive to temperature fluctuation by using a quartz oscillator to clock the circuit.
• Wilkinson – This type of ADC compares the voltage at the input to that of a charging capacitor. A comparator determines when the input voltage and the capacitor voltage are equal. Then the capacitor discharges in a linear manner, creating a ramp voltage. The amount of time required for the capacitor to discharge is a measure of the input amplitude. A high-frequency clock measures the discharge period and the number of pulses is counted in an address register to determine the amplitude of the waveform at the point where it is sampled.

There are also Integrating (Charge Balancing and Dual Slope), Delta-Encoded, Pipelined, Sigma-Delta, Time-Interleaved, Intermediate FM Stage and other types of ADCs.

Digital processing is a vast subject. Besides the oscilloscope and other waveform-imaging instruments, it appears in a great many areas, including computing, photography, printing, sound reproduction and others. In all cases, a sequence of numbers, in the binary system 0s and 1s, is used to represent analog values, which usually change with time sequence or spatial position.

You may also like:

  • Tektronix Logic Analyzer
    Logic analyzer basics: The difference between a scope and a…
  • acquisition memory
    Making best use of acquisition memory in digital storage oscilloscopes
  • frequency domain square
    Basics of math functions on oscilloscopes
  • digital oscilloscope acquisition
    The basics of digital oscilloscope acquisition controls

Filed Under: FAQ, Featured, oscilloscope measurements Tagged With: FAQ, Tektronix

Reader Interactions

Leave a Reply Cancel reply

You must be logged in to post a comment.

Primary Sidebar

Featured Contributions

Why engineers need IC ESD and TLP data

Verify, test, and troubleshoot 5G Wi-Fi FWA gateways

How to build and manage a top-notch test team

How to use remote sensing for DC programmable power supplies

The factors of accurate measurements

More Featured Contributions

EE TECH TOOLBOX

“ee
Tech Toolbox: 5G Technology
This Tech Toolbox covers the basics of 5G technology plus a story about how engineers designed and built a prototype DSL router mostly from old cellphone parts. Download this first 5G/wired/wireless communications Tech Toolbox to learn more!

EE TRAINING CENTER

EE Learning Center

EE ENGINEERING TRAINING DAYS

engineering
“test
EXPAND YOUR KNOWLEDGE AND STAY CONNECTED
Get the latest info on technologies, tools and strategies for EE professionals.
“bills

RSS Current EDABoard.com discussions

  • Right Half Plane Zero
  • dc-dc converter in series
  • Single ended measuring ports and balanced antenna
  • Thermal modelling of repetitive power pulse
  • Permittivity and Permealibility in CST

RSS Current Electro-Tech-Online.com Discussions

  • Microinverters and storeage batteries?
  • Fun with AI and swordfish basic
  • FFC connector white
  • Is AI making embedded software developers more productive?
  • Can I make two inputs from one??
Search Millions of Parts from Thousands of Suppliers.

Search Now!
design fast globle

Footer

EE World Online Network

  • 5G Technology World
  • EE World Online
  • Engineers Garage
  • Analog IC Tips
  • Battery Power Tips
  • Connector Tips
  • DesignFast
  • EDA Board Forums
  • Electro Tech Online Forums
  • EV Engineering
  • Microcontroller Tips
  • Power Electronic Tips
  • Sensor Tips

Test & Measurement Tips

  • Subscribe to our newsletter
  • Advertise with us
  • Contact us
  • About us

Copyright © 2025 · WTWH Media LLC and its licensors. All rights reserved.
The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of WTWH Media.

Privacy Policy