powered by
Interior wavelet coefficients are those not subject to circular filter operations. This function calculates the maximum level for a wavelet transform for which there exists at least one interior wavelet coefficient.
wavMaxLevel(n.taps=8, n.sample=1024, xform="modwt")
the number of points in the original time series. Default: 1024.
1024
the length of the wavelet filter. Default: 8.
8
a character string denoting the transform type. Supported types are "dwt", "dwpt", "modwt", and "modwpt". Default: "modwt".
"dwt"
"dwpt"
"modwt"
"modwpt"
an integer denoting the maximum decomposition level which contains more than one interior wavelet coefficient.
wavDWT, wavMODWT, wavDWPT.
wavDWT
wavMODWT
wavDWPT
# NOT RUN { wavMaxLevel(n.taps=8, n.sample=1024, xform="modwt") # }
Run the code above in your browser using DataLab