drawwp.default(wavethresh)
drawwp.default()所属R语言包:wavethresh
Subsidiary routine that actually computes wavelet packet values
附属公司的日常实际计算小波包值
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Function computes the values of a given wavelet packet on a discrete grid.
函数计算的值离散网格上的一个给定的小波分组。
用法----------Usage----------
drawwp.default(level, index, filter.number = 10, family = "DaubLeAsymm",
resolution = 64 * 2^level)
参数----------Arguments----------
参数:level
The resolution level of the packet you want
包你想要的分辨率级别的
参数:index
The packet index of the packet you want
你想要的数据包的数据包索引
参数:filter.number
The type of wavelet you want, see filter.select
你想要的类型小波,看到filter.select
参数:family
The family of wavelet you want, see filter.select
家庭的小波你想要的,filter.select
参数:resolution
The number of ordinates at which you want the wavelet packet
数坐标上,你要的小波包
Details
详细信息----------Details----------
Function works by computing a wavelet packet transform of a zero vector. Then inserting a single one somewhere in the desired packet, and then inverts the transform.
功能,通过计算小波包变换的零向量。然后插入一个单一的一个所需的分组中的某个地方,然后反转变换。
值----------Value----------
A vector containing the "y" values of the required wavelet packet.
一个向量,包含所需的小波包的“y”值。
(作者)----------Author(s)----------
G P Nason
参见----------See Also----------
draw.wp,InvBasis, nlevels, putpacket,
draw.wp,InvBasis,nlevels,putpacket,
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|