MTMdisp(RSEIS)
MTMdisp()所属R语言包:RSEIS
MTMdisp
MTMdisp
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Display MTM displacement spectrum.
显示MTM位移谱。
用法----------Usage----------
MTMdisp(a, f1 = f1, f2 = f2, len2 = 1024, PLOT = FALSE)
参数----------Arguments----------
参数:a
seismic velocity trace, as a ts structure (list(y=trace, dt=sample rate)
地震波速度跟踪,为TS结构(列表(Y =跟踪,DT =采样率)
参数:f1
low frequency
低频
参数:f2
high frequency
高频
参数:len2
length of fft
FFT长度
参数:PLOT
logical, TRUE=plot
逻辑,TRUE =图
Details
详细信息----------Details----------
Uses Multi-taper estimate of spectrum and divides the spectrum by 1/(2*pi*f) to get integration of velocity seismogram.
使用多锥度的估计频谱和频谱分割,由1 /(2 *π* f)向得到的速度地震记录的集成。
值----------Value----------
Returns displacement spectrum. Graphical Side effect.
返回位移谱。图形化的副作用。
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees.edu>
参考文献----------References----------
<h3>See Also</h3>
实例----------Examples----------
data(CE1)
xvel = list(y=CE1$y[CE1$x>5.443754 & CE1$x<5.615951], dt=CE1$dt)
len2 = next2(length(xvel$y))
Spec =MTMdisp(xvel, f1=.01, f2=25, len2=len2, PLOT=FALSE )
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|