b'\n \n \n
 
\n  
sfmatch1d (4.0)
index
user/lcasasan/Mmatch1d.c
\n 1D Least-Sqaure Adaptive Matched-Filter for Multiple Suppression \n

\n \n \n \n \n \n
 
\n Synopsis
       sfmatch1d < in.rsf > out.rsf multiple=multiple.rsf w1=9 order=w1-2 w2=3 eps=0.01 verb=n transient=n method=
\tx = argmin || d - M x ||^2
\n
\n\tThe Program uses internal (icaf.c) or transient convolution (tcaf.c)
\n\n

\n \n \n \n \n \n
 
\n Parameters
       \n \n \n
\n  
float eps=0.01
\tdumping parameter
\n
\n \n\n \n \n
\n  
string method=
\tmethod to use (old,new)
\n
\n \n\n \n \n
\n  
string multiple=
\tauxiliary input file name
\n
\n \n\n \n \n
\n  
int order=w1-2
\tmatchied-filter order
\n
\n \n\n \n \n
\n  
bool transient=n [y/n]
\ttransient convolution [y/n]
\n
\n \n\n \n \n
\n  
bool verb=n [y/n]
\t
\n
\n \n\n \n \n
\n  
int w1=9
\tdata window length along 1st dimentions (time/depth)
\n
\n \n\n \n \n
\n  
int w2=3
\tdata window length along 1st dimentions (time/depth)
\n
\n \n
'