ArticleslgStudy

science

Undersampling

Undersampling is a science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Undersampling rather than just read about it. In short: In signal processing, undersampling or bandpass sampling is a technique where one samples a bandpass-filtered signal at a sample rate below its Nyquist rate (twice the upper cutoff frequency), but is still able to reconstruct the signal. When one undersamples a bandpass signal, the samples are indistinguishable from the samples of a low-frequency alias of the high-frequency signal.

Undersampling — main illustration
Undersampling — illustration

Key takeaways

  • Undersampling belongs to science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Undersampling to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Undersampling from memory before moving on to harder problems.

Reference excerpt

In signal processing, undersampling or bandpass sampling is a technique where one samples a bandpass-filtered signal at a sample rate below its Nyquist rate (twice the upper cutoff frequency), but is still able to reconstruct the signal. When one undersamples a bandpass signal, the samples are indistinguishable from the samples of a low-frequency alias of the high-frequency signal. Such sampling is also known as bandpass sampling, harmonic sampling, IF sampling, and direct IF-to-digital conversion.

Description The Fourier transforms of real-valued functions are symmetrical around the 0 Hz axis. After sampling, only a periodic summation of the Fourier transform (called discrete-time Fourier transform) is still available. The individual frequency-shifted copies of the original transform are called aliases. The frequency offset between adjacent aliases is the sampling-rate, denoted by fs. When the aliases are mutually exclusive (spectrally), the original transform and the original continuous function, or a frequency-shifted version of it (if desired), can be recovered from the samples. The first and third graphs of Figure 1 depict a baseband spectrum before and after being sampled at a rate that completely separates the aliases. The second graph of Figure 1 depicts the frequency profile of a bandpass function occupying the band (A, A+B) (shaded blue) and its mirror image (shaded beige). The condition for a non-destructive sample rate is that the aliases of both bands do not overlap when shifted by all integer multiples of fs. The fourth graph depicts the spectral result of sampling at the same rate as the baseband function. The rate was chosen by finding the lowest rate that is an integer sub-multiple of A and also satisfies the baseband Nyquist criterion: fs > 2B. Consequently, the bandpass function has effectively been converted to baseband. All the other rates that avoid overlap are given by these more general criteria, where A and A+B are replaced by fL and fH, respectively:

2 f H n ≤ f s ≤ 2 f L n − 1 {\displaystyle {\frac {2f_{H}}{n}}\leq f_{s}\leq {\frac {2f_{L}}{n-1}}} , for any integer n satisfying: 1 ≤ n ≤ ⌊ f H f H − f L ⌋ {\displaystyle 1\leq n\leq \left\lfloor {\frac {f_{H}}{f_{H}-f_{L}}}\right\rfloor }

The highest n for which the condition is satisfied leads to the lowest possible sampling rates. Important signals of this sort include a radio's intermediate-frequency (IF), radio-frequency (RF) signal, and the individual channels of a filter bank. If n > 1, then the conditions result in what is sometimes referred to as undersampling, bandpass sampling, or using a sampling rate less than the Nyquist rate (2fH). For the case of a given sampling frequency, simpler formulae for the constraints on the signal's spectral band are given below.

Example: Consider FM radio to illustrate the idea of undersampling. In the US, FM radio operates on the frequency band from fL = 88 MHz to fH = 108 MHz. The bandwidth is given by

W = f H − f L = 108 M H z − 88 M H z = 20 M H z {\displaystyle W=f_{H}-f_{L}=108\ \mathrm {MHz} -88\ \mathrm {MHz} =20\ \mathrm {MHz} }

The sampling conditions are satisfied for

1 ≤ n ≤ ⌊ 5.4 ⌋ = ⌊ 108 M H z 20 M H z ⌋ {\displaystyle 1\leq n\leq \lfloor 5.4\rfloor =\left\lfloor {108\ \mathrm {MHz} \over 20\ \mathrm {MHz} }\right\rfloor }

… excerpt ends here. Continue reading the full article.

Illustrations

Undersampling: Fig 1: The top 2 graphs depict Fourier transforms of 2 different functions that produce the same results when sampled at a particular rate.  The baseband function is sampled faster than its Nyquist rate, and the bandpass function is undersampled, effectively converting it to baseband.  The lower graphs indicate how identical spectral results are created by the aliases of the sampling process.
Fig 1: The top 2 graphs depict Fourier transforms of 2 different functions that produce the same results when sampled at a particular rate. The baseband function is sampled faster than its Nyquist rate, and the bandpass function is undersampled, effectively converting it to baseband. The lower graphs indicate how identical spectral results are created by the aliases of the sampling process.
Undersampling: Plot of sample rates (y axis) versus the upper edge frequency (x axis) for a band of width 1; grays areas are combinations that are "allowed" in the sense that no two frequencies in the band alias to same frequency. The darker gray areas correspond to undersampling with the maximum value of n in the equations of this section.
Plot of sample rates (y axis) versus the upper edge frequency (x axis) for a band of width 1; grays areas are combinations that are "allowed" in the sense that no two frequencies in the band alias to same frequency. The darker gray areas correspond to undersampling with the maximum value of n in the equations of this section.
Undersampling: Spectrum of the FM radio band (88–108 MHz) and its baseband alias under 44 MHz (n = 5) sampling. An anti-alias filter quite tight to the FM radio band is required, and there's not room for stations at nearby expansion channels such as 87.9 without aliasing.
Spectrum of the FM radio band (88–108 MHz) and its baseband alias under 44 MHz (n = 5) sampling. An anti-alias filter quite tight to the FM radio band is required, and there's not room for stations at nearby expansion channels such as 87.9 without aliasing.
Undersampling: Spectrum of the FM radio band (88–108 MHz) and its baseband alias under 56 MHz (n = 4) sampling, showing plenty of room for bandpass anti-aliasing filter transition bands. The baseband image is frequency-reversed in this case (even n).
Spectrum of the FM radio band (88–108 MHz) and its baseband alias under 56 MHz (n = 4) sampling, showing plenty of room for bandpass anti-aliasing filter transition bands. The baseband image is frequency-reversed in this case (even n).

Worked examples

Example 1 — a first encounter with Undersampling

Start with the simplest possible case. Write down what Undersampling claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Undersampling before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Undersampling ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Undersampling

In research
Undersampling appears in science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Undersampling in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Undersampling is common in secondary-school and first-year university syllabi. It links to neighbouring topics Signal processing, so understanding it makes those chapters shorter.
In everyday life
Look for Undersampling outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.
Ask Teacher Smith questions about this articleOpens your AI tutor with a question about “Undersampling” →

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Undersampling in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Undersampling means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Undersampling out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Undersampling in simple terms?

In signal processing, undersampling or bandpass sampling is a technique where one samples a bandpass-filtered signal at a sample rate below its Nyquist rate (twice the upper cutoff frequency), but is still able to reconstruct the signal. When one undersamples a bandpass signal, the samples are indi…

Why does Undersampling matter?

Because it connects several science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Undersampling?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Undersampling.

Tags

  • Signal processing

Keep exploring