FilterOfOrder(signal)
FilterOfOrder()所属R语言包:signal
Filter of given order and specifications.
过滤器给定的顺序和规格。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
IIR filter specifications, including order, frequency cutoff, type, and possibly others.
IIR滤波器的规格,包括订单,截止频率,类型,以及其它可能的。
用法----------Usage----------
FilterOfOrder(n, Wc, type, ...)
参数----------Arguments----------
参数:n
filter order
滤波器的阶数
参数:Wc
cutoff frequency
截止频率
参数:type
filter type, normally one of "low", "high", "stop", or "pass"
过滤器类型,通常的"low","high","stop"或"pass"
参数:...
other filter description characteristics, possibly including Rp for dB of pass band ripple or Rs for dB of stop band ripple, depending on filter type (Chebyshev, etc.).
其他过滤器的描述特性,其中可能包括RpdB的通带纹波或RsdB的阻带纹波,根据过滤器类型(切比雪夫等)。
Details
详细信息----------Details----------
The filter is
该过滤器
值----------Value----------
A list of class FilterOfOrder with the following elements (repeats of the input arguments):
列表类FilterOfOrder包含下列元素(重复的输入参数):
参数:n
filter order
滤波器的阶数
参数:Wc
cutoff frequency
截止频率
参数:type
filter type, normally one of "low", "high", "stop", or "pass"
过滤器类型,通常的"low","high","stop"或"pass"
参数:...
other filter description characteristics, possibly including Rp for dB of pass band ripple or Rs for dB of stop band ripple, depending on filter type (Chebyshev, etc.).
其他过滤器的描述特性,其中可能包括RpdB的通带纹波或RsdB的阻带纹波,根据过滤器类型(切比雪夫等)。
(作者)----------Author(s)----------
Tom Short
参考文献----------References----------
参见----------See Also----------
filter, butter and buttord cheby1 and cheb1ord, and
filter,butter和buttordcheby1和cheb1ord,和
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|