next up previous contents
Next: Output Description Up: FILTRANGE Previous: FILTRANGE   Contents

Input Cards

RF_METHOD $\textstyle \parbox{0.75\linewidth}{
{\textrm{\it{{\underline{adaptive}} \ensuremath{\:\vert\:}porbits}}}}$
$\textstyle \parbox{\MY}{Method selector for range filtering. Either adaptive (recommended)
or based on the precise orbits.}$



RF_FFTLENGTH $\textstyle \parbox{0.75\linewidth}{
{\textrm{\it{{\underline{64}}}}}}$
$\textstyle \parbox{\MY}{For method porbits and adaptive. For method porbits: le...
... of window for adaptive method. A peak
is estimated for parts of this length.}$



RF_OVERLAP $\textstyle \parbox{0.75\linewidth}{
{\textrm{\it{{\underline{0}}}}}}$
$\textstyle \parbox{\MY}{For method adaptive. Overlap between input buffers in range
direction. }$



RF_HAMMING $\textstyle \parbox{0.75\linewidth}{
{\textrm{\it{{\underline{0.75}}}}}}$
$\textstyle \parbox{\MY}{For method porbits and adaptive. Weight for hamming filter (1 is
rect).}$



RF_SLOPE $\textstyle \parbox{0.75\linewidth}{
{\textrm{\it{{\underline{0}}}}}}$
$\textstyle \parbox{\MY}{For method porbits. Terrain slope in degrees. Positive ...
...s
towards radar. A slope equal to the viewing angle implies total
filtering.}$



RF_NLMEAN $\textstyle \parbox{0.75\linewidth}{
{\textrm{\it{{\underline{15}}}}}}$
$\textstyle \parbox{\MY}{For method adaptive. Take (walking) mean over RF\_NLMEA...
...o
reduce noise for peak estimation. Has to be odd. Compare with
periodogram.}$



RF_THRESHOLD $\textstyle \parbox{0.75\linewidth}{
{\textrm{\it{{\underline{5}}}}}}$
$\textstyle \parbox{\MY}{For method adaptive. Threshold on SNR of peak estimation to perform
range filtering.}$



RF_OVERSAMPLE $\textstyle \parbox{0.75\linewidth}{
{\textrm{\it{{\underline{2}}}}}}$
$\textstyle \parbox{\MY}{For method adaptive. Oversample master and slave with t...
...etween shifts that can be estimated is in that
case halfed (fixed FFTLENGTH).}$



RF_WEIGHTCORR $\textstyle \parbox{0.75\linewidth}{
{\textrm{\it{\textnormal{[} {ON \ensuremath{\:\vert\:}{\underline{OFF}}} \textnormal{]}}}}}$
$\textstyle \parbox{\MY}{For method adaptive. In peak estimation, weight values ...
...ns, the shape of
the range spectrum). Effect of this card may be neglectable.}$



RF_OUT_MASTER $\textstyle \parbox{0.75\linewidth}{
{\textrm{\it{{\underline{master.rfilter}}}}}}$
$\textstyle \parbox{\MY}{Output data file name of master.}$



RF_OUT_SLAVE $\textstyle \parbox{0.75\linewidth}{
{\textrm{\it{{\underline{slave.rfilter}}}}}}$
$\textstyle \parbox{\MY}{Output data file name of slave.}$



RF_OUT_FORMAT $\textstyle \parbox{0.75\linewidth}{
{\textrm{\it{{\underline{cr4}} \ensuremath{\:\vert\:}ci2}}}}$
$\textstyle \parbox{\MY}{Output data format for master and slave file.}$



Example input:

  c
  c
 comment   ___ ADAPTIVE RANGE FILTERING ___
  c
 RF_METHOD       adaptive
 RF_FFTLENGTH    128                             // 2500 m
 RF_NLMEAN       15                              // odd
 RF_THRESHOLD    5                               // SNR
 RF_HAMMING      0.75                            // alpha
  RF_OVERSAMPLE   4
 RF_WEIGHTCORR   OFF
 RF_OUT_MASTER   Outdata/3397.rfilter
 RF_OUT_SLAVE    Outdata/23070.rfilter
 RF_OUT_FORMAT   ci2



Leijen 2009-04-14