All Topics  
Synthetic aperture radar

 
Synthetic Aperture Radar

   Email Print
   Bookmark   Link






 

Synthetic aperture radar



 
 
Synthetic-aperture radar (SAR) is a form of radar
Radar

Radar is a system that uses electromagnetic radiation waves to identify the range, altitude, direction, or speed of both moving and fixed objects such as aircraft, ships, motor vehicles, weather formations, and terrain....
 in which the large, highly-directional rotating antenna used by conventional radar is replaced with many low-directivity small stationary antennas scattered over some area near or around the target area.






Discussion
Ask a question about 'Synthetic aperture radar'
Start a new discussion about 'Synthetic aperture radar'
Answer questions from other users
Full Discussion Forum



Encyclopedia


Venus Globe
Synthetic-aperture radar (SAR) is a form of radar
Radar

Radar is a system that uses electromagnetic radiation waves to identify the range, altitude, direction, or speed of both moving and fixed objects such as aircraft, ships, motor vehicles, weather formations, and terrain....
 in which the large, highly-directional rotating antenna used by conventional radar is replaced with many low-directivity small stationary antennas scattered over some area near or around the target area. The many echo waveforms received at the different antenna positions are post-processed to resolve the target. SAR can only be implemented by moving one or more antennas over relatively immobile targets, by placing multiple stationary antennas over a relatively large area, or combinations thereof. SAR has seen wide applications in remote sensing
Remote sensing

Remote sensing is the small or large-scale acquisition of information of an object or phenomenon, by the use of either recording or real-time sensing device that is not in physical or intimate contact with the object ....
 and mapping
Mapping

Mapping may refer to:*The making of maps, as in cartography, surveying, and photogrammetry;In biology and neuroscience:*Gene mapping, the assignment of DNA fragments to chromosomes...
.

Basic operation

Airsar Instrument On Aircraft
In a typical SAR application, a single radar antenna is attached to the side of an aircraft. A single pulse from the antenna will be rather broad (several degrees) because diffraction
Diffraction

Diffraction is normally taken to refer to various phenomena which occur when a wave encounters an obstacle. It is described as the apparent bending of waves around small obstacles and the spreading out of waves past small openings....
 requires a large antenna to produce a narrow beam. The pulse will also be broad in the vertical direction; often it will illuminate the terrain from directly beneath the aircraft out to the horizon. If the terrain is approximately flat, the time at which echoes return allows points at different distance to be distinguished. Distinguishing points along the track of the aircraft is difficult with a small antenna. However, if the amplitude and phase of the signal returning from a given piece of ground are recorded, and if the aircraft emits a series of pulses as it travels, then the results from these pulses can be combined. Effectively, the series of observations can be combined just as if they had all been made simultaneously from a very large antenna; this process creates a synthetic aperture much larger than the length of the antenna (and much longer than the aircraft itself).

Combining the series of observations requires significant computational resources. It is often done at a ground station after the observation is complete, using Fourier transform
Fourier transform

In mathematics, Fourier analysis is a subject area which grew out of the study of Fourier series. The subject began with trying to understand when it was possible to represent general functions by sums of simpler trigonometric functions....
 techniques. The high computing speed now available allows SAR processing to be done in real time onboard SAR aircraft. The result is a map of radar reflectivity (including both amplitude and phase). The phase information is, in the simplest applications, discarded. The amplitude information contains information about ground cover, in much the same way that a black-and-white picture does. Interpretation is not simple, but a large body of experimental results has been accumulated by flying test flights over known terrain.

Image resolution of SAR is mainly proportional to the radio signal bandwidth used and, to a lesser extent, on the system precision and the particular techniques used in post-processing. Early satellites provided a resolution in the tens of meters. More recent airborne systems provide resolutions to about 10 cm, ultra-wideband
Ultra-wideband

Ultra-wideband is a radio technology that can be used at very low energy levels for short-range high-bandwidth communications by using a large portion of the radio spectrum....
 systems (developed and productized in the last decade) provide resolutions of a few millimeters, and experimental terahertz SAR has provided sub-millimeter resolution in the laboratory.

Before rapid computers were available, the processing stage was done using holographic techniques. This was one of the first effective analogue optical computer
Optical computer

An optical computer is a computer that uses light instead of electricity to manipulate, store and transmit data. Photons have fundamentally different physical properties than electrons, and researchers have attempted to make use of these properties, mostly using the basic principles of optics, to produce computers with performance and/or cap...
 systems. A scale hologram interference pattern was produced directly from the analogue radar data (for example 1:1,000,000 for 0.6 meters radar). Then laser light with the same scale (in the example 0.6 micrometers) passing through the hologram would produce a terrain projection. This works because SAR is fundamentally very similar to holography
Holography

A hologram is a picture that changes when looked at from different angles.Holography is a technique that allows the light scattered from an object to be recorded and later reconstructed so that it appears as if the object is in the same position relative to the recording medium as it was when recorded....
 with microwaves instead of light.

The SAR algorithm


The SAR algorithm, in its simplest form, does the following:

A three-dimensional array (a volume) is defined which will represent the volume of space within which targets exist. Each element of the array is a cubical voxel
Voxel

A voxel is a volume element, representing a value on a regular grid in 3D computer graphics space. This is analogous to a pixel, which represents 2D computer graphics image data....
 representing the probability (a "density") of a solid object being at that location in space. (Note that two-dimensional SARs are also possible--showing only a top-down view of the target area).

Initially, the SAR algorithm gives each voxel a density of zero.

Then, for each captured waveform, the entire volume is iterated. For a given waveform and voxel, the distance from the position represented by that voxel to the antenna(s) used to capture that waveform is calculated. That distance represents a time delay into the waveform. The sample value at that position in the waveform is then added to the voxel's density value. This represents a possible echo from a target at that position. Note that there are several optional approaches here, depending on the precision of the waveform timing, among other things. For example, if phase cannot be accurately known, then only the envelope magnitude (with the help of a Hilbert transform
Hilbert transform

In mathematics and in signal processing, the Hilbert transform is a linear operator which takes a function, u, and produces a function, H, with the same domain....
) of the waveform sample might be added to the voxel. If polarization and phase are known in the waveform, and are accurate enough, then these values might be added to a more complex voxel that holds such measurements separately.

After all waveforms have been iterated over all voxels, the basic SAR processing is complete.

What remains, in the simplest approach, is to decide what voxel density value represents a solid object. Voxels whose density is below that threshold are ignored. Note that the threshold level chosen must at least be higher than the peak energy of any single wave--otherwise that wave peak would appear as a sphere (or ellipse, in the case of multistatic operation) of false "density" across the entire volume. Thus to detect a point on a target, there must be at least two different antenna echoes from that point. Consequently, there is a need for large numbers of antenna positions to properly characterize a target.

The voxels that passed the threshold criteria are visualized in 2D or 3D. Optionally, added visual quality can sometimes be had by use of a surface detection algorithm like marching cubes.

More complex operation


The basic design of a synthetic-aperture radar system can be enhanced to collect more information. Most of these methods use the same basic principle of combining many pulses to form a synthetic aperture, but may involve additional antennas or significant additional processing.

Multistatic operation


SAR requires that echo captures be taken at multiple antenna positions. The more captures taken (at different antenna locations) the more reliable the target characterization.

Multiple captures can be obtained by moving a single antenna to different locations, by placing multiple stationary antennas at different locations, or combinations thereof.

The advantage of a single moving antenna is that it can be easily placed in any number of positions to provide any number of monostatic waveforms. For example, an antenna mounted on an airplane takes many captures per second as the plane travels.

The principle advantages of multiple static antennas are that a moving target can be characterized (assuming the capture electronics are fast enough), that no vehicle or motion machinery is necessary, and that antenna positions need not be derived from other, sometimes unreliable, information. (One problem with SAR aboard an airplane is knowing precise antenna positions as the plane travels).

For multiple static antennas, all combinations of monostatic and multistatic radar waveform captures are possible. Note, however, that it is not advantageous to capture a waveform for each of both transmission directions for a given pair of antennas, because those waveforms will be identical. When multiple static antennas are used, the total number of unique echo waveforms that can be captured is:

Where:

NumWaveforms is the number of unique waveforms that can be captured.

N is the number of unique antenna positions.

Polarimetry


Death Valley Sar
Radar waves have a polarization
Polarization

Polarization is a property of waves that describes the orientation of their oscillations. For transverse waves such as many electromagnetic waves, it describes the orientation of the oscillations in the plane perpendicular to the wave's direction of travel....
. Different materials reflect radar waves with different intensities, but anisotropic materials such as grass often reflect different polarizations with different intensities. Some materials will also convert one polarization into another. By emitting a mixture of polarizations and using receiving antennas with a specific polarization, several different images can be collected from the same series of pulses. Frequently three such RX-TX polarizations (HH-pol, VV-pol, VH-pol) are used as the three color channels in a synthesized image. This is what has been done in the picture at left. Interpretation of the resulting colors requires significant testing of known materials.

New developments in polarimetry also include utilizing the changes in the random polarization returns of some surfaces (such as grass or sand), between two images of the same location at different points in time to determine where changes not visible to optical systems occurred. Examples include subterranean tunneling, or paths of vehicles driving through the area being imaged.

Interferometry


Rather than discarding the phase data, information can be extracted from it. If two observations of the same terrain from very similar positions are available, aperture synthesis
Aperture synthesis

Aperture synthesis or synthesis imaging is a type of interferometry that mixes signals from a collection of telescopes to produce images having the same angular resolution as an instrument the size of the entire collection....
 can be performed to provide the resolution performance which would be given by a RADAR system with dimensions equal to the separation of the two measurements. This technique is called Interferometric SAR or InSAR.

If the two samples are obtained simultaneously (perhaps by placing two antennas on the same aircraft, some distance apart), then any phase difference will contain information about the angle from which the radar echo returned. Combining this with the distance information, one can determine the position in three dimensions of the image pixel. In other words, one can extract terrain altitude as well as radar reflectivity, producing a digital elevation model
Digital elevation model

A digital elevation model is a digital representation of ground surface topography or terrain. It is also widely known as a digital terrain model ....
 (DEM) with a single airplane pass. One aircraft application at the Canada Centre for Remote Sensing
Canada Centre for Remote Sensing

The Canada Centre for Remote Sensing is a branch of Natural Resources Canada's Earth Science Sector. It was created in 1970 with Lawrence Morley as the first Director General....
 produced digital elevation maps with a resolution of 5 m and altitude errors also on the order of 5 m. Interferometry was used to map many regions of the Earth's surface with unprecedented accuracy using data from the Shuttle Radar Topography Mission
Shuttle Radar Topography Mission

The Shuttle Radar Topography Mission is an international research effort that obtained digital elevation models on a near-global scale from 56 ?S to 60 ?N, to generate the most complete high-resolution digital topographic database of Earth to date....
.

If the two samples are separated in time, perhaps from two different flights over the same terrain, then there are two possible sources of phase shift. The first is terrain altitude, as discussed above. The second is terrain motion: if the terrain has shifted between observations, it will return a different phase. The amount of shift required to cause a significant phase difference is on the order of the wavelength used. This means that if the terrain shifts by centimeters, it can be seen in the resulting image (A digital elevation map must be available in order to separate the two kinds of phase difference; a third pass may be necessary in order to produce one).

This second method offers a powerful tool in geology
Geology

Geology is the science and study of the solid and liquid matter that constitute the Earth. The field of geology encompasses the study of the composition, structural geology, physical properties, dynamics, and History of the Earth of Earth materials, and the processes by which they are formed, moved, and changed....
 and geography
Geography

Geography is the study of the Earth and its lands, features, inhabitants, and phenomena. A literal translation would be "to describe or write about the Earth"....
. Glacier
Glacier

A glacier is a large, slow-moving mass of ice, formed from compacted layers of snow, that slowly deforms and flows in response to gravity and high pressure....
 flow can be mapped with two passes. Maps showing the land deformation after a minor earthquake
Earthquake

An earthquake is the result of a sudden release of energy in the Earth's crust that creates seismic waves. Earthquakes are recorded with a seismometer, also known as a seismograph....
 or after a volcanic eruption (showing the shrinkage of the whole volcano by several centimeters) have been published.

Differential Interferometry

Differential interferometry (D-InSAR) requires taking at least two images with addition of a DEM. The DEM can be either produced by GPS measurements or could be generated by interferometry as long as the time between acquisition of the image pairs is short, which guarantees minimal distortion of the image of the target surface. In principle, 3 images of the ground area with similar image acquisition geometry is often adequate for D-InSar. The principle for detecting ground movement is quite simple. One interferogram is created from the first two images; this is also called the reference interferogram or topographical interferogram. A second interferogram is created that captures topography + distortion. Subtracting the latter from the reference interferogram can reveal differential fringes, indicating movement. The described 3 image D-InSAR generation technique is called 3-pass or double-difference method.

Differential fringes which remain as fringes in the differential interferogram are a result of SAR range changes of any displaced point on the ground from one interferogram to the next. In the differential interferogram, each fringe is directly proportional to the SAR wavelength, which is about 5.6 cm for ERS and RADARSAT single phase cycle. Surface displacement away from the satellite look direction causes an increase in path (translating to phase) difference. Since the signal travels from the SAR antenna to target and back again, the measured displacement is twice the unit of wavelength. This means in differential interferometry one fringe cycle -pi to +pi or one wavelength corresponds to a displacement relative to SAR antenna of only half wavelength (2.8 cm). There are various publications on measuring subsidence movement, slope stability analysis, landslide, glacier movement, etc tooling D-InSAR. Further advancement to this technique whereby differential interferometry from satellite SAR ascending pass and descending pass can be used to estimate 3-D ground movement. Research in this area has shown accurate measurements of 3-D ground movement with accuracies comparable to GPS based measurements can be achieved.

Ultra-wideband SAR


Conventional radar systems emit bursts of radio energy with a fairly narrow range of frequencies. A narrow-band channel, by definition, does not allow rapid changes in modulation. Since it is the change in a received signal that reveals the time of arrival of the signal (obviously an unchanging signal would reveal nothing about "when" it reflected from the target), a signal with only a slow change in modulation cannot reveal the distance to the target as well as can a signal with a quick change in modulation.

Ultra-wideband
Ultra-wideband

Ultra-wideband is a radio technology that can be used at very low energy levels for short-range high-bandwidth communications by using a large portion of the radio spectrum....
 (UWB) refers to any radio transmission that uses a very large bandwidth - which is the same as saying it uses very rapid changes in modulation. Although there is no set bandwidth value that qualifies a signal as "UWB", systems using bandwidths greater than a sizable portion of the center frequency (typically about ten percent, or so) are most often called "UWB" systems. A typical UWB system might use a bandwidth of one-third to one-half of its center frequency. For example, some systems use a bandwidth of about 1 GHz centered around 3 GHz.

There are as many ways to increase the bandwidth of a signal as there are forms of modulation - it is simply a matter of increasing the rate of that modulation. However, the two most common methods used in UWB radar, including SAR, are very short pulses and high-bandwidth chirping. A general description of chirping appears elsewhere in this article. The bandwidth of a chirped system can be as narrow or as wide as the designers desire. Pulse-based UWB systems, being the more common method associated with the term "UWB radar", are described here.

A pulse-based radar system transmits very short pulses of electromagnetic energy, typically only a few waves or less. A very short pulse is, of course, a very rapidly changing signal, and thus occupies a very wide bandwidth. This allows far more accurate measurement of distance, and thus resolution.

The main disadvantage of pulse-based UWB SAR is that the transmitting and receiving front-end electronics are difficult to design for high-power applications. Specifically, the transmit duty cycle is so exceptionally low and pulse time so exceptionally short, that the electronics must be capable of extremely high instantaneous power to rival the average power of conventional radars. (Although it is true that UWB provides a notable gain in link budget
Link budget

A link budget is the accounting of all of the gains and losses from the transmitter, through the medium to the receiver in a telecommunication system....
 over a narrow band signal because of the relationship of bandwidth in the Shannon–Hartley theorem
Shannon–Hartley theorem

In information theory, the Shannon?Hartley theorem is an application of the noisy channel coding theorem to the archetypal case of a continuous-time analog communications channel subject to Gaussian noise....
 and because the low receive duty cycle receives less noise, increasing the signal-to-noise ratio
Signal-to-noise ratio

Signal-to-noise ratio is an electrical engineering measurement, also used in other fields , defined as the ratio of a signal power to the noise power corrupting the signal....
, there is still a notable disparity in link budget because conventional radar might be several orders of magnitude more powerful than a typical pulse-based radar). So pulse-based UWB SAR is typically used in applications requiring average power levels in the microwatt or milliwatt range, and thus is used for scanning smaller, nearer target areas (several tens of meters), or in cases where lengthy integration (over a span of minutes) of the received signal is possible. Note, however, that this limitation is solved in chirped UWB radar systems.

The principle advantages of UWB radar are better resolution (a few millimeters using commercial off-the-shelf
Commercial off-the-shelf

Commercial, off-the-shelf is a term for Computer software or hardware, generally technology or computer products, that are ready-made and available for sale, lease, or license to the general public....
 electronics) and more spectral information of target reflectivity.

Doppler-Beam Sharpening


A commonly used technique for SAR systems is called Doppler beam sharpening. Because the real aperture of the RADAR antenna is so small (compared to the wavelength in use), the RADAR energy spreads over a wide area (usually many degrees wide in a direction orthogonal (at right angles) to the direction of the platform (aircraft). Doppler-beam sharpening takes advantage of the motion of the platform in that targets ahead of the platform return a Doppler upshifted signal (slightly higher in frequency) and targets behind the platform return a Doppler downshifted signal (slightly lower in frequency). The amount of shift varies with the angle forward or backward from the ortho-normal direction. By knowing the speed of the platform, target signal return is placed in a specific angle "bin" that changes over time. Signals are integrated over time and thus the RADAR "beam" is synthetically reduced to a much smaller aperture - or more accurately (and based on the ability to distinguish smaller Doppler shifts) the system can have hundreds of very "tight" beams concurrently. This technique dramatically improves angular resolution; however, it is far more difficult to take advantage of this technique for range resolution. (See Pulse-doppler radar
Pulse-doppler radar

Pulse-Doppler is a radar system capable of not only detecting target location , but also measuring its radial velocity . It uses the Doppler effect to determine the relative velocity of objects; pulses of RF energy returning from the target are processed to measure the frequency shift between carrier cycles in each pulse and the original tra...
).

Chirped (Pulse Compressed) Radars


A common technique for many RADAR systems (usually also found in SAR systems) is to "chirp
Chirp

A chirp is a signal in which the frequency increases or decreases with time. It is commonly used in sonar and radar, but has other applications, such as in spread spectrum communications....
" the signal. In a "chirped" radar, the pulse is allowed to be much longer. A longer pulse allows more energy to be emitted, and hence received, but usually hinders range resolution. But in a chirped radar, this longer pulse also has a frequency shift during the pulse (hence the chirp or frequency shift). When the "chirped" signal is returned, it must be correlated with the sent pulse. Classically, in analog systems, it is passed to a dispersive delay line (often a SAW
Surface acoustic wave

A surface acoustic wave is an acoustic wave traveling along the surface of a material exhibiting elastic , with an amplitude that typically decays exponentially with depth into the substrate....
 device) that has the property of varying velocity of propagation based on frequency. This technique "compresses" the pulse in time - thus having the effect of a much shorter pulse (improved range resolution) while having the benefit of longer pulse length (much more signal returned). Newer systems use digital pulse correlation to find the pulse return in the signal.

Data collection


Highly accurate data can be collected by aircraft overflying the terrain in question. In the 1980s, as a prototype for instruments to be flown on the NASA Space shuttles, NASA operated a synthetic-aperture radar on a NASA Convair 990
Convair 990

The Convair 990 Coronado was a jet airliner produced by the Convair division of General Dynamics, a "stretched" version of their earlier Convair 880 produced in response to a request from American Airlines....
. However, in 1986, this plane caught fire on takeoff. In 1988, NASA rebuilt a C, L, and P-band SAR to fly on the NASA DC-8
Douglas DC-8

The Douglas Aircraft Company DC-8 is a four-engined jet airliner, manufactured from 1958 to 1972. Launched later than the competing Boeing 707, the DC-8 nevertheless established Douglas in a strong position in the airliner market, and remained in production until 1972 when much larger designs, including the DC-10, made the DC-8 obsolete....
 aircraft. Called AIRSAR, it flew missions at sites around the world until 2004. Another such aircraft, the Convair 580
Convair 240

The Convair CV-240 was an United States airliner produced by Convair from 1947 to 1956....
, was flown by the Canada Center for Remote Sensing until about 1996 when it was handed over to Environment Canada due to budgetary reasons. Most land-surveying applications are now carried out by satellite
Satellite

In the context of spaceflight, a satellite is an Physical body which has been placed into orbit by human endeavor. Such objects are sometimes called artificial satellites to distinguish them from natural satellites such as the Moon....
 observation. Satellites such as ERS-1/2, JERS-1
JERS-1

The Japanese Earth Resources Satellite 1 was a satellite launched in 1992 by the Japan Aerospace Exploration Agency . It carried three instruments:...
, Envisat
Envisat

Envisat is an Earth observation satellite built by the European Space Agency. It was launched on the 1st March 2002 aboard an Ariane 5 into a Sun synchronous polar orbit at a height of 790 km ....
 ASAR, and RADARSAT-1
RADARSAT-1

RADARSAT-1 is Canada's first commercial Earth observation satellite. It was launched at 14h22 Coordinated Universal Time on November 4, 1995 from Vandenberg AFB in California, into a sun-synchronous orbit above the Earth with an altitude of 798 kilometers and inclination of 98.6 degrees....
 were launched explicitly to carry out this sort of observation. Their capabilities differ, particularly in their support for interferometry, but all have collected tremendous amounts of valuable data. The Space Shuttle
Space Shuttle

NASA's Space Shuttle, officially called the Space Transportation System , is the spacecraft currently used by the United States government for its human spaceflight missions....
 has also carried synthetic-aperture radar equipment during the SIR-A and SIR-B missions during the 1980s, as well as the Shuttle Radar Laboratory (SRL) missions in 1994 and the Shuttle Radar Topography Mission
Shuttle Radar Topography Mission

The Shuttle Radar Topography Mission is an international research effort that obtained digital elevation models on a near-global scale from 56 ?S to 60 ?N, to generate the most complete high-resolution digital topographic database of Earth to date....
 in 2000.

The Venera 15
Venera 15

Venera 15 was a spacecraft sent to Venus by the Soviet Union. This unmanned orbiter was to map the surface of Venus using high resolution imaging systems....
 and Venera 16
Venera 16

Venera 16 was a spacecraft sent to Venus by the Soviet Union. This unmanned orbiter was to map the surface of Venus using high resolution imaging systems....
 followed later by the Magellan
Magellan probe

The Magellan spacecraft was a space probe sent to the planet Venus, the first unmanned spacecraft to be launched by NASA since its successful Voyager 1 spacecraft to Jupiter and Saturn in 1977....
 space probe mapped the surface of Venus over several years using synthetic-aperture radar.

Synthetic-aperture radar was first used by NASA on JPL's Seasat
Seasat

SEASAT was the first Earth-orbiting satellite designed for remote sensing of the Earth's oceans and had onboard the first spaceborne synthetic aperture radar ....
 oceanographic satellite in 1978 (this mission also carried an altimeter
Altimeter

An altimeter is an instrument used to measure the altitude of an object above a fixed level. The measurement of altitude is called altimetry, which is related to the term bathymetry, the measurement of depth underwater....
 and a scatterometer
Scatterometer

A radar scatterometer is designed to determine the normalized radar cross section of the surface. Scatterometers operate by transmitting a pulse of microwave energy towards the Earth surface and measuring the reflected energy....
); it was later developed more extensively on the Spaceborne Imaging Radar (SIR) missions on the space shuttle in 1981, 1984 and 1994. The Cassini
Cassini-Huygens

Cassini?Huygens is a joint NASA/European Space Agency robotic spacecraft mission currently studying the planet Saturn and Saturn's natural satellites....
 mission to Saturn is currently using SAR to map the surface of the planet's major moon Titan
Titan (moon)

Titan or Saturn VI is the largest natural satellite of Saturn, the only moon known to have a dense celestial body atmosphere, and the only object other than Earth for which clear evidence of stable bodies of surface liquid has been found....
, whose surface is partly hidden from direct optical inspection by atmospheric haze.

The Mineseeker Project () is designing a system for determining whether regions contain landmines
Land mine

A land mine is an explosive device designed to be placed on or in the ground to explode when triggered by an operator or the proximity of a vehicle, person, or animal....
 based on a blimp
Blimp

Blimp can refer to:* a Blimp as opposed to a rigid airship * a slang term for a person considered to be conservative due to ignorance, after the cartoon character Colonel Blimp...
 carrying ultra-wideband synthetic-aperture radar. Initial trials show promise; the radar is able to detect even buried plastic mines.

SAR has been used in radio astronomy
Radio astronomy

Radio astronomy is a subfield of astronomy that studies Astronomical object at radio frequency. The initial detection of radio waves from an astronomical object was made in the 1930s, but subsequent advances have identified a number of different sources of radio emission....
 for many years to simulate a large radio telescope by combining observations taken from multiple locations using a mobile antenna.

The National Reconnaissance Office
National Reconnaissance Office

The National Reconnaissance Office , located in Chantilly, Virginia, is one of the U.S. intelligence community in the U.S. It designs, builds and operates the reconnaissance satellites of the United States government....
 maintains a fleet of (now declassified) Synthetic Aperture Radar satellites.

In February 2009, the Sentinel R1
Raytheon Sentinel

The Raytheon Sentinel is a Bombardier Global Express modified as an airborne battlefield and ground surveillance platform for the United Kingdom Royal Air Force....
 surveillance aircraft entered service in the RAF, equipped with the SAR-based Airborne Stand-Off Radar (ASTOR
Astor

Astor may refer to:*John Jacob Astor, the 4th richest American of all time.* Mary Astor, an Academy Award-winning American actress* The Astor family, a wealthy 19th century American family who became prominent in 20th century British politics....
) system.

The German Armed Forces' (Bundeswehr
Bundeswehr

The Bundeswehr is the name of the unified armed forces of the Germany and their civil administration and procurement authorities. The States of Germany are not allowed to maintain armed forces of their own, since the Constitution determines that matters of defense fall into the sole responsibility of the Federal government....
) military SAR-Lupe
SAR-Lupe

SAR-Lupe is Germany's first reconnaissance satellite system. SAR is an abbreviation for Synthetic Aperture Radar and "Lupe" is German for magnifying glass....
 reconnaissance satellite system has been fully operational since July 22, 2008.

See also

  • Radar
    Radar

    Radar is a system that uses electromagnetic radiation waves to identify the range, altitude, direction, or speed of both moving and fixed objects such as aircraft, ships, motor vehicles, weather formations, and terrain....
  • Radar MASINT
    Radar MASINT

    Radar MASINT is one of the subdisciplines of Measurement and Signature Intelligence and refers to list of intelligence gathering disciplines activities that bring together disparate elements that do not fit within the definitions of Signals Intelligence , , or Human Intelligence ....
  • TerraSAR-X
    TerraSAR-X

    TerraSAR-X is a Germany Earth observation satellite that uses an X-band Synthetic Aperture Radar to provide high-quality topographic information for commercial and scientific applications....
  • SAR Lupe
  • Remote sensing
    Remote sensing

    Remote sensing is the small or large-scale acquisition of information of an object or phenomenon, by the use of either recording or real-time sensing device that is not in physical or intimate contact with the object ....
  • Earth observation satellite
    Earth observation satellite

    Earth observation satellites are satellites specifically designed to observe Earth from orbit, similar toreconnaissance satellites but intended for non-military uses such as natural environmental monitoring, meteorology, map making etc....
  • Magellan
    Magellan probe

    The Magellan spacecraft was a space probe sent to the planet Venus, the first unmanned spacecraft to be launched by NASA since its successful Voyager 1 spacecraft to Jupiter and Saturn in 1977....
     space probe
  • Inverse synthetic-aperture radar
    Inverse synthetic aperture radar

    Inverse Synthetic Aperture Radar is a technique to generate a two-dimensional high resolution image of a target.In situations where other radars display only a single unidentifiable bright moving pixel, the ISAR image is often adequate to discriminate between various missiles, military aircraft, and civilian aircraft....
     (ISAR)
  • Aperture synthesis
    Aperture synthesis

    Aperture synthesis or synthesis imaging is a type of interferometry that mixes signals from a collection of telescopes to produce images having the same angular resolution as an instrument the size of the entire collection....
  • Synthetic aperture sonar
    Synthetic aperture sonar

    Synthetic aperture sonar is a form of sonar in which sophisticated post-processing of sonar data are used in ways closely analogous to synthetic aperture radar....
  • Beamforming
    Beamforming

    Beamforming is a signal processing technique used in sensor arrays for directional signal transmission or reception. This spatial selectivity is achieved by using adaptive or fixed receive/transmit beampatterns....
  • Very Long Baseline Interferometry
    Very Long Baseline Interferometry

    Very Long Baseline Interferometry is a type of astronomical interferometer used in radio astronomy. It allows observations of an object that are made simultaneously by many telescopes to be combined, emulating a telescope with a size equal to the maximum separation between the telescopes....
     (VLBI)
  • Interferometric synthetic aperture radar
    Interferometric synthetic aperture radar

    Interferometric synthetic aperture radar, also abbreviated InSAR or IfSAR, is a radar technique used in geodesy and remote sensing. This geodetic method uses two or more synthetic aperture radar images to generate maps of surface deformation or digital elevation map, using differences in the phase of the waves returning to the s...
     (InSAR)


The first and definitive monograph on SAR is Synthetic Aperture Radar: Systems and Signal Processing (Wiley Series in Remote Sensing and Image Processing) by John C. Curlander and Robert N. McDonough

External links

  • (Electromagnetic simulation software for SAR imagery studies: www.oktal-se.fr)
  • (Home of miniSAR, smallest hi-res SAR)
  • (NASA SAR missions)
  • ) (NASA Airborne SAR)
  • (Canadian airborne missions)
  • (Canadian radar satellites)
  • (European radar satellites)
  • (ESA's most recent SAR satellite)
  • (Japanese radar satellites)
  • has numerous technical documents, including on SAR theory and scientific applications
  • Images from BYU's three SAR systems (YSAR, YINSAR, µSAR)
  • for viewing and analyzing SAR Level 1 data and higher from various missions