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

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

[复制链接]
发表于 2012-10-1 22:53:20 | 显示全部楼层 |阅读模式
wavDictionary(wmtsa)
wavDictionary()所属R语言包:wmtsa

                                        Constructor function for objects of class wavDictionary
                                         对象的构造函数的类wavDictionary

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

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

Packs input information regarding a discrete wavelet transform
关于离散小波变换的包输入信息


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


    attr.x, n.levels, boundary, conv, filters,



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

参数:wavelet
a character string denoting the type of wavelet used in the transform.
一个字符的字符串表示的类型的小波变换中使用。


参数:dual
a logical value. If TRUE, it signifies that a dual transform was performed.
一个逻辑值。如果TRUE,它表示一个双变换进行。


参数:decimate
a logical value. If TRUE, it signifies that a decimated transform was performed.
一个逻辑值。如果TRUE,它表示进行抽取的转换。


参数:n.sample
an integer representing the number of samples in the original time series.
一个整数,代表原来的时间序列中的样本数。


参数:attr.x
a list of additional (arbitrary) attributes to append onto the output object.
额外的属性(任意)的列表追加到输出对象。


参数:n.levels
an integer denoting the number of decomposition levels.
一个整数,表示的分解级别的数目。


参数:boundary
a character string denoting the boundary extension type used in transform. Supported values are "zero", "periodic", "reflection", and "continue".
一个字符串,表示在变换的边界扩展型。支持的值是"zero","periodic","reflection"和"continue"。


参数:conv
a logical value. If TRUE, it signifies that a convolution style transform was performed (as opposed to correlation style).
一个逻辑值。如果TRUE,它表明一个的卷积风格变换进行(而不是相关的风格)。


参数:filters
a list of vectors named "scaling" and "wavelet" containing the scaling and wavelet filter coefficients, respectively.
的列表的向量命名为"scaling"和"wavelet"含有的缩放和小波滤波器系数分别。


参数:fast
a logical value. If TRUE, it signifies that a fast pyramidal scheme was  used to develop the decimated transform as opposed to calculating the transform coefficients via an explicit matrix multiplication of the wavelet transform matrix and the original time series.
一个逻辑值。如果TRUE,它标志着一个快速的金字塔计划是用于开发的抽取转换,而不是计算的变换系数通过显式的小波变换矩阵的矩阵乘法和原始时间序列。


参数:is.complex
a logical value. If TRUE, it signifies the transform was complex-valued.
一个逻辑值。如果TRUE,它标志着变换是复杂的值。


Details

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

Used internally by the wavMODWT and wavDWT functions to package the transform contents into a dictionary list.
内部使用wavMODWT和wavDWT函数,打包转换到一个字典列表中的内容。


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

an object of class wavDictionary.
对象类wavDictionary。


S3方法----------S3 METHODS----------

  


print print the dictionary.
打印打印的字典。

Usage: print(x)
用途:打印(X)

  



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


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


## create a faux wavelet dictionary [#创建一个虚假的小波字典]
wavelet <- "s8"
wavDictionary(wavelet=wavelet, dual=FALSE,
    decimate=FALSE, n.sample=1024,
    attr.x=NULL, n.levels=3,
    boundary="periodic", conv=TRUE,
    filters=wavDaubechies(wavelet),
    fast=TRUE, is.complex=FALSE)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-25 01:27 , Processed in 0.021175 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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