tung.pulse(RSEIS)
tung.pulse()所属R语言包:RSEIS
Volcanic Pulse Analysis
火山动向分析
译者:生物统计家园网 机器人LoveR
描述----------Description----------
given a seiries of pulses, do analysis on each one
在每一个给定的脉冲seiries,做分析
用法----------Usage----------
tung.pulse(r, q, dt)
参数----------Arguments----------
参数:r
x-coordinates
x坐标
参数:q
y-coordinates
y坐标
参数:dt
deltat, sample interval
DeltaT的单位,采样间隔
Details
详细信息----------Details----------
Calculates, min, max of edges and center, then models the pulse with a triangular pulse and integegrates.
计算,最小值,最大值,边缘和中心,然后模拟的脉冲与一个三角波和integegrates,的。
值----------Value----------
vector=c(Ex[1], Ex[2], Ey[1], Ey[2], Cx, Cy, ar2, DefInt[1], DefInt[2], sum0) where:
向量= C(实施例[1],实施例[2],Ey的[1],Ey的[2],CX,CY,AR2,DefInt [1],DefInt [2],sum0)其中:
参数:Ex
left minimum
左最低
参数:Ey
right minimum
合适的最小
参数: Cx, Cy
center (max?)
中心(最大?)
参数:ar2
area of triangle
三角形面积的
参数:DefInt[1]
integral under curve
整体曲线下
参数:DefInt[2]
integral under curve ( bottom triangle removed)
整体曲线下(底部三角形删除)
参数: sum0
RMS amplitude
RMS振幅
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees.edu>
参见----------See Also----------
peaks
峰
实例----------Examples----------
## Not run: [#不运行:]
data(CE1)
ex = CE1$x[CE1$x>5.453291 &CE1$x< 5.507338]
why = CE1$y[CE1$x>5.453291 &CE1$x< 5.507338]
plot(ex, why, type='l')
tung.pulse(ex, why, CE1$dt)
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|