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: 1024 . |
n.taps |
the length of the wavelet filter. Default: 8 . |
xform |
a character string denoting the transform type. Supported types
are "dwt" , "dwpt" , "modwt" , and "modwpt" . Default: "modwt" . |
an integer denoting the maximum decomposition level which contains more than one interior wavelet coefficient.
wavMaxLevel(n.taps=8, n.sample=1024, xform="modwt")