pickit(RSEIS)
pickit()所属R语言包:RSEIS
Automatic Picking Algorithm
自动拾取算法
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Automatic Picking Algorithm
自动拾取算法
用法----------Usage----------
pickit(ay, deltat = 0.008, MED = 225, FRWD = 8, BKWD = 8, sbef = 1, saft = 6, thresh = 2, Tthresh2 = 7, stretch = 1000, flo = 0.1, fhi = 5, Kmin = 7, dthresh = 0.01, threshbot = 1.01)
参数----------Arguments----------
参数:ay
signal
信号
参数:deltat
sample rate
采样率
参数:MED
use median smoothing?
使用中值平滑?
参数:FRWD
forward window, s
向前窗口,S
参数:BKWD
backward window
落后的窗口
参数:sbef
seconds before
秒前
参数:saft
seconds after
秒后
参数:thresh
threshold 1
阈值1
参数:Tthresh2
threshold 2
阈值2
参数:stretch
stretch factor
伸展因素
参数:flo
low frequency for BP filter
BP过滤器的低频率
参数:fhi
low frequency for BP filter
BP过滤器的低频率
参数:Kmin
min number of picks per window
分钟的每个窗口精选
参数:dthresh
delta threshold
Delta阈值
参数:threshbot
threshold bottom limit
阈值下限
Details
详细信息----------Details----------
used internally. This code uses several methods for getting best pick.
在内部使用。此代码使用几种方法来获得最好的选择。
值----------Value----------
list(RAT=A$rat, x=x, ay=ay, fy=fy, deltat=deltat, J=J$J , Z=Z, a1=a1, a2=a2, thresh=thresh, Tthresh2=Tthresh2, Kmin=Kmin)
列表(RAT = A $鼠,X = X,AY = AY,FY = FY,则DeltaT = DeltaT的单位,J = J $ J,Z = Z,A1 = A1,A2 = A2,阈值=阈值,Tthresh2 = Tthresh2, KMIN = KMIN)
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees.edu>
参见----------See Also----------
ETECTG
ETECTG
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|