Maximum Overlap Discrete Wavelet Transform
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
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.