modwt | R Documentation |
Maximum Overlap Discrete Wavelet Transform
Calculation of the coefficients for the discrete wavelet transformation
modwt(x, nlevels = floor(log2(length(x))), filter = "haar",
boundary = "periodic", bw = TRUE)
x |
A |
nlevels |
A |
filter |
A |
boundary |
A |
bw |
A |
Performs a level J
decomposition of the time series using the pyramid algorithm.
The default J
is determined by floor\left(log_2 \left(length\left(x\right)\right)\right)
y A field<vec>
that contains the wavelet coefficients for each decomposition level
JJB
set.seed(999)
x = rnorm(100)
a = modwt(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.