Next: PREDICTION-ERROR FILTER OUTPUT IS
Up: Multidimensional autoregression
Previous: SOURCE WAVEFORM, MULTIPLE REFLECTIONS
Given yt and yt-1, you might like to predict yt+1.
The prediction could be a scaled sum or difference
of yt and yt-1.
This is called ``autoregression''
because a signal is regressed on itself.
To find the scale factors you would optimize the fitting goal below,
for the prediction filter (f1,f2):
| ![\begin{displaymath}
\bold 0
\quad \approx \quad
\bold r \eq
\left[
\begin{array...
..._2 \\
y_3 \\
y_4 \\
y_5 \\
y_6 \end{array} \right] \end{displaymath}](img20.gif) |
(9) |
(In practice, of course the system of equations would be
much taller, and perhaps somewhat wider.)
A typical row in the matrix (9)
says that
hence the description of f as a ``prediction'' filter.
The error in the prediction is simply the residual.
Define the residual to have opposite polarity
and merge the column vector into the matrix, so you get
| ![\begin{displaymath}
\left[
\begin{array}
{c}
0 \\
0 \\
0 \\
0 \\
0...
...
\begin{array}
{c}
1 \\
-f_1 \\
-f_2 \end{array} \right]\end{displaymath}](img22.gif) |
(10) |
which is a standard form for autoregressions and prediction error.
Multiple reflections
are predictable.
It is the unpredictable part of a signal,
the prediction residual,
that contains the primary information.
The output of the filter
(1,-f1, -f2) = (a0, a1, a2)
is the unpredictable part of the input.
This filter is a simple example of
a ``prediction-error'' (PE) filter.
It is one member of a family of filters called ``error filters.''
The error-filter family are filters with one coefficient constrained
to be unity and various other coefficients constrained to be zero.
Otherwise, the filter coefficients are chosen to have minimum power output.
Names for various error filters follow:
prediction-error (PE) filter
gapped PE filter with a gap
interpolation-error (IE) filter
Next: PREDICTION-ERROR FILTER OUTPUT IS
Up: Multidimensional autoregression
Previous: SOURCE WAVEFORM, MULTIPLE REFLECTIONS
Stanford Exploration Project
12/15/2000