wpt(x, crystal.names=NULL, basis=NULL, cost.fun="entropy", wavelet="s8", n.levels=6, boundary=NULL, precondition=F, pdeg=0, pfrac=0, dual=F, analysis.filter=NULL, synthesis.filter=NULL, scale=NULL, thresh=NULL, p=2, prob=.5) iwpt(x)
iwpt(x) performs the inverse transform from the wpt object x, as the generic function reconstruct does for wpt objects.
See dwt, best.basis and best.level for details if the basis argument is provided.
Wavelet packet transforms are discussed in the chapter "Wavelet Packet Analysis of the S+WAVELETS User's Manual.
The default optional arguments for wavelet, n.levels, boundary, precondition, pdeg, pfrac, dual can be reset using function wavelet.options. See wavelet.options for details.
x <- make.signal("linchirp") bbx <- wpt(x, basis="best.basis") eda.plot(bbx)