next up previous print clean
Next: PROGRAM FOR MULTIDIMENSIONAL CONVOLUTION Up: Multidimensional recursive filters via Previous: THE HELIX FILTERING IDEA

EXAMPLES OF SIMPLE 2-D RECURSIVE FILTERS

Figures 3 and 4 contain this 2-D filter  
 \begin{displaymath}
\left[
 \begin{array}
{cc}
 0 & -1/4 \\  1 & -1/4 \\  -1/4 & -1/4
 \end{array} \right]\end{displaymath} (3)
Let us experiment using this 2-D filter as a recursive filter. In Figure 3 the input is shown on the left. This input contains two copies of the filter (3) near the top of the frame and some impulses near the bottom boundary. The second frame in Figure 3 is the result of deconvolution by the filter (3). Notice that deconvolution turns the filter itself into an impulse, while it turns the impulses into comet-like images. The use of a helix is evident by the comet images wrapping around the vertical axis.

 
wrap
wrap
Figure 3
Illustration of 2-D deconvolution. Left is the input $\bold q$. Right is after deconvolution $\bold q/\bold F$ with the filter (3).


view burn build edit restore

Using the result of Figure 3 as an input, the first frame in Figure 4 results from backwards recursion, filtering backwards along the helix, the adjoint operator $\bold F'$.

 
hback
hback
Figure 4
Left is $(\bold q/\bold F)/\bold F'$ and right is $((\bold q/\bold F)/\bold F')\bold F'\bold F$.


view burn build edit restore

The adjoint blows energy leftward. Filtering forward and backwards has implemented a symmetrical smoothing operator $(1/\bold F)/\bold F'$.The last frame in Figure 4 shows that the two deconvolution smoothers can be inverted by convolution, convolving once with filter (3) and once with its adjoint (reverse on both axes). We see we are back where we started. No errors, no evidence remains of any of the boundaries where we have wrapped and truncated. Using the helix, we find that one-dimensional polynomial division is a rapidly invertible multidimensional transformation, one with many adjustable parameters.


next up previous print clean
Next: PROGRAM FOR MULTIDIMENSIONAL CONVOLUTION Up: Multidimensional recursive filters via Previous: THE HELIX FILTERING IDEA
Stanford Exploration Project
10/23/1998