 |
 |
 |
 | Model fitting by least squares |  |
![[pdf]](icons/pdf.png) |
Next: Estimating the inverse gradient
Up: Model fitting by least
Previous: Gulf of Mexico Salt
Figure 10 shows
radar
images of
Mt. Vesuvius
in Italy.
These images are made from backscatter
signals
and
,
recorded along two satellite orbits 800 km high and 54 m apart.
The signals are very high frequency
(the radar wavelength being 2.7 cm).
They were Fourier transformed
and one multiplied by the complex conjugate of the other,
getting the product
.
The product's amplitude and phase are shown in Figure 10.
Examining the data,
you can notice that where the signals are strongest (darkest on the left),
the phase (on the right)
is the most spatially consistent.
Pixel by pixel evaluation with the two frames in a movie program
shows that there are a few somewhat large local amplitudes
(clipped in Figure 10)
but because these generally have spatially consistent phase,
I would not describe the data as containing noise bursts.
|
|---|
vesuvio
Figure 10.
Radar image of Mt. Vesuvius.
Left is the amplitude.
Non-reflecting ocean in upper left corner.
Right is the phase.
(Umberto Spagnolini)
|
|---|
|
|---|
To reduce the time needed for analysis and printing,
I reduced the data size two different ways,
by decimation and by local averaging,
as shown in Figure 11.
The decimation was to about 1 part in 9 on each axis,
and the local averaging was done in
windows
giving the same spatial resolution in each case.
The local averaging was done independently in the
plane of the real part and the plane of the imaginary part.
Putting them back together again showed that the phase
angle of the averaged data behaves much more consistently.
This adds evidence that the data is not troubled by noise bursts.
|
|---|
squeeze
Figure 11.
Phase based on decimated data (left)
and smoothed data (right).
|
|---|
|
|---|
From Figures 10 and 11
we see that contours of constant phase
appear to be contours of constant altitude;
this conclusion leads us to suppose that a study of radar theory
would lead us to a relation like
where
is altitude.
We non-radar-specialists often think of phase in
as being caused by some time delay, and
being defined for some constant frequency
.
Knowledge of this
(as well as some angle parameters)
would define the physical units of
.
Because the flat land away from the mountain is all at the same phase
(as is the altitude),
the distance as revealed by the phase does not represent
the distance from the ground to the satellite viewer.
We are accustomed to measuring altitude along a vertical line to a datum,
but here the distance seems to be measured
from the ground along a
angle from the vertical
to a datum at the satellite height.
Phase is a troublesome measurement because
we generally see it modulo
.
Marching up the mountain we see the phase getting lighter and lighter
until it suddenly jumps to black which then continues to lighten
as we continue up the mountain to the next jump.
Let us undertake to compute the phase including
all of its jumps of
.
Begin with a complex number
representing
the complex-valued image at any location
in the
-plane.
A computer will find the imaginary part of the logarithm
with the arctan function of two arguments, atan2(y,x),
which will put the phase in the range
although any multiple of
could be added.
We seem to escape the
phase ambiguity by differentiating:
For every point on the
-axis, equation (92)
is a differential equation on the
-axis,
and we could integrate them all to find
.
That sounds easy.
On the other hand,
the same equations are valid when
and
are interchanged,
so we get twice as many equations as unknowns.
For ideal data, either of these sets of equations
should be equivalent to the other,
but for real data we expect to be fitting the fitting goal
 |
(93) |
where
.
This is essentially the same application we solved flattening seismic data with the regression
. Taking measurements to be phase differences
between neighboring mesh points, it is more correct to interpret equation 93 as
a difference equation than a differential equation. Since we measure phase differences only over tiny distances (one pixel) we hope not to worry about phases greater than
.
But if such jumps do occur, they will contribute to overall error.
Let us consider a typical location in the
plane where the complex numbers
are given. Define a shorthand
, and
as follows:
![\begin{displaymath}
\left[
\begin{array}{ll}
a & b \\
c & d
\end{array} \r...
... & Z_{i,j+1} \\
Z_{i+1,j} & Z_{i+1,j+1}
\end{array} \right]
\end{displaymath}](img406.png) |
(94) |
ith this shorthand, the difference equation representation of the fitting goal (93) is:
 |
(95) |
Now let us find the phase jumps between the various locations. Complex numbers
and
may be expressed in polar form, say
and
.
The complex number
has the desired phase
.
To obtain it we take the imaginary part of the complex logarithm
.
 |
(96) |
which gives the information needed to fill in the right-hand side of
(95), as done by subroutine igrad2init() from
module unwrap
.
Subsections
 |
 |
 |
 | Model fitting by least squares |  |
![[pdf]](icons/pdf.png) |
Next: Estimating the inverse gradient
Up: Model fitting by least
Previous: Gulf of Mexico Salt
2011-07-17