找回密码
 注册
查看: 518|回复: 0

R语言 signal包 impz()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-30 02:09:53 | 显示全部楼层 |阅读模式
impz(signal)
impz()所属R语言包:signal

                                         Impulse-response characteristics
                                         脉冲响应特性

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Impulse-response characteristics of a discrete filter.
的离散滤波器的脉冲响应特性。


用法----------Usage----------


## Default S3 method:[默认方法]
impz(filt, a = 1, n = NULL, Fs = 1, ...)

## S3 method for class 'Arma'
impz(filt, ...)

## S3 method for class 'Ma'
impz(filt, ...)

## S3 method for class 'impz'
plot(x, xlab = "Time, msec", ylab = "", type = "l",
    main = "Impulse response", ...)

## S3 method for class 'impz'
print(x, xlab = "Time, msec", ylab = "", type = "l",
    main = "Impulse response", ...)



参数----------Arguments----------

参数:filt
for the default case, the moving-average coefficients of an ARMA model or filter. Generically, filt specifies an arbitrary model or filter operation.
默认情况下,移动平均系数ARMA模型或过滤器。一般地,filt指定的的任意模型或过滤器的操作。


参数:a
the autoregressive (recursive) coefficients of an ARMA filter.  
自回归系数(递归)的ARMA过滤器。


参数:n
number of points at which to evaluate the frequency response.  
在该点,以评估的频率响应的数目。


参数:Fs
sampling frequency in Hz. If not specified, the frequencies are in per unit.  
采样频率(Hz)。如果没有指定,频率的单位。


参数:...
for methods of impz, arguments are passed to the default method. For plot.impz, additional arguments are passed through to plot.  
的方法中的impz,参数传递给默认的方法。对于plot.impz,额外的参数被传递到plot。


参数:x
object to be plotted.  
要绘制的对象。


参数:xlab,ylab,main
axis labels anmd main title with sensible defaults.
轴的标签anmd主标题合理的默认值。


参数:type
as in plot, uses lines to connect the points
在plot,使用线连接点


Details

详细信息----------Details----------

When results of impz are printed, the impulse response will be plotted. As with lattice plots, automatic printing does not work inside loops and function calls, so explicit calls to print or plot are needed there.
当结果impz打印,将被绘制的脉冲响应。 lattice图,自动打印不工作的内循环和函数调用,调用print或plot都需要有这样明确的。


值----------Value----------

For impz, a list of class impz with items:
对于impz,类impz项目的列表:


参数:x
impulse response signal.  
脉冲响应信号。


参数:t
time.
时间。


(作者)----------Author(s)----------


Original Octave version by Kurt Hornik and John W. Eaton.
Conversion to R by Tom Short.



参考文献----------References----------




参见----------See Also----------

filter, freqz, zplane
filter,freqz,zplane


实例----------Examples----------


bt <- butter(5, 0.3)
impz(bt)
impz(ellip(5, 0.5, 30, 0.3))

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-5-23 01:47 , Processed in 0.089170 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表