Description Usage Arguments Value
Convert matrix to modwt class object
1 | class.modwt(B.modwt, J, wf, boundary)
|
B.modwt |
A matrix of modwt decomposition. |
J |
Specifies the depth of the decomposition. This must be a number less than or equal to log(length(x),2). |
wf |
Name of the wavelet filter to use in the decomposition. |
boundary |
Character string specifying the boundary condition. If boundary=="periodic" the default, then the vector you decompose is assumed to be periodic on its defined interval, if boundary=="reflection", the vector beyond its boundaries is assumed to be a symmetric reflection of itself. |
A class of "modwt" object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.