DECIMATE.SEISN(RSEIS)
DECIMATE.SEISN()所属R语言包:RSEIS
Decimate a set of traces
抽取一组的痕迹
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Decimate, or reduce the sample rate of a set of traces stored in RSEIS format
消灭或减少RSEIS格式中存储的一组痕迹的采样率
用法----------Usage----------
DECIMATE.SEISN(TH, sel=1:length(TH$JSTR), dec=5 , type="LP", proto="C1" , fl=2, fh=10)
参数----------Arguments----------
参数:TH
RSEIS list
RSEIS列表
参数:sel
numeric, which traces to select
数字,它跟踪选择
参数:dec
numeric, number of samples to skip
数值,数样品跳到
参数:type
type of filter (see butfilt)
类型的过滤器(见butfilt)
参数:proto
filter proto type
过滤器原型
参数:fl
low pass frequency cut off
低通频率切断
参数:fh
high pass frequency cut off
高通频率切断
Details
详细信息----------Details----------
Reduces the number of samples by skipping every "dec" sample. A filter is applied prior to decimation.
降低通过跳过所有“分解”的样本的样本数量。过滤器之前抽取。
值----------Value----------
an RSEIS list.
列表的RSEIS。
注意----------Note----------
The dt, n and t2 are modified in info.
n和T2的DT,被修改的信息。
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees@unc.edu>
参见----------See Also----------
butfilt
butfilt
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|