atrous(x, wavelet="s8", n.levels=6, dual=F, analysis.filter=NULL)
Signal x is assumed to be periodic. Other boundary rules are not available for atrous.
Shensa, M. J. (1992). The Discrete Wavelet Transform: Wedding the A Trous and Mallat Algorithms. IEEE Transactions on Signal Processing, 40 (10), 2464-2482.
z1 <- atrous(glint, wavelet="s8", n.levels=5) z2 <- nd.dwt(glint, wavelet="s8", n.levels=5) par(mfrow=c(1,2)) plot(z1) # plot A Trous coefficients plot(z2) # plot non-decimate DWT coefficients