VELOCITY.SEISN(RSEIS)
VELOCITY.SEISN()所属R语言包:RSEIS
Velocity Seismogram
速度地震图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Removes seismic instrument response and corrects for sensitivity of seismoc instrument, returning units of m/s rather than volts.
删除地震仪器的响应和纠正seismoc仪器的灵敏度,回到单位米/秒,而不是伏。
用法----------Usage----------
VELOCITY.SEISN(TH, sel = 1:length(TH$JSTR), inst = 1, Kal = Kal,waterlevel = 1e-08, FILT = list(ON = FALSE, fl = 1/30, fh = 7, type = "HP", proto = "BU"))
参数----------Arguments----------
参数:TH
list structure of seismic traces
列表构造的地震痕迹
参数:sel
select which tracesin list to deconvolve
选择tracesin列表反卷积
参数:inst
index to instrument in Kal list for calibration and instrument response
指数在卡尔的工具列表中的校准和仪器响应
参数:Kal
list of instrument responses
仪器响应列表
参数:waterlevel
waterlevel for low frequency division
waterlevel低频分
参数:FILT
filter output, after instrumentation
滤波器的输出后,仪表
Details
详细信息----------Details----------
Instrument responses are lists of poles and zeros for each instrument defined.
仪器响应的极点和零点定义为每个仪器的列表。
值----------Value----------
Same as input list with new traces representing velocity versus volts
同新的痕迹,代表速度与伏的输入列表
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees@unc.edu>
参见----------See Also----------
DISPLACE.SEISN, deconinst
DISPLACE.SEISN,deconinst
实例----------Examples----------
## Not run: [#不运行:]
Kal = PreSet.Instr()
Majorevent = 250+8/24+2250/(24*3600)
at1 = Majorevent - 1/24
at2 = Majorevent + 1/24
TH = Mine.seis(at1, at2, DB99, NULL, NULL , kind = 1, Iendian=1, BIGLONG=FALSE, CHOP=TRUE, verbose=FALSE)
inst = rep(0, length(TH$STNS))
inst[TH$COMPS
inst[TH$STNS=="krm2" & TH$COMPS
inst[TH$STNS=="krm0" & TH$COMPS
VH = VELOCITY.SEISN(TH, sel = 1:length(TH$JSTR), inst = 1, Kal = Kal, FILT = list(ON = FALSE, fl = 1/30, fh = 7, type = "HP", proto = "BU"))
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|