Skip to content Skip to navigation

Connexions

You are here: Home » Content » Tomographic Processing

Navigation

Lenses

What is a lens?

Definition of a lens

Lenses

A lens is a custom view of the content in the repository. You can think of it as a fancy kind of list that will let you see content through the eyes of organizations and people you trust.

What is in a lens?

Lens makers point to materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

Who can create a lens?

Any individual member, a community, or a respected organization.

What are tags? tag icon

Tags are descriptors added by lens makers to help label content, attaching a vocabulary that is meaningful in the context of the lens.

This content is ...

Affiliated with (What does "Affiliated with" mean?)

This content is either by members of the organizations listed or about topics related to the organizations listed. Click each link to see a list of all content affiliated with the organization.
  • Rice University ELEC 301 Projects display tagshide tags

    This module is included inLens: Rice University ELEC 301 Project Lens
    By: Rice University ELEC 301As a part of collection: "ELEC 301 Projects Fall 2007"

    Click the "Rice University ELEC 301 Projects" link to see all content affiliated with them.

    Click the tag icon tag icon to display tags associated with this content.

Also in these lenses

  • Lens for Engineering

    This module is included inLens: Lens for Engineering
    By: Sidney BurrusAs a part of collection: "ELEC 301 Projects Fall 2007"

    Click the "Lens for Engineering" link to see all content selected in this lens.

Recently Viewed

This feature requires Javascript to be enabled.

Tags

(What is a tag?)

These tags come from the endorsement, affiliation, and other lenses that include this content.
 

Tomographic Processing

Module by: Jason Ryan. E-mail the author

Summary: This module derives the SAR analysis for 2-D image reconstruction

Data Processing

In the words of the highly esteemed Rich Baraniuk, the signals received by the radar sensor must be “munjed” upon in order that the user can learn anything useful at all. We flesh-out the basic spotlight-mode SAR derivation from start to finish, noting the places in which we make approximations, all the while aiming at interpreting our bit stream into the meaningful pieces of the Projection-Slice Theorem. Something to note is that this theoretical approach does not include any Doppler shift analysis. Other approaches to synthetic aperture radar heavily rely on phase data collected during a physical flyby of the target, where instrument velocity plays an important role. The mathematics in this section follows as in David Munson’s 1983 paper on “A Tomographic Formulation of Spotlight-Mode Synthetic Aperture Radar.”

The Setup

The way spotlight-mode SAR collects data samples is by gathering image projections from a range of angles. In our case, this range is broken down into a set of equally spaced angles so that essentially we have snapshots at various views around a target. A depiction of what it would look like is given below.

Figure 1
Figure 1 (graphics1.png)

This drawing shows how the altitude of the sensor platform might play a role in the angular view of the target. For our derivation, we will ignore this parameter and assume that the radar is somehow incident at ground level, that as the sensor moves closer to the target distances remain undistorted by this variation in 3-dimensions. This ground plane geometry is as shown below.

Figure 2
Figure 2 (graphics2.png)

Note that the angle theta is the same as that in the description of the Projection-Slice Theorem. The distance from the center of the target image is given by the variable R, and the radius of a circular target is given by L. The radar signal travels along and parallel to path u.

Generating the Reflection Signal

At this point we are ready to start generating our signals! Our radar device works in a microwave frequency range designed to penetrate clouds and other obstructions with ease. It emits a linear FM chirp pulse waveform Re{s(t)} where

Figure 3
Figure 3 (graphics3.png)

In this signal, w0 is the RF carrier frequency and 2a is the FM rate. The frequency rises linearly with time so that the minimum frequency is w0-aT and the maximum is w0+aT. The point reflection off of a reflection coefficient at (x0,y0) given by g(x0,y0) can be written

Figure 4
Figure 4 (graphics4.png)

Where R0 is the distance of g(x0,y0) from the radar, A accounts for propagation attenuation, c is the speed of light, and 2R0/c accounts for the two-way travel time from radar to target.

Interpreting the Reflection Signal

Points on the target ground patch equidistant from the radar lie on an arc, but typically R>>L, so this arc is nearly, and may be approximated as, a straight line. Combining this approximation with the polar formulation of a differential line of scatterers (radar reflectors), we can write down a new relation involving a polar representation of the reflection.

Figure 5
Figure 5 (graphics5.png)

If R>>L, we may take A as a constant over u, and this enables us to write the reflection from the whole ground patch as the integral of r1 over u.

Figure 6
Figure 6 (graphics6.png)

This integral has the form of a convolution! This provides us a good hint that Fourier methods might be the right way to analyze this signal. The signal stated here is really the raw data that we receive from the radar. The return chirp is the projection slice convolved with the initial pulse.

Mixing the Reflection Signal

It turns out that the correct way to process this raw data is to mix it with the starting signal, s(t). Written out, r(t) has the form

Figure 7
Figure 7 (graphics7.png)
Figure 8
Figure 8 (graphics8.png)

Mixing this signal with the real and imaginary parts of the signal s(t), low-pass filtering the two, and then adding them together gives us a complex signal.

Figure 9
Figure 9 (graphics9.png)

The quadratic term in the exponential can be approximated as 0, and as that term disappears, we get a very profound result

Figure 10
Figure 10 (graphics10.png)

Which is the Fourier transform of p(t).

Figure 11
Figure 11 (graphics11.png)

Interpreting Our Result

From our formulation of r(t) above, we know the restriction on t. If we consider the argument of P( ) to be X, the radial spatial frequency, we know P(X) is only determined for X between X1 and X2 where

Figure 12
Figure 12 (graphics12.png)
Figure 13
Figure 13 (graphics13.png)

The term 4aL/c will be negligible for typical SAR, so we can see that X1 and X2 are proportional to the lowest and highest frequencies in the transmitted chirp pulse. X1 and X2 correspond to the inner and outer radii for which P(X) is defined.

Figure 14
Figure 14 (graphics14.png)

C(t) is the final form of the processed data! What this tells us is that after mixing the reflection with the real and imaginary parts of the original chirped pulse, low-pass filtering, and linearly combining the two, we are left with the Fourier transform of the projection p(t). From here we need to take the inverse transform to finally reconstruct g(x,y). Unfortunately, we have the polar form of a Fourier transform, whose known values would be located somewhere on this Locus

Figure 15
Figure 15 (graphics15.png)

There exists a 2-D polar inverse Fourier transform, and this is the preferred method of transform for the optimal quality reconstruction. This method, called Convolution Back-Projection, requires an enormous number of computations to execute, however, and so in practice one has to either have a quite powerful system or be ready to wait for results. The practical method attempts to remedy this issue by utilizing the Fast Fourier Transform, or FFT. Although there is no known 2-dimensional FFT or inverse FFT for polar coordinates, one may interpolate the polar data to rectify the coordinate system and then apply the 2-D inverse FFT in the regular fashion. The rectification process requires windowing the data, and interpolation is by its nature inexact, so this method ends up trading a great deal of resolution for extra speed.

Content actions

Download module as:

PDF | EPUB (?)

What is an EPUB file?

EPUB is an electronic book format that can be read on a variety of mobile devices.

Downloading to a reading device

For detailed instructions on how to download this content's EPUB to your specific device, click the "(?)" link.

| More downloads ...

Add module to:

My Favorites (?)

'My Favorites' is a special kind of lens which you can use to bookmark modules and collections. 'My Favorites' can only be seen by you, and collections saved in 'My Favorites' can remember the last module you were on. You need an account to use 'My Favorites'.

| A lens I own (?)

Definition of a lens

Lenses

A lens is a custom view of the content in the repository. You can think of it as a fancy kind of list that will let you see content through the eyes of organizations and people you trust.

What is in a lens?

Lens makers point to materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

Who can create a lens?

Any individual member, a community, or a respected organization.

What are tags? tag icon

Tags are descriptors added by lens makers to help label content, attaching a vocabulary that is meaningful in the context of the lens.

| External bookmarks