Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

FILT.SEISN

Filter Traces


Description

Filter Traces in a seismic structure

Usage

FILT.SEISN(TH, sel = 1:length(TH$JSTR),
FILT = list(ON = TRUE, fl = 0.5, fh = 7, type = "HP",
 proto = "BU", RM=FALSE, zp=TRUE ), TAPER = 0.1, POSTTAPER = 0.1)

Arguments

TH

Seismic structure

sel

selection of traces

FILT

filter definition

TAPER

filter taper

POSTTAPER

taper after filter

Details

Seismic structure

Value

Seismic structure

Author(s)

Jonathan M. Lees<jonathan.lees.edu>

See Also

butfilt

Examples

##   Fdef = choosfilt()
Fdef  <-  list(ON=FALSE, fl=0.5, fh=7.0, type="BP", proto="BU", RM=FALSE, zp=TRUE )
data("GH")
sel <-  which(GH$COMPS=="V")

sel  <-  1:3
 KF  <-  FILT.SEISN(GH, sel = sel, FILT=Fdef)
swig(KF, sel=sel, SHOWONLY=0)

RSEIS

Seismic Time Series Analysis Tools

v3.9-3
GPL (>= 2)
Authors
Jonathan M. Lees [aut, cre], Jake Anderson [ctb], Leonard Lisapaly [ctb], Dave Harris [aut, cph]
Initial release
2020-08-25

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.