previous up next print clean
Next: TWO-D DECONVOLUTION FILTERING Up: Abma: Lateral prediction Previous: Introduction

FX-DECON

FX-decon is a simple process that predicts linear events by making predictions in the frequency-space domain.

The FX-decon prediction process depends on the form of linear events in frequency versus x, x being the space direction. Given a linear event, $f(x) = \delta(a + b x - t)$, the Fourier transform of this event is $f(\omega) = e^{i \omega (a + b x)}$ or $f(\omega) = e^{i \omega a} 
 (\cos(\omega b x) + i \sin(\omega b x))$. In x, the function is clearly periodic. To predict a linear event, a least squares prediction filter is calculated, using $f = (X^{\dagger} X)^{-1} X^{\dagger} d$ where f is the prediction filter, d is the desired output, and X is a matrix filled with shifted versions of the input series in x. $\dagger$ indicates the transpose conjugate.

Following the nomenclature of Gulunay1986, d is the data shifted by one sample, or $d=(\begin{array}
{ccccc} x_2 & x_3 & \cdots & x_{n} & x_{n+1} \end{array})$.The input data, $(\begin{array}
{ccccc} x_1 x_2 & x_3 & \cdots & x_{n} \end{array})$,forms the matrix X below:  
 \begin{displaymath}
X = 
 \left(
 \begin{array}
{ccccccc}
 x_1 & 0 & 0 & 0 & \cd...
 ...dot \\  0 & 0 & 0 & 0 & \cdots & 0 & x_{n} \end{array}\right)
,\end{displaymath} (1)
X being a matrix of size (2n-1) by n. While d may be built with a longer shift, a shift of one sample is typically used.

The process of applying FX-decon starts by partitioning the data into windows small enough so events of interest appear linear. The data within each window are then Fourier transformed. For each frequency, a prediction filter is calculated and applied twice; once forward in space and once backwards. The two predictions are summed, the inverse Fourier transform applied, and the windows merged back into the output. Note that the operations within each frequency are independent of other frequencies. This allows a large degree of freedom in the prediction of the output.

Another interesting feature of the FX-decon process pointed out by Spitz 1991 involves the relationships of the response of a dip at one frequency to that at another frequency. In Figure 1, a single dipping event is shown in time and after Fourier transformation of the time axis. It can be seen that the events are periodic both in frequency and in space. The periodicity at low frequency may be used to predict the shape of the higher frequency components and may be used to guide interpolation of events that are aliased in the high frequency components, but not aliased at low frequencies.

 
sdip
sdip
Figure 1
A single dip in the time domain and in the Fourier domain. The real part after Fourier transformation in time is shown.
view burn build edit restore


previous up next print clean
Next: TWO-D DECONVOLUTION FILTERING Up: Abma: Lateral prediction Previous: Introduction
Stanford Exploration Project
11/17/1997