Learn R Programming

RSEIS (version 3.3-3)

DECIMATE.SEISN: Decimate a set of traces

Description

Decimate, or reduce the sample rate of a set of traces stored in RSEIS format

Usage

DECIMATE.SEISN(TH, sel=1:length(TH$JSTR), dec=5 , type="LP", proto="C1" , fl=2,  fh=10)

Arguments

TH
RSEIS list
sel
numeric, which traces to select
dec
numeric, number of samples to skip
type
type of filter (see butfilt)
proto
filter proto type
fl
low pass frequency cut off
fh
high pass frequency cut off

Value

  • an RSEIS list.

Details

Reduces the number of samples by skipping every "dec" sample. A filter is applied prior to decimation.

See Also

butfilt