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

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

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

                                         Convolution
                                         卷积

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

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

A Matlab/Octave compatible convolution function that uses the Fast Fourier Transform.
的Matlab /倍频程兼容,采用快速傅立叶变换的卷积函数。


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


conv(x, y)



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

参数:x,y
numeric sequences to be convolved.  
数字序列被卷积。


Details

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

The inputs x and y are post padded with zeros as follows:
的输入x和y后用零填充如下:

ifft(fft(postpad(x, n) * fft(postpad(y, n))))
ifft(fft(postpad(x, n) * fft(postpad(y, n))))

where n = length(x) + length(y) - 1
其中n = length(x) + length(y) - 1


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

An array of length equal to length(x) + length(y) - 1. If x and y are polynomial coefficient vectors, conv returns the coefficients of the product polynomial.
长度等于length(x) + length(y) - 1的数组。如果x和y是多项式的系数向量,conv返回产品的多项式的系数。


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


Original Octave version by Paul Kienzle
<a href="mailto:pkienzle@user.sf.net">pkienzle@user.sf.net</a>. Conversion to R by Tom Short.



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



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

convolve, fft,
convolve,fft,


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


conv(c(1,2,3), c(1,2))
conv(c(1,2), c(1,2,3))
conv(c(1,-2), c(1,2))

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-5-22 15:01 , Processed in 0.028864 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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