cpt(x, crystal.names=NULL, basis=NULL, cost.fun="entropy", n.levels=6, taper="poly2", dct.type=2, boundary="periodic", n.taper=NULL, scale=NULL, thresh=NULL, p=2, prob=.5) icpt(x)
icpt(x) performs the inverse transform from the cpt object x, as the generic function reconstruct does for cpt objects.
The default optional arguments n.levels, taper, dct.type, boundary can be reset using function wavelet.options, see wavelet.options for details.
x <- make.signal("linchirp") bbx <- cpt(x, basis="best.basis") eda.plot(bbx)