- ... Lakshmanan1
- lakshman@nssl.noaa.gov
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ...
axis. 2
- This means that the filter is zero everywhere except in an
ellipse-shaped region, where it has a constant non-zero value.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ... pixel 3
- In the radial direction; in the azimuthal direction,
resolution varies with radar range
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ... non-linear. 4
- A system is linear only if the sum of the responses to two inputs
and
is the same as the response to
. It is easy to see that the presence of the
operation in the equation makes it non-linear. If we denote by
the results of
using
, the response of the equation to a pixel
is
. One can verify that
is not the same as
. In this discussion, it has been assumed that the operation
is linear, i.e. the result of filtering
with
is
. We show in the next paragraph that this is, indeed, the case.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ... filter. 5
- If there were no quantization effect, then
would translate to the area of the ellipse and would not be changed by rotation. However, there is a quantization effect and one must keep track of the
's
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ...
numbers. 6
-
Although Radix-2 algorithms are usually the ones that are taught in most
college courses, the underlying principle of divide-and-conquer
is true for any number that can be expressed
as a multiple of small primes. Typical FFT implementations support
sequence lengths that are a multiple of 2, 3 and 5. For example, a sequence
of length 515 has to be padded to a length of 540 before its DFT can be
computed efficiently. The
data padding when using a FFT implementation based on small primes requires
far less padding than would be required by a purely
Radix-2 algorithm (which would need padding to a length of 1024 for a
sequence of length 515).
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- .... 7
-
is approximately
if the number of filters,
, is large enough.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.