PSTLTcurve(RSEIS)
PSTLTcurve()所属R语言包:RSEIS
Short Term/Long Term curve
短期/术语曲线
译者:生物统计家园网 机器人LoveR
描述----------Description----------
ST/LT ratio curve for sutomated picking routines
ST / LT比曲线sutomated采摘程序
用法----------Usage----------
PSTLTcurve(y, dt = 0.008, fwlen = 125, bwlen = 125, perc = 0.05, stretch = 1000, MED = 255, PLOT = FALSE)
参数----------Arguments----------
参数:y
signal
信号
参数:dt
deltaT (s)
DeltaT的(S)
参数:fwlen
forward window
向前窗口
参数:bwlen
backward window
落后的窗口
参数:perc
percent cut-off
%截止
参数:stretch
stretch curve
拉伸曲线
参数:MED
Median smoothing parameter
中位数平滑参数
参数:PLOT
logical, TRUE=PLOT
逻辑,TRUE = PLOT
值----------Value----------
list(flag=1, ind=ix, eye=eye, mix=mix, SNR=SNR, s2=s2, rat=therat)
列表(标志= 1,IND = IX,眼眼,混合组合,SNR = SNR,S2 = S2,大鼠therat)
参数:flag
flag on success
成功的标志
参数:ind
index of pick estimate 1
指数的选秀权估计1
参数:eye
index of pick estimate 2
挑估计指数2
参数:mix
index of pick estimate 3
挑估计指数3
参数:SNR
Signal/Noise ratio
信号/噪声比
参数:s2
sum squared
平方和
参数:rat
ratio curve
比曲线
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees.edu>
实例----------Examples----------
require(stats)
data(CE1)
plot(CE1$x, CE1$y, type='l')
z = CE1$y[ CE1$x>5.352622 & CE1$x<5.589836]
PSTLTcurve(z, dt = CE1$dt, fwlen = 125, bwlen = 125, perc = 0.05,
stretch = 1000, MED = 255, PLOT = FALSE)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|