 |
 |
 |
 | Fast log-decon with a quasi-Newton solver |  |
![[pdf]](icons/pdf.png) |
Next: The fast L-BFGS method
Up: Two solvers
Previous: Two solvers
The steepest descent method requires the computation of the gradient.
The model space is a vector of filter coefficients
.
Claerbout shows that the gradient
of the sparse log-decon method
corresponds to the crosscorrelation of the residual (the reflectivity series)
with the soft-clipped residual (see Claerbout et al. (2012) for
a generalization with a variable gain). The pseudo-code below
shows the steepest descent algorithm.
Once
is estimated, we obtain the wavelet
and the sparse
decon output
, where
is the Fourier transformed
input data.
2012-10-29