block.dct(x, n.levels=6, dct.type=2) block.cpt(x, n.levels=6, taper="poly2", dct.type=2, boundary="periodic", n.taper=NULL) as.block.cpt(x)
block.cpt returns a block cosine packet transform object which has class block.cpt, inheriting from the classes cpt, cp, and crystal.vector.
as.block.cpt returns an object of block.cpt (if x is an object of class ptable).
See crystal.vector.object for details about the data structure.
All the default optional arguments can be reset using function wavelet.options, see wavelet.options for details.
x <- make.signal("linchirp") blx <- block.dct(x, n.levels=3) eda.plot(blx)