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

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

[复制链接]
发表于 2012-10-1 18:16:21 | 显示全部楼层 |阅读模式
rfft(wavethresh)
rfft()所属R语言包:wavethresh

                                        Real Fast Fourier transform
                                         真正的快速傅立叶变换

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

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

Compute a real Fast Fourier transform of x.
计算一个真正的快速傅立叶变换的x。


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


rfft(x)



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

参数:x
The vector whose Fourier transform you wish to take
向量,其傅立叶变换你想采取


Details

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

Given a vector x this function computes the real continuous Fourier transform of x, i.e. it regards x as points on a periodic function on [0,1] starting at 0, and finding the coefficients of the functions 1, sqrt(2) cos(2 pi t), sqrt(2) sin(2 pi t), etc. that gives the expansion of the interpolant of x. The number of terms in the expansion  is the length of x. If x is of even length, the last coefficient will be that of a cosine term with no matching sine.
给定的向量x的函数计算真正的连续x,即它对于x点上一个周期函数在[0,1]从0开始,并找到的系数的函数的傅里叶变换1,sqrt(2) cos(2 pi t),sqrt(2) sin(2 pi t)“等,使插值的x的扩展。在扩展方面的x的长度。如果x是偶数长度,最后的系数将是一个没有匹配的正弦余弦项。


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

Returns the Fourier coefficients
返回的傅立叶系数


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


Bernard Silverman



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

LocalSpec.wd,
LocalSpec.wd,


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


x <- seq(from=0, to=2*pi, length=150)
s1 <- sin(10*x)
s2 <- sin(7*x)
s <- s1 + s2
w <- rfft(s)
## Not run: ts.plot(w)[#不运行:ts.plot(W)]
#[]
# Should see two peaks, corresponding to the two sines at different frequencies[应该看到两个峰,对应于在不同的频率的两个正弦]
#[]

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-25 12:53 , Processed in 0.022029 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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