sfmatch1d
(4.2-git)
index
user/lcasasan/Mmatch1d.c
1D Least-Sqaure Adaptive Matched-Filter for Multiple Suppression
Synopsis
sfmatch1d < in.rsf > out.rsf multiple=multiple.rsf w1=9 order=w1-2 w2=3 eps=0.01 verb=n transient=n method=
x = argmin || d - M x ||^2
The Program uses internal (icaf.c) or transient convolution (tcaf.c)
Parameters
float
eps=0.01
dumping parameter
string
method=
method to use (old,new)
string
multiple=
auxiliary input file name
int
order=w1-2
matchied-filter order
bool
transient=n
[y/n]
transient convolution [y/n]
bool
verb=n
[y/n]
int
w1=9
data window length along 1st dimentions (time/depth)
int
w2=3
data window length along 1st dimentions (time/depth)