These objects are the matrix representation of a nondecimated wavelet packet object
这些对象的矩阵表示的一个nondecimated的小波包对象
用法----------Usage----------
## S3 method for class 'w2m':
print(x, maxbasis = 10, ...)
参数----------Arguments----------
参数:x
The w2m object to print
W2M对象来打印
参数:maxbasis
The maximum number of basis functions to report on
报告基函数的最大数目
参数:...
Other arguments
其他参数
Details
详细信息----------Details----------
Prints out information about a w2m object. This function gets called during makewpstRO, and so you can see its output in the example code in that help function
打印出一个W2M对象的信息。这个函数被调用在makewpstRO,所以你可以看到它的输出示例代码中的帮助功能中,
值----------Value----------
None
无
(作者)----------Author(s)----------
G P Nason
参见----------See Also----------
实例----------Examples----------
#[]
# See example in makewpstRO[例如,在makewpstRO]
#[]