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

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

[复制链接]
发表于 2012-9-29 20:43:17 | 显示全部楼层 |阅读模式
cwtpolar(Rwave)
cwtpolar()所属R语言包:Rwave

                                         Conversion to Polar Coordinates
                                         转换到极坐标

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

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

Converts one of the possible outputs of the function cwt to modulus and phase.
转换的可能的输出的函数cwt模量和相位之一。


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


cwtpolar(cwt, threshold=0)



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

参数:cwt
3D array containing the values of a continuous wavelet transform in the format (signal size x noctave x nvoice) as in the output of the function cwt with the logical flag twodimension set to FALSE.  
三维阵列,其中包含的值的连续小波变换中的格式(信号的大小xnoctavexnvoice)在输出的功能cwt与逻辑标志twodimension设置为FALSE。


参数:threshold
value of a level for the absolute value of the modulus below which  the value of the argument of the output is set to -pi.  </table>
弹性模量的绝对值的电平低于该输出的参数的值被设置成-pi的值。 </ TABLE>


Details

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

The output contains the (complex) values of the wavelet transform of the input signal. The format of the output can be
输出包含(复杂)的小波变换的输入信号的值。的输出的格式可以

2D array (signal size x nb\_scales)
2D阵列(信号大小xNB \ _scales)

3D array (signal size x noctave x nvoice)
三维数组(信号的大小xnoctave的xnvoice)


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

Modulus and Argument of the values of the continuous wavelet transform
连续小波变换模量和参数的值


参数:output1
3D array giving the values (in the same format as the input) of the modulus of the input.  
三维阵列发出的弹性模量的输入值(在相同的格式的输入)。


参数:output2
3D array giving the values of the argument of the input.  </table>
3D阵列提供的输入参数的值。 </ TABLE>


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



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

cwt, DOG, cwtimage.
cwt,DOG,cwtimage。


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


    x <- 1:512
    chirp <- sin(2*pi * (x + 0.002 * (x-256)^2 ) / 16)
    retChirp <- cwt(chirp, noctave=5, nvoice=12, twoD=FALSE, plot=FALSE)
    retPolar <- cwtpolar(retChirp)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-28 14:28 , Processed in 0.039638 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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