wavMaxLevel {wmtsa} | R Documentation |
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")
n.sample |
the number of points in the original time series. Default: |
n.taps |
the length of the wavelet filter. Default: |
xform |
a character string denoting the transform type. Supported types
are |
an integer denoting the maximum decomposition level which contains more than one interior wavelet coefficient.
wavMaxLevel(n.taps=8, n.sample=1024, xform="modwt")