zplane(signal)
zplane()所属R语言包:signal
Pole-zero plot
零极点图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plot the poles and zeros of a model or filter.
绘制的模型或过滤器的极点和零点。
用法----------Usage----------
## Default S3 method:[默认方法]
zplane(filt, a, ...)
## S3 method for class 'Arma'
zplane(filt, ...)
## S3 method for class 'Ma'
zplane(filt, ...)
## S3 method for class 'Zpg'
zplane(filt, ...)
参数----------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过滤器。
参数:...
Additional arguments passed to plot.
额外的参数传递给plot。
Details
详细信息----------Details----------
Poles are marked with an "x", and zeros are marked with an "o".
的波兰人都标有一个“x”,和,零标有一个“O”。
值----------Value----------
No value is returned.
无返回值。
(作者)----------Author(s)----------
Tom Short
参考文献----------References----------
参见----------See Also----------
Arma, freqz
Arma,freqz
实例----------Examples----------
filt <- ellip(5, 0.5, 20, .2)
zplane(filt)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|