choosfilt(RSEIS)
choosfilt()所属R语言包:RSEIS
INteractive CHoice of Filter
互动选择的过滤器
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Choose Butterworth filter from a selection
选择“巴特沃斯滤波器的选择
用法----------Usage----------
choosfilt(thefilts = thefilts, ncol = 5)
参数----------Arguments----------
参数:thefilts
list of filter parameters
的滤波器参数的列表
参数:ncol
number of columns
的列数
Details
详细信息----------Details----------
Used for interactive choices in swig. See example below.
用于交互选择痛饮。见下面的例子。
值----------Value----------
filter parameter list:
过滤器参数表:
参数:ON
logical, TRUE=filter is on
逻辑,TRUE =过滤器
参数:fl
low frequency cut-off
低频截止
参数:fh
high frequency cut-off
高频截止
参数:type
type of filter, one of c("LP", "HP","BP" ,"BR" )
类型的过滤器,1的c(“LP”,“HP”,“BP”,“BR”)
参数:proto
prototype, c("BU", "BE" , "C1" ,"C2")
原型时,c(“BU”,“BE”,“C1”,“C2”)
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees.edu>
参见----------See Also----------
butfilt, RPMG
butfilt,RPMG
实例----------Examples----------
thefilts =
list(flo=
c(0.02, 0.02, 0.02, 0.02, 0.02, 0.02,
0.02, 0.02, 0.02, 0.02, 0.02, 0.02,
0.02,
1/2, 1/50,1/100, 1/100,1,1,
0.2, 15, 5, 2,1,
100),
fhi=
c(1/10, 1/6, 1/5, 1/4, 1/3, 1/2,
0.2, 0.5, 1.0, 2.0, 3.0, 4.0,
7.0,
8, 1/2.0,1/5.0,1/10.0,10,5,
7.0, 100, 100, 100,10,
100),
type =
c("LP","LP", "LP", "LP", "LP", "LP",
"LP","LP", "LP", "LP", "LP", "LP",
"LP",
"BP", "BP","BP","BP","BP","BP",
"HP", "HP","HP", "HP","HP",
"None"))
choosfilt(thefilts = thefilts, ncol = 5)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|