doGABOR.MTM(RSEIS)
doGABOR.MTM()所属R语言包:RSEIS
Evolutive MTM Spectrum
进化的MTM谱
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Time varying Auto-Regressive Spectrum (Gabor Transform) using MTM. This is a driver for MTMgabor.
时变自回归谱(Gabor变换)MTM。这是的驱动程序MTMgabor。
用法----------Usage----------
doGABOR.MTM(Xamp, DT = 0.008, ppoint=95 , multi = 1, scale.def = 0, TWIN = 2, TSKIP = 0.2, PCTTAP = 0.05, PLOT=TRUE)
参数----------Arguments----------
参数:Xamp
signal
信号
参数:DT
sample rate interval (s)
采样率间隔(秒)
参数:ppoint
percent confidence for F-test (default=95)
F-试验(默认值= 95%的置信)
参数:multi
Multiples of time window estimate
倍数的时间窗口估计
参数:scale.def
scaling flag for plotting (0=raw, 1=log, 2=sqrt)
绘制缩放标志(0 =原,log,1 = 2 = SQRT)
参数:TWIN
time for window
时间窗口
参数:TSKIP
time for skip
时间跳
参数:PCTTAP
percent of taper to apply to individual windows
%的锥度,以适用于个别的Windows
参数:PLOT
logical, TRUE=plot to device
逻辑,TRUE =图设备
Details
详细信息----------Details----------
This is a spectrogram function similar to the Gabor Transform but uses the MTM (multi-taper method) for spectrum estimation. This is a non-interactive version of MTM.drive.
这是一个类似的Gabor变换的频谱功能,但使用的MTM谱估计(多锥法)。这是一个非交互式版本MTM.drive,。
值----------Value----------
list output of MTMgabor:
列表输出的MTMgabor:
参数:sig
input signal
输入信号
参数:dt
deltat
DeltaT的
参数:numfreqs
Number of frequencies output
频率输出的数量
参数:wpars
input parameters list(Nfft=numfreqs, Ns=Ns, Nov=Nov, fl=fl, fh=fh)
输入参数列表(NFFT = numfreqs,NS = NS,2011年11月,FL = FL,FH = FH)
参数:DSPEC
spectrum image
光谱图像
参数:HIMAT
matrix with high values of F-test at 90 percent confidence
在90%的置信度矩阵的F-试验的高值
参数:DOFMAT
Matrix image of degrees of freedom
自由度的矩阵图像
参数:FVMAT
Matrix image of F-test values
F-检验值的矩阵图像
参数:kdof
test degrees of freedom=2*nwin-2
测试的自由度= 2 * NWIN -2
参数:ppoint
percentage point for confidence bounds
个百分点的置信区间
参数:freqs
output frequencies (y axis)
输出频率(y轴)
参数:tims
output times (x-axis)
输出时间(x-轴)
注意----------Note----------
The main difference between this and other similar calls is the way the windows are determined.
这个和其他类似的检测之间的主要区别是确定窗口的方式。
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees@unc.edu>
参考文献----------References----------
stand-alone C-subroutine, Computers \& Geology, 21(2), 199-236.
Physical Applications,Cambridge University Press, Cambridge, 583p.
参见----------See Also----------
MTMgabor, evolfft, evolMTM, MTM.drive, GETARAIC, doGABOR.AR, DOsgram
MTMgabor,evolfft,evolMTM,MTM.drive,GETARAIC,doGABOR.AR,DOsgram
实例----------Examples----------
data(KH)
### swig(KH)[##痛饮(KH)]
Xamp = KH$JSTR[[1]]
Xamp = Xamp[57914:72989]
EV = doGABOR.MTM(Xamp, DT = KH$dt[1], multi = 1, scale.def = 0, TWIN = 2, TSKIP = 0.2, PCTTAP = 0.05)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|