modwt_cpp | R Documentation |
Calculation of the coefficients for the discrete wavelet transformation
modwt_cpp(x, filter_name, nlevels, boundary, brickwall)
x |
A |
filter_name |
A |
nlevels |
An |
boundary |
A |
brickwall |
A |
Performs a level J decomposition of the time series using the pyramid algorithm. Use this implementation to supply custom parameters instead of modwt(x), which serves as a wrapper function.
y A field<vec>
that contains the wavelet coefficients for each decomposition level
JJB
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.