powered by
Taper traces in a seismic structure using a cosine function on the ends.
TAPER.SEISN(TH, sel = 1:length(TH$JSTR), TAPER = 0.1 )
Seismic structure
selection of traces
filter taper, percent cosine taper
Jonathan M. Lees<jonathan.lees.edu>
butfilt
data("GH") sel <- which(GH$COMPS=="V") sel <- 1:3 KF <- TAPER.SEISN(GH, sel = sel, TAPER=0.1) swig(KF, sel=sel, SHOWONLY=0)
Run the code above in your browser using DataLab