nd.dwt(x, wavelet="s8", n.levels=6, dual=F, analysis.filter=NULL, synthesis.filter=NULL)
All the default optional arguments can be reset using function wavelet.options. See wavelet.options for details.
Shensa, M. J. (1992). The Discrete Wavelet Transform: Wedding the A Trous and Mallat Algorithms. IEEE Transactions on Signal Processing, 40 (10), 2464-2482.
xx <- make.signal("doppler") nd <- nd.dwt(xx, n.levels=4) eda.plot(nd)