Skip to content

Resolution, MTF, and Pixel Scaling

Scope of this page

This page is the formal reference for spatial resolution in COMPASS — modulation transfer function (MTF) of the pixel aperture and the optical system, sampling and aliasing through the Nyquist frequency, and how pitch scaling propagates to FWC, SNR, diffraction, and resolution. Interactive visualizations live in the Simulator section.

A sensor's QE alone says nothing about how sharp the image looks. Two pixel designs with the same QE but different aperture shapes, fill factors, or pitches produce visibly different images. The modulation transfer function (MTF) captures this — it measures how well sinusoidal scene contrast at spatial frequency f survives the imaging chain.

Spatial sampling and Nyquist frequency

A pixel grid with pitch p samples the optical image at intervals of p in each axis. By the sampling theorem, the highest spatial frequency that can be represented without aliasing is

fNyquist=12p

in cycles per micrometer (or line pairs per millimeter when scaled). Frequencies above fNyquist in the optical image fold back into the passband as aliased lower-frequency content and cannot be removed after the fact. Optical low-pass filters (OLPF) attenuate above-Nyquist content; modern sensors often replace the OLPF with a demosaic pipeline that tolerates moderate aliasing.

Pixel aperture MTF

A square pixel aperture of side a acts as a spatial low-pass filter. Its MTF is the magnitude of the Fourier transform of a rect function:

MTFpixel(fx,fy)=|sinc(πafx)sinc(πafy)|

For a fully filled square pixel (a=p) the MTF along one axis is |sinc(πpf)|, which reaches 0.637 at the Nyquist frequency. A reduced fill factor (a<p) increases the value of sinc at a given f (the aperture is smaller, so its frequency response is broader), but at the cost of QE because less photosensitive area collects light. This is one of the central trade-offs in pixel design.

Optical diffraction MTF

A diffraction-limited circular lens with f-number F# at wavelength λ has a cutoff frequency

fc=1λF#

and a diffraction MTF given by the autocorrelation of the pupil (the "chat" function):

MTFoptics(f)=2π[arccos(ffc)ffc1(ffc)2],0ffc.

Above fc the optical MTF is identically zero — no information at those frequencies reaches the sensor. The Airy disk diameter for the first zero is 2.44λF#; this is the natural length scale to compare against pixel pitch.

System MTF

The pixel and optics are approximately separable, so the system MTF is the product:

MTFsystem(f)=MTFpixel(f)MTFoptics(f)MTFdefocus(f)

with additional factors for defocus, motion blur, and on-chip color filter array (CFA) demosaic. The headline number reported for a sensor is usually MTFsystem(fNyquist) — a single value summarizing how much contrast remains at the spatial frequency where aliasing onsets. Values above 0.5 are considered crisp; below 0.2 the image looks soft.

Pitch scaling trade-offs

Pixel pitch is the single most consequential design parameter. The relevant scaling laws, with pitch p as the independent variable, are:

MetricScalingOrigin
Full well capacityFWCp2Photodiode area
Photon collection per pixelp2Aperture area
Maximum SNRSNRmaxpFWC
Nyquist frequencyfNyquist1/pSampling rate
Diffraction-limited fraction(p/(λF#))2Airy area vs pixel area

The interpretation is direct: shrinking the pixel by 2× quadruples spatial sampling density but loses 1 stop of SNR and rapidly enters the diffraction-limited regime. Below roughly p0.6 µm the Airy disk for green light at f/2.0 exceeds the pixel area, energy spreads to neighbors as diffraction crosstalk, and per-pixel QE drops.

Compensations available to sensor designers include:

  • Microlenses that increase effective fill factor toward 1
  • BSI architecture that moves wiring off the optical path
  • Deep trench isolation (DTI) that reduces lateral diffusion crosstalk
  • Pixel binning that trades spatial resolution back for SNR after the fact

None of these defeats the underlying physical scaling — they only push the practical floor lower.

Boundary with adjacent pages

Adjacent pageDifference
Image Sensor OpticsDescribes the optical stack and how DTI, microlens, and BARL physically affect resolution. This page treats those effects as the spatial frequency response.
Pixel Optical EffectsCovers angular and polarization response, CRA, and spectral crosstalk. The "spatial crosstalk" measured here is geometric; this page does not re-derive optical crosstalk.
Quantum EfficiencyQE is a per-wavelength scalar; MTF is a per-spatial-frequency function. The two describe orthogonal aspects of the same pixel.

Browser simulators

  • MTF Analyzer — pixel-aperture MTF, optical diffraction MTF, and the combined system MTF
  • Pixel Scaling Trends — FWC, fNyquist, SNR, and diffraction-limited QE as pitch is swept