dwt.3d(waveslim)
dwt.3d()所属R语言包:waveslim
Three Dimensional Separable Discrete Wavelet Transform
三维可分离离散小波变换
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Three-dimensional separable discrete wavelet transform (DWT).
三维可分离离散小波变换(DWT)。
用法----------Usage----------
dwt.3d(x, wf, J=4, boundary="periodic")
idwt.3d(y)
参数----------Arguments----------
参数:x
input array
输入数组
参数:wf
name of the wavelet filter to use in the decomposition
的小波滤波器的名称使用在分解
参数:J
depth of the decomposition, must be a number less than or equal to log(min{Z,Y,Z},2)
深度的分解,必须是一个数小于或等于log(min{Z,Y,Z},2)
参数:boundary
only "periodic" is currently implemented
只"periodic"目前已实施
参数:y
an object of class dwt.3d
一个对象的类dwt.3d
(作者)----------Author(s)----------
B. Whitcher
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|