DECIMATE.SEISN: Decimate a set of traces
Description
Decimate, or reduce the sample rate of
a set of traces stored in RSEIS formatUsage
DECIMATE.SEISN(TH, sel=1:length(TH$JSTR), dec=5 , type="LP", proto="C1" , fl=2, fh=10)
Arguments
sel
numeric, which traces to select
dec
numeric, number of samples to skip
type
type of filter (see butfilt)
fl
low pass frequency cut off
fh
high pass frequency cut off
Details
Reduces the number of samples by skipping every "dec"
sample. A filter is applied prior to decimation.