dwt_cpp {simts} | R Documentation |
Discrete Wavelet Transform
Description
Calculation of the coefficients for the discrete wavelet transformation.
Usage
dwt_cpp(x, filter_name, nlevels, boundary, brickwall)
Arguments
x |
A |
filter_name |
A |
nlevels |
An |
boundary |
A |
brickwall |
A |
Details
Performs a level J decomposition of the time series using the pyramid algorithm
Value
y A field<vec>
that contains the wavelet coefficients for each decomposition level
Author(s)
JJB
[Package simts version 0.2.2 Index]