← Back to Logs

How Synthetic Aperture Radar Satellites Actually Work: Imaging the Earth Through Clouds and Darkness

Try the interactive lab for this articleTake the quiz (6 questions · ~5 min)

An optical satellite is a very expensive camera that becomes useless the moment a cloud drifts underneath it. Roughly 67% of the Earth's surface is covered by clouds at any given time (NASA's long-term MODIS observations put it between 65% and 70%). If you need an image of a specific location within a specific time window, optical sensors will fail you more often than they succeed. Add nighttime to the equation, when half the planet is in darkness, and the problem compounds further. For military reconnaissance, disaster response, or systematic environmental monitoring, waiting for clear skies and daylight is not a viable operational concept.

Synthetic Aperture Radar solves this by imaging the ground with microwave radiation. Microwaves at the frequencies used by SAR (typically 1 to 10 GHz, corresponding to wavelengths from 30 centimetres down to 3 centimetres) pass through clouds, rain, fog, smoke, and volcanic ash with negligible attenuation. The satellite carries its own illumination source, so it works just as well at midnight as at noon. The images look nothing like photographs; they are maps of microwave backscatter intensity, encoding surface roughness, moisture content, material properties, and geometry. But they are images with metre-scale or even sub-metre resolution, available on demand regardless of weather or time of day.

This article covers how spaceborne SAR actually works, from the physics of range and azimuth resolution through the signal processing chain to the real satellite systems flying today.

Why a Real Aperture Is Not Enough

Before understanding synthetic aperture radar, you need to understand why a conventional "real aperture" radar cannot produce useful images from orbit.

The angular resolution of any antenna is governed by the diffraction limit. For a rectangular aperture of length D operating at wavelength λ, the angular beamwidth is approximately:

θ ≈ λ / D

The spatial resolution on the ground at slant range R is then:

ρ_azimuth = R × θ = R × λ / D

For a satellite at 500 kilometres altitude, imaging at 30 degrees off-nadir (slant range approximately 577 km), using X-band radar at 9.65 GHz (λ = 3.1 cm) with a 5-metre antenna, the azimuth resolution would be:

ρ_azimuth = 577,000 × 0.031 / 5 = 3,577 metres

Three and a half kilometres of ground resolution. That is worse than what early weather satellites achieved with optical cameras. To get 1-metre azimuth resolution from that orbit with a real aperture, you would need:

D = R × λ / ρ_azimuth = 577,000 × 0.031 / 1 = 17,887 metres

An antenna nearly 18 kilometres long. No launch vehicle can deploy that, and no spacecraft bus can maintain its structural stability. This is the problem that synthetic aperture radar was invented to solve.

The Synthetic Aperture Concept

The solution, first conceived by Carl Wiley at Goodyear Aircraft Corporation in 1951, exploits the motion of the radar platform. As a satellite moves along its orbit, it transmits a sequence of radar pulses, receiving echoes from the ground after each transmission. A target on the ground remains illuminated by the antenna beam for the entire time the satellite passes overhead within the beamwidth. During that interval, the satellite has moved some distance along-track. If you coherently record all the echoes received during that interval (preserving their amplitude and phase), you can combine them in post-processing as if they had been collected by a single, very long antenna.

The length of this synthetic aperture is the distance the satellite moves while a given target stays within the real antenna beam. A target at range R is illuminated by a beam of width θ = λ/D, so it remains in the beam for a distance:

L_sa = R × λ / D

Using the numbers from above: L_sa = 577,000 × 0.031 / 5 = 3,577 metres. The synthetic aperture is 3.6 kilometres long. The angular resolution of this synthetic aperture is:

θ_sa = λ / (2 × L_sa)

The factor of 2 arises because the synthetic aperture benefits from a two-way phase effect: both the transmit and receive paths contribute to the phase history, effectively doubling the aperture's resolving power compared to a one-way antenna of the same length. Substituting:

θ_sa = λ / (2 × R × λ / D) = D / (2 × R)

The wavelength cancels. The azimuth resolution on the ground becomes:

ρ_azimuth = R × θ_sa = R × D / (2 × R) = D / 2

This is the central result of SAR theory: the azimuth resolution equals half the real antenna length, independent of range and independent of wavelength.

The implications are counterintuitive. A smaller antenna gives better azimuth resolution, because a smaller antenna has a wider beam, which illuminates a target for longer, which creates a longer synthetic aperture. A 5-metre antenna yields 2.5-metre azimuth resolution. A 1-metre antenna would yield 0.5-metre azimuth resolution. This inverts the usual antenna design logic, where bigger is better. Of course, the catch is that a smaller antenna also has lower gain, which means less signal energy on target and a worse signal-to-noise ratio. Practical SAR system design balances resolution ambition against the power budget, data rate, and ambiguity constraints.

This result holds for the unfocused SAR case as well, though the derivation differs slightly. In unfocused SAR, only echoes received while the target is within the Fresnel zone are coherently combined, yielding a resolution of √(λR/2). Focused SAR, which corrects for the quadratic phase history across the full synthetic aperture, achieves the D/2 limit described above. All modern spaceborne SAR systems use focused processing.

Range Resolution and Pulse Compression

Azimuth resolution comes from the synthetic aperture. Range resolution (the ability to distinguish targets at different distances from the radar) comes from the transmitted waveform.

The simplest approach would be to transmit a very short pulse. The range resolution of a simple pulse is:

ρ_range = c × τ / 2

Where c is the speed of light and τ is the pulse duration. To achieve 1-metre range resolution, you need:

τ = 2 × ρ_range / c = 2 × 1 / 299,792,458 ≈ 6.7 nanoseconds

A pulse that short is entirely impractical for a spaceborne system. The peak power required to put enough energy on a target 500+ kilometres away in 6.7 nanoseconds would be enormous: hundreds of megawatts or more. No spacecraft power system or transmitter can deliver that.

The solution is pulse compression using a chirp waveform. Instead of a short pulse, the transmitter emits a long pulse (typically 10 to 50 microseconds) in which the frequency sweeps linearly across a bandwidth B. This is called a Linear Frequency Modulated (LFM) chirp:

s(t) = rect(t/τ) × exp(j × π × K × t²)

Where K = B/τ is the chirp rate (Hz/s), B is the total bandwidth swept, and τ is the pulse duration. The instantaneous frequency increases linearly from f_0 - B/2 to f_0 + B/2 over the pulse duration.

At the receiver, the echo is correlated with a replica of the transmitted chirp (matched filtering). The matched filter compresses the long chirp into a short pulse whose width is determined not by the original pulse duration but by the bandwidth:

ρ_range = c / (2 × B)

The pulse duration τ has disappeared from the resolution equation entirely. A 40-microsecond chirp with 300 MHz of bandwidth achieves the same 0.5-metre range resolution as a 3.3-nanosecond simple pulse, but requires peak power lower by a factor of τ × B (the time-bandwidth product, also called the pulse compression ratio). For a 40 μs pulse and 300 MHz bandwidth, the compression ratio is 12,000. If the simple pulse needed 100 MW peak power, the chirp needs only about 8.3 kW. That is entirely feasible for a spacecraft transmitter.

The time-bandwidth product also determines the processing gain of the matched filter, improving the signal-to-noise ratio by the same factor (about 41 dB for a compression ratio of 12,000). This is not free energy; the total energy in the pulse is the same. But the matched filter collects that energy coherently and concentrates it in time.

In practice, the compressed pulse is not a perfect impulse. It has sidelobes that can mask weaker targets near strong ones. SAR processors apply window functions (Hamming, Taylor, Kaiser) to the matched filter to suppress these sidelobes, at the cost of slightly widening the main lobe (degrading resolution by 10 to 40 percent depending on the window).

SAR Signal Processing: From Raw Data to Images

The raw data collected by a SAR satellite is not an image. It is a two-dimensional array of complex samples (amplitude and phase) indexed by fast time (range, within each pulse) and slow time (azimuth, across successive pulses). Converting this raw data into a focused image requires a two-dimensional matched filtering operation: range compression followed by azimuth compression.

Range Compression

Each row of the raw data matrix corresponds to the echo from one transmitted pulse. The range compression step correlates each row with the transmitted chirp waveform's matched filter. This is done efficiently in the frequency domain:

S_rc(f, η) = S_raw(f, η) × H_range(f)

Where S_raw is the Fourier transform of the raw echo (along the fast-time/range dimension), H_range is the frequency-domain matched filter (the conjugate of the chirp spectrum), and η is the slow time (azimuth). After inverse Fourier transform, each row is now range-compressed: point targets appear as narrow peaks in range rather than smeared chirps.

Azimuth Compression and the Doppler History

The azimuth compression step is more complex because the phase history of a target in the azimuth direction is not a simple linear chirp; it is a quadratic phase function determined by the changing geometry between the satellite and the target.

As the satellite approaches, passes, and recedes from a ground target, the slant range R(η) varies as:

R(η) = √(R_0² + V² × η²)

Where R_0 is the range of closest approach, V is the effective satellite velocity, and η is the slow time measured from the point of closest approach. For a spaceborne SAR at orbital velocity of about 7.5 km/s and range R_0 of several hundred kilometres, the variation in R over the synthetic aperture is on the order of metres. But at X-band (λ = 3.1 cm), even a 1-metre range change produces a phase shift of 2 × 2π × 1/0.031 ≈ 405 radians. The phase history is exquisitely sensitive to the range variation.

The two-way phase of the echo from a point target at slow time η is:

φ(η) = -4π × R(η) / λ

Using a Taylor expansion of R(η) around η = 0:

R(η) ≈ R_0 + V² × η² / (2 × R_0)

The phase becomes:

φ(η) ≈ -4π × R_0 / λ - 2π × V² × η² / (λ × R_0)

The first term is a constant phase (irrelevant for focusing). The second term is a quadratic phase, which is exactly the form of a linear FM chirp in the azimuth direction. The effective azimuth chirp rate is:

K_a = 2 × V² / (λ × R_0)

The azimuth matched filter is therefore the conjugate of this quadratic phase signal. After azimuth compression (correlation with the azimuth reference function), each target collapses to a focused point in the azimuth direction.

The Range-Doppler Algorithm

The most widely used SAR focusing algorithm is the Range-Doppler Algorithm (RDA), developed in the 1970s and still the workhorse of operational SAR processors. It proceeds in these steps:

  1. Range compression: Apply matched filter along each range line (as described above).
  2. Range Cell Migration Correction (RCMC): As the satellite moves along-track, a target migrates through range cells due to the changing slant range. This migration must be corrected before azimuth compression. In the Range-Doppler domain (after Fourier transform in azimuth), the migration becomes a simple shift that depends on the azimuth frequency (Doppler), allowing correction via interpolation.
  3. Azimuth compression: Apply the azimuth matched filter in the Range-Doppler domain, accounting for the range-dependent azimuth FM rate.
  4. Inverse azimuth FFT: Transform back to the time domain to produce the focused image.

Other algorithms exist for more demanding scenarios. The Chirp Scaling Algorithm (CSA) avoids the interpolation step in RCMC by applying phase multiplications, improving computational efficiency and avoiding interpolation artefacts. The ω-k (wavenumber domain) algorithm handles the full two-dimensional transfer function exactly in the frequency domain, providing the most accurate focusing for wide-aperture or squinted geometries but at higher computational cost. For most spaceborne SAR systems operating in broadside (zero-squint) geometry with moderate bandwidths, the RDA provides excellent results.

A modern SAR satellite like TerraSAR-X produces raw data at rates exceeding 300 Mbit/s. A single stripmap image covering 30 × 50 kilometres at 3-metre resolution contains roughly 10,000 × 16,667 complex samples (about 1.3 GB of raw data). The processing chain, from raw data download through radiometric calibration to geocoded image delivery, is heavily automated. Ground processing centres in Europe (DLR's German Remote Sensing Data Center in Oberpfaffenhofen, ESA's Sentinel-1 PDGS) can deliver focused products within hours of acquisition.

SAR Imaging Modes

All SAR satellites face a tradeoff between spatial resolution and ground coverage (swath width). Higher resolution requires longer integration time per target (longer synthetic aperture), which limits how much ground the beam can cover. Different imaging modes navigate this tradeoff differently.

Stripmap Mode

The default SAR mode. The antenna beam points at a fixed angle relative to the satellite's velocity vector. As the satellite moves, the beam traces a continuous strip on the ground. The azimuth resolution is determined by the D/2 limit. The swath width is determined by the antenna beamwidth in the elevation (across-track) direction and the timing constraints that avoid range ambiguities.

Typical stripmap specifications for TerraSAR-X: 3.0 m azimuth resolution, 3.0 m ground range resolution (in the highest bandwidth mode), swath width of 30 km. For Sentinel-1 in stripmap mode (rarely used operationally): 5 × 5 m resolution, 80 km swath.

The strip can be arbitrarily long, limited only by the satellite's data storage and downlink capacity. A single pass over Europe from the Mediterranean to Scandinavia can produce a continuous strip thousands of kilometres long.

Spotlight Mode

To achieve finer azimuth resolution than D/2, the antenna beam is steered (electronically, using a phased array) to track a specific area on the ground as the satellite passes over it. This increases the time the target is illuminated beyond what the natural beamwidth allows, creating a longer synthetic aperture.

If the beam is steered to keep a target illuminated for a total integration time T_int, the azimuth resolution improves to:

ρ_azimuth = V / (2 × Δf_D)

Where Δf_D is the total Doppler bandwidth processed, which is proportional to the angular extent of the synthetic aperture. For TerraSAR-X in its high-resolution spotlight mode (called Staring Spotlight), the integration time exceeds 4 seconds and the azimuth resolution reaches 0.24 metres; 24 centimetres. At X-band. From 514 kilometres altitude.

The cost is that spotlight mode images a fixed area, not a continuous strip. The scene size for TerraSAR-X spotlight is approximately 10 × 5 km (standard) or 4 × 3.5 km (staring spotlight). This makes it suitable for imaging specific targets (military installations, infrastructure, individual ships) but not for wide-area mapping.

ScanSAR Mode

ScanSAR (Scanning SAR) achieves wider swath coverage by cyclically switching the antenna beam between multiple sub-swaths at different elevation angles. Each sub-swath is illuminated for only a fraction of the total observation time, which means fewer pulses per target and correspondingly degraded azimuth resolution.

If the beam dwells on each sub-swath for only 1/N of the total time (where N is the number of sub-swaths), the azimuth resolution degrades by approximately a factor of N compared to stripmap. Sentinel-1's Interferometric Wide Swath (IW) mode, which is a variant of ScanSAR called TOPS, achieves 250 km swath width with 5 × 20 m resolution using three sub-swaths.

TOPS Mode (Terrain Observation by Progressive Scans)

TOPS is an evolution of ScanSAR that addresses a specific problem: in conventional ScanSAR, targets at different azimuth positions within a burst are processed with different Doppler centroid frequencies, leading to scalloping (periodic variations in image intensity across the azimuth). TOPS solves this by steering the antenna beam forward during each burst, so that the beam sweeps across each target in the same way regardless of the target's azimuth position. This produces uniform image quality across the swath.

The cost of the forward beam steering is reduced dwell time per target, which limits azimuth resolution. But for Sentinel-1's mission (systematic, repeated wide-area coverage for environmental monitoring, sea ice mapping, flood detection), 20-metre azimuth resolution across a 250 km swath is the right tradeoff. Sentinel-1A and 1B (until its failure in December 2021) together provided 6-day repeat coverage of Europe and other priority areas, and Sentinel-1C, launched in December 2024, is restoring that capability.

Real SAR Satellite Systems

SAR satellite technology was once restricted to large national space agencies. That has changed dramatically in the last decade, with commercial operators and microsatellite constellations entering the market. Here are the systems that define the current state of the art.

TecSAR (Israel)

Launched in January 2008 by the Israel Aerospace Industries (IAI) and Elta Systems, TecSAR is a compact, high-performance SAR satellite that demonstrated what a small platform could achieve. The satellite weighs approximately 300 kg (some sources cite 260 kg dry mass) and carries a large deployable mesh reflector antenna roughly 4 metres in diameter, combined with a small feed array.

TecSAR operates in X-band (9.59 GHz) and achieves a reported resolution of better than 0.5 metres in spotlight mode. The large reflector allows high antenna gain despite the small satellite bus, and the X-band frequency provides a good balance between resolution capability and atmospheric penetration. The satellite orbits at approximately 480 km altitude in a sun-synchronous orbit.

TecSAR's significance lies in its demonstration of a design philosophy: use a lightweight deployable reflector to achieve the antenna aperture needed for high performance, rather than the large, rigid phased array panels used by European and American SAR satellites. This approach influenced subsequent Israeli SAR developments, including the Ofek-series satellites (Ofek-10, launched 2014, is widely reported to carry a SAR payload similar to TecSAR's successor generation). IAI and Elta have also marketed the TecSAR technology for export under various programme names.

COSMO-SkyMed (Italy)

COSMO-SkyMed (Constellation of Small Satellites for Mediterranean Basin Observation) is a dual-use (civil and military) SAR constellation operated by the Italian Space Agency (ASI) and the Italian Ministry of Defence. The first generation consists of four identical satellites launched between 2007 and 2010, each carrying an X-band SAR instrument built by Thales Alenia Space Italy.

Each satellite weighs about 1,900 kg and orbits at 619 km altitude in sun-synchronous orbit. The SAR antenna is an active phased array approximately 5.7 × 1.4 metres, with 1,280 transmit/receive modules. The system operates at 9.6 GHz (X-band) with a maximum bandwidth of 400 MHz.

COSMO-SkyMed imaging modes and performance:

Mode Resolution (m) Swath Width (km)
Spotlight-2 0.35 × 0.50 10 × 10
Enhanced Spotlight 0.50 × 0.50 10 × 10
Stripmap (HIMAGE) 3 × 3 40
ScanSAR (Wide Region) 30 × 30 200
ScanSAR (Huge Region) 100 × 100 500

The four-satellite constellation provides rapid revisit times: any point in the Mediterranean can be imaged within 12 hours under nominal operations, with the capability to reduce this for emergency tasking. The Italian military uses COSMO-SkyMed for surveillance and reconnaissance; civilian applications include earthquake damage assessment (it was used extensively after the 2009 L'Aquila earthquake), landslide monitoring in the Italian Alps, and maritime domain awareness.

The second generation (COSMO-SkyMed Second Generation, CSG) began launching in 2019 with CSG-1, followed by CSG-2 in 2022. The second-generation satellites feature improved resolution (0.25 m in spotlight), enhanced polarimetric capabilities, and a new SAR instrument with improved calibration. They will progressively replace the first-generation satellites, which have already exceeded their design life.

TerraSAR-X and TanDEM-X (Germany)

TerraSAR-X, launched in June 2007, is a German SAR satellite developed under a public-private partnership between DLR (German Aerospace Center) and Airbus Defence and Space (formerly EADS Astrium). It was followed in June 2010 by TanDEM-X (TerraSAR-X add-on for Digital Elevation Measurement), an almost identical satellite designed to fly in close formation with TerraSAR-X.

Both satellites operate at X-band (9.65 GHz) with a maximum bandwidth of 300 MHz. The SAR antenna is an active phased array, 4.8 × 0.7 metres, with 384 transmit/receive modules per satellite. Orbit altitude is 514 km, sun-synchronous.

TerraSAR-X performance:

Mode Azimuth Resolution (m) Ground Range Resolution (m) Swath Width (km)
Staring Spotlight 0.24 0.60 4 × 3.5
High-Resolution Spotlight 1.1 1.2 10 × 5
Stripmap 3.3 1.7 to 3.5 30
ScanSAR 18.5 1.7 to 3.5 100

The Staring Spotlight mode, achieving 24-centimetre azimuth resolution, makes TerraSAR-X one of the highest-resolution civilian SAR systems in orbit. This resolution is sufficient to identify individual vehicles, assess structural damage to buildings, and detect subtle changes in infrastructure.

TanDEM-X's primary mission was to generate a global Digital Elevation Model (DEM) with unprecedented accuracy. By flying in close formation with TerraSAR-X (typical baselines of 200 to 500 metres), the two satellites perform single-pass interferometric SAR (InSAR), measuring the height of every point on the Earth's land surface. The resulting TanDEM-X DEM, completed in 2016, covers all land areas between 60°S and 90°N with 12-metre horizontal posting and approximately 2-metre relative vertical accuracy (1-sigma). This surpassed the previous best global DEM (the Shuttle Radar Topography Mission from 2000, which achieved approximately 30-metre posting and 6 to 10 metres vertical accuracy).

Both satellites remain operational as of 2026, well past their original 5.5-year design life, continuing to provide commercial and scientific data products through Airbus's intelligence portfolio.

Sentinel-1 (ESA)

Sentinel-1 is the SAR component of the European Union's Copernicus Earth observation programme, operated by ESA. The constellation provides free, open-access SAR data for environmental monitoring, maritime surveillance, and disaster response. Sentinel-1A launched in April 2014, Sentinel-1B in April 2016 (it suffered an anomaly in December 2021 and was decommissioned in August 2022), and Sentinel-1C launched in December 2024.

The satellites operate in C-band (5.405 GHz, λ = 5.55 cm) with a maximum bandwidth of 100 MHz. The antenna is a planar phased array, 12.3 × 0.82 metres, with 280 transmit/receive modules. Orbit altitude is 693 km, sun-synchronous, with a 12-day repeat cycle (6 days with two satellites).

Sentinel-1's primary operational mode is IW (Interferometric Wide Swath), using TOPS to achieve 250 km swath and 5 × 20 m resolution. This mode was specifically designed for systematic mapping: it provides consistent, calibrated data suitable for change detection and interferometric time-series analysis.

The free data policy has been transformative. Before Sentinel-1, SAR data cost hundreds to thousands of euros per scene. Now, any researcher, company, or government agency can access terabytes of systematically acquired SAR data. This has enabled applications that were previously uneconomical: continent-scale deformation mapping, global flood monitoring, routine sea ice charting in the Arctic, and ship traffic monitoring.

ICEYE (Finland)

ICEYE, founded in 2014 and headquartered in Espoo, Finland, operates the world's largest commercial SAR satellite constellation. As of early 2026, ICEYE has over 30 satellites in orbit, each weighing approximately 85 to 100 kg. These are microsatellites carrying X-band SAR instruments with deployable antennas.

ICEYE's satellites achieve spotlight resolution of better than 0.5 metres (the company claims sub-25 cm in its latest generation Spot Extended mode) and stripmap resolution of approximately 3 metres. The constellation's size enables rapid revisit: ICEYE can provide multiple observations per day of any given location, a capability that previously required government constellation programmes with much larger satellites.

ICEYE sells data and analytics to both commercial and government customers. The Finnish Defence Forces were an early customer, and ICEYE has since signed contracts with defence and intelligence agencies across Europe and NATO countries. The company's business model emphasises persistent monitoring: rather than single-image tasking, customers subscribe to change-detection feeds that automatically flag differences between sequential SAR acquisitions.

Capella Space and Umbra

The American commercial SAR sector has also grown rapidly. Capella Space (San Francisco) operates a constellation of X-band microsatellites, with reported spotlight resolution of 0.25 metres. Umbra (Santa Barbara) focuses on ultra-high-resolution SAR, claiming 16 cm resolution in its best mode, which would make it the highest-resolution commercial SAR system available if validated. Both companies sell data products that compete with the established government systems.

These commercial operators benefit from the same technology trends that enabled ICEYE: cheaper launch services (SpaceX rideshare missions cost as little as €2 million per satellite delivery to orbit), commercial off-the-shelf electronics, and advances in deployable antenna technology. A Capella satellite weighs about 107 kg and costs a fraction of a COSMO-SkyMed satellite, though it also delivers narrower swaths and lower duty cycles.

Interferometric SAR (InSAR)

A single SAR image measures the amplitude and phase of the backscattered signal at each pixel. The amplitude tells you about surface roughness and material properties. The phase, taken alone, appears random because it depends on the exact sub-wavelength distribution of scatterers within each resolution cell. But the difference in phase between two SAR images of the same area, acquired from slightly different positions, encodes the topographic height of the surface and any deformation that occurred between acquisitions.

Geometry of InSAR

Consider two SAR antennas (or one antenna at two different positions, on separate passes) separated by a baseline B. Both observe the same ground point at range R. The path length difference ΔR between the two observations causes a phase difference:

Δφ = 4π × ΔR / λ

The factor of 4π (rather than 2π) accounts for the two-way travel. The path length difference relates to the topographic height h through the baseline geometry:

Δφ ≈ (4π × B_⊥ × h) / (λ × R × sin θ)

Where B_⊥ is the perpendicular baseline component, θ is the incidence angle, and R is the slant range. By measuring Δφ at every pixel and knowing the satellite orbits precisely (which gives B_⊥, R, and θ), you can solve for h.

The phase measurement is ambiguous modulo 2π. The height corresponding to one full phase cycle (2π) is called the height of ambiguity:

h_amb = λ × R × sin θ / (2 × B_⊥)

For Sentinel-1 with a typical perpendicular baseline of 200 metres: h_amb = 0.0555 × 693,000 × sin(39°) / (2 × 200) ≈ 60.5 metres. Every 60.5 metres of height change produces one complete fringe cycle in the interferogram. Phase unwrapping algorithms resolve these ambiguities to produce a continuous height map.

Differential InSAR (DInSAR) for Deformation

If the topographic contribution is removed (using a known DEM or a third acquisition), the remaining phase differences measure surface deformation along the line of sight between the two acquisitions:

Δφ_defo = 4π × d_LOS / λ

Where d_LOS is the displacement toward or away from the satellite. At C-band (λ = 5.55 cm), one complete phase cycle (2π) corresponds to λ/2 = 2.775 cm of displacement. But phase can be measured to a fraction of a cycle (typically 1/100 to 1/10 of a cycle, depending on the coherence), so DInSAR can detect displacements of less than a millimetre in favourable conditions.

This capability has revolutionised geophysics. DInSAR has been used to measure co-seismic displacement from earthquakes (the 1999 Izmit earthquake produced interferograms showing metres of surface offset along the North Anatolian Fault), volcanic uplift preceding eruptions (Campi Flegrei near Naples is monitored continuously), land subsidence from groundwater extraction (Mexico City subsides at up to 30 cm/year, clearly visible in InSAR time series), and glacier flow velocities in Greenland and Antarctica.

TanDEM-X: Single-Pass Interferometry

The TanDEM-X mission solved a key limitation of repeat-pass InSAR: temporal decorrelation. When two SAR images are acquired days or weeks apart, the surface may change between acquisitions (vegetation grows, soil moisture changes, snow falls or melts), causing the phase measurements to lose coherence. By flying two satellites in close formation with a fixed baseline, TanDEM-X acquires both interferometric images simultaneously, eliminating temporal decorrelation entirely.

The formation flying is a technical achievement in itself. TanDEM-X orbits in a helix formation around TerraSAR-X, with along-track separations of a few hundred metres and cross-track baselines adjustable from about 150 to 500 metres. The relative position is controlled to centimetre accuracy using GPS-based precise orbit determination and cold-gas propulsion. The orbital manoeuvres are planned by DLR's German Space Operations Center in Oberpfaffenhofen and executed routinely.

SAR for Military and Intelligence Applications

SAR's all-weather, day-night capability makes it inherently valuable for defence and intelligence. But the utility goes beyond simply being able to take pictures through clouds.

Change Detection

The most powerful intelligence application of SAR is systematic change detection. By acquiring images of the same area on a regular schedule (daily or more frequently with a constellation), analysts (increasingly, automated algorithms) can detect and flag any changes: new construction at a military base, vehicles appearing in a previously empty parking area, freshly dug trenches, bomb damage to airfield runways, or ships arriving at or departing from ports.

SAR's advantage for change detection is twofold. First, the all-weather capability ensures that observations happen on schedule regardless of cloud cover. Second, SAR images are inherently quantitative: each pixel value is a calibrated measure of radar backscatter, so changes can be detected by straightforward comparison of pixel values (coherent change detection compares complex values, capturing both amplitude and phase changes; incoherent change detection compares amplitudes only).

European defence forces have adopted SAR change detection operationally. The Italian military uses COSMO-SkyMed for monitoring areas of interest in the Mediterranean. Germany's Bundeswehr has access to TerraSAR-X data for intelligence purposes. NATO's Allied Command Transformation has invested in SAR exploitation capabilities, and ICEYE's contracts with multiple European defence ministries are explicitly oriented toward persistent surveillance and change detection.

Maritime Surveillance and Ship Detection

SAR is exceptionally effective at detecting ships at sea. The ocean surface, at moderate wind speeds, produces relatively low and uniform radar backscatter. A ship's metal hull produces very strong backscatter (a large vessel can have a radar cross section of tens of thousands of square metres at X-band). The contrast makes detection straightforward with simple CFAR (Constant False Alarm Rate) algorithms.

Sentinel-1 data is used operationally by the European Maritime Safety Agency (EMSA) for vessel detection, oil spill monitoring, and fisheries enforcement. ESA's Copernicus Maritime Surveillance service processes Sentinel-1 acquisitions in near-real-time, detecting vessels and correlating them with AIS (Automatic Identification System) ship transponder data. Ships that appear in SAR images but have no corresponding AIS signal are flagged as "dark vessels," potentially engaged in illegal fishing, sanctions evasion, or smuggling.

Ground Moving Target Indication (GMTI)

While SAR is primarily a ground-imaging tool, it can also detect moving targets on the ground. A target moving with a radial velocity component (toward or away from the satellite) experiences a Doppler shift that displaces it from its true position in the SAR image. If the motion is fast enough, the target smears or shifts outside the focused clutter background, making it detectable.

More sophisticated GMTI techniques use dual-channel or multi-channel receiving antennas (along-track interferometry, or ATI). By comparing the phase of echoes received at two antennas separated along the flight direction, moving targets can be distinguished from stationary clutter even when their Doppler shift falls within the clutter Doppler band. The TerraSAR-X dual-receive antenna mode splits its phased array into two sub-apertures for this purpose.

GMTI from space has limitations: the satellite velocity is very high (about 7.5 km/s), so the minimum detectable velocity (MDV) is relatively large, typically several metres per second. This means slow-moving vehicles or pedestrians are invisible, while highway traffic can be detected. Airborne SAR/GMTI systems (like NATO's AGS system using the Northrop Grumman Global Hawk) achieve much lower MDV because the platform velocity is lower and the antenna can be longer relative to the wavelength.

Foliage Penetration

X-band and C-band SAR are scattered by tree canopies; the signals interact with leaves, branches, and the canopy surface but do not penetrate to the ground beneath dense forest. For military purposes, this means that vehicles or structures hidden under tree cover are invisible to most spaceborne SAR systems.

Lower frequencies penetrate further. L-band (1.2 GHz, λ ≈ 24 cm) penetrates the canopy to some degree, interacting with branches and trunks. P-band (435 MHz, λ ≈ 69 cm) can penetrate through the canopy to the ground surface in many forest types. ESA's BIOMASS mission, launched in April 2024, carries a P-band SAR specifically designed to measure forest biomass by exploiting this penetration capability. It is the first spaceborne P-band SAR and provides data relevant to both carbon cycle science and, implicitly, to understanding what lower frequencies reveal about targets beneath foliage.

Polarimetric SAR

A radar signal has a polarisation state: the orientation of the electric field vector. Most SAR systems transmit and receive in a specific polarisation (typically HH, VV, or a combination). Polarimetric SAR transmits in both horizontal (H) and vertical (V) polarisations alternately and receives both polarisations on each pulse, measuring the full 2×2 scattering matrix:

[S] = | S_HH  S_HV |
      | S_VH  S_VV |

Where S_HV means "transmit H, receive V," and so on. This matrix completely characterises the polarimetric scattering behaviour of each resolution cell.

Different target types produce characteristic polarimetric signatures:

Flat water or smooth soil: Primarily specular reflection, strong in co-polarised channels (HH and VV), very weak cross-polarised returns (HV and VH). The HH/VV ratio and the phase difference between HH and VV relate to the surface's dielectric constant and roughness at the scale of the wavelength.

Vegetation: Volume scattering from randomly oriented elements (leaves, branches) depolarises the signal, producing strong cross-polarised returns. The ratio of cross-pol to co-pol power indicates the density and randomness of the vegetation canopy.

Urban structures and metallic objects: Corner reflectors (walls meeting the ground, ship superstructures) produce very strong, polarisation-dependent returns. A dihedral corner reflector has a characteristic polarimetric signature that differs from a trihedral, allowing decomposition algorithms to identify building orientations and structural geometry.

Decomposition theorems (Freeman-Durden, Cloude-Pottier, Yamaguchi) separate the observed scattering into surface, double-bounce (dihedral), and volume components. These decompositions are applied pixel by pixel to produce colour-coded images where different land cover types are clearly distinguished without any optical information.

The cost of full polarimetry (quad-pol mode) is significant. Because the radar must alternate between H and V transmit polarisations on successive pulses, the effective pulse repetition frequency for each polarisation is halved. This halves the unambiguous Doppler bandwidth, which in turn requires either halving the swath width or accepting azimuth ambiguities. For this reason, quad-pol modes on spaceborne SAR are typically limited to narrow swaths (10 to 30 km). COSMO-SkyMed Second Generation and ALOS-2 (Japan's L-band SAR, operated by JAXA) offer quad-pol modes with these limitations.

Compact polarimetry (CP) is a compromise. Instead of alternating H and V transmits, the radar transmits a single circular polarisation and receives both H and V simultaneously. This preserves the full swath width while recovering most (but not all) of the polarimetric information. RADARSAT Constellation Mission (Canada, three C-band satellites launched in 2019) uses compact polarimetry as its standard mode.

Challenges and Limitations

SAR is powerful, but it is not without significant limitations. Understanding these is essential for interpreting SAR imagery correctly.

Speckle Noise

SAR images are inherently noisy. Each resolution cell on the ground contains many individual scatterers (soil particles, leaves, gravel, surface irregularities) that are unresolved by the radar. The echoes from these scatterers interfere coherently, producing a random, granular intensity pattern called speckle. Speckle is not additive noise; it is multiplicative, meaning that brighter areas are noisier in absolute terms.

For a single-look SAR image, the speckle follows a Rayleigh distribution in amplitude (exponential in intensity), with a coefficient of variation of 1.0. This means the standard deviation of intensity equals the mean: the noise is as large as the signal. The image looks grainy and salt-and-pepper compared to an optical photograph.

The standard remedy is multi-looking: averaging several independent looks (sub-apertures or adjacent pixels). Averaging N looks reduces the coefficient of variation to 1/√N but degrades spatial resolution by a factor of √N in each dimension. A 4-look image has half the speckle standard deviation but twice the effective pixel size. More sophisticated speckle filters (Lee, Frost, Gamma-MAP, and modern non-local means filters) attempt to reduce speckle while preserving edges and fine detail, but no filter eliminates speckle entirely without some loss of resolution or structural information.

Geometric Distortions

SAR images are acquired in slant range geometry (the radar measures distance, not horizontal position on the ground), which produces three characteristic distortions in mountainous terrain:

Foreshortening: When a terrain slope faces the radar and is less steep than the incidence angle, the slope appears compressed in the range direction. A mountain slope that extends over several kilometres on the ground may appear as only a few hundred metres in the SAR image. The backscatter from the entire slope is compressed into fewer range bins, causing the slope to appear very bright.

Layover: When a slope is steeper than the incidence angle, the top of the slope is closer to the radar than the bottom. The echo from the summit arrives before the echo from the base, causing the mountaintop to appear to lean toward the radar and overlay the valley. In extreme cases (near-vertical cliffs, tall buildings), the feature folds over completely, making the image uninterpretable at that location.

Shadow: Behind steep slopes or tall structures (relative to the radar), there are areas that receive no illumination. These appear as dark patches in the image with no signal, only noise. Unlike optical shadows, which still receive some diffuse illumination, SAR shadows are genuinely zero-signal regions.

These effects are inherent to the side-looking geometry that SAR requires. A satellite looking straight down (nadir) would produce no range resolution at all: the pulse would arrive simultaneously at all points on a flat surface. SAR must look to the side (typical incidence angles range from 20 to 55 degrees) to spread targets in range. The consequence is that the geometry differs from a photograph in ways that are not immediately intuitive, and interpreting SAR images of mountainous terrain requires training and understanding of these distortions.

Ambiguities

SAR systems must balance two conflicting requirements in their pulse repetition frequency (PRF).

Azimuth ambiguities: The PRF must be high enough to sample the Doppler bandwidth without aliasing. The Doppler bandwidth is proportional to the antenna beamwidth and the satellite velocity: B_D = 2V / D (for a broadside-looking antenna of length D). The Nyquist criterion requires PRF > B_D. For TerraSAR-X with its 4.8 m antenna and satellite velocity of 7.6 km/s: B_D = 2 × 7,600 / 4.8 = 3,167 Hz. The PRF must exceed approximately 3,200 Hz to avoid azimuth ambiguities.

Range ambiguities: The PRF must be low enough that the echo from the far edge of the swath returns before the next pulse is transmitted. The maximum unambiguous range is c / (2 × PRF). At PRF = 3,200 Hz: R_unamb = 299,792,458 / (2 × 3,200) = 46,843 metres. But this is the distance from near edge to far edge of the swath; the useful swath width is narrower after accounting for the pulse length, guard bands, and nadir echo interference.

The PRF selection is constrained to a narrow range that satisfies both conditions simultaneously, and this range depends on the orbit altitude, incidence angle, and antenna dimensions. System designers create "diamond diagrams" that plot valid PRF values as a function of incidence angle, with forbidden zones where either range ambiguities, azimuth ambiguities, or nadir returns corrupt the image.

The Power Budget Problem

The radar range equation applies to SAR just as it does to any radar. The signal-to-noise ratio of a SAR system scales as:

SNR ∝ (P_avg × G² × λ³ × σ⁰ × ρ_range) / (R³ × V × k × T × F × sin θ)

Where P_avg is the average transmit power, σ⁰ is the normalised radar cross section of the ground (backscatter coefficient, typically -10 to -20 dB for natural surfaces at X-band), k is Boltzmann's constant, T is the system noise temperature, F is the noise figure, and other symbols are as before. The R³ dependence (not R⁴, because the azimuth integration partially compensates) means that a satellite at 700 km altitude needs substantially more power than one at 500 km.

For large SAR satellites like TerraSAR-X or COSMO-SkyMed, average transmit power is on the order of 300 to 800 W, with peak power of several kilowatts. The DC power budget is dominated by the SAR instrument, which consumes 2 to 4 kW during imaging operations. Solar panels on TerraSAR-X generate about 800 W of orbit-average power, supplemented by batteries during eclipse periods. Imaging duty cycles are typically 10 to 20 percent of the orbit.

Microsatellites like those from ICEYE, Capella, or Umbra face this constraint more acutely. With smaller solar panels (200 to 400 W orbit-average), smaller antennas (lower gain), and lower transmit power, they must compromise on some combination of resolution, swath width, noise-equivalent sigma-zero (NESZ), and imaging duty cycle. ICEYE addresses this partly through constellation size: if one satellite can only image for a few minutes per orbit, thirty satellites collectively provide substantial daily coverage.

The Future of Spaceborne SAR

Several trends are shaping the next decade of SAR from space.

Constellation growth: Both ICEYE and Capella plan to expand to 50+ satellites. At that scale, revisit times drop below one hour for most locations, enabling near-real-time monitoring. The European Union is also funding the Copernicus Sentinel-1 Next Generation (Sentinel-1NG) programme, which will feature improved resolution, wider swath, and enhanced onboard processing.

Onboard processing: Current SAR satellites downlink raw or partially processed data to ground stations, introducing latency. Next-generation systems are implementing onboard SAR focusing and ship detection, producing alerts within minutes of acquisition. ICEYE has already demonstrated onboard change detection for rapid disaster response.

Multi-static SAR: Instead of each satellite transmitting and receiving its own signals, future systems may use one transmitter satellite and multiple receiver-only satellites. This reduces cost (receivers are simpler than transmitters), enables new imaging geometries, and can provide simultaneous multi-baseline interferometry. ESA's Harmony mission concept, proposed as an Earth Explorer candidate, would fly two companion satellites in formation with Sentinel-1NG to provide multi-static observations.

Integration with optical and other sensors: SAR data is increasingly fused with optical imagery, ship transponder data, electronic signals intelligence, and open-source information in multi-intelligence analysis platforms. The NATO Intelligence Exploitation of the Future (NIEFS) programme and various national programmes are investing heavily in this integration. SAR provides the guaranteed, weather-independent baseline; optical and other sources add context and specificity.

Geosynchronous SAR: Proposed but not yet operational, a SAR satellite in geostationary orbit (35,786 km altitude) could provide continuous monitoring of a hemisphere with revisit times of hours rather than days. The challenge is the extreme range, which requires very large antennas or very high transmit power, or both. China has announced research into geosynchronous SAR, and ESA has studied concepts, but no mission is funded for launch as of 2026.

The combination of all-weather imaging, quantitative measurement, and global accessibility has made SAR one of the most strategically important sensing technologies in orbit. From monitoring subsidence in the Netherlands at millimetre precision to detecting submarine wakes in the Mediterranean, from counting vehicles at military bases to mapping flood extent within hours of a levee breach, spaceborne SAR does what no other remote sensing technology can. It sees the Earth as it is, not as the weather permits.