wavelet
or
wavelet.packet
that result from creating wavelet packet functions.
The
wavelet.packet
function creates objects of class
"wavelet.packet"
and
the
wavelet
function creates objects of class
c("wavelet", "wavelet.packet")
.
An object of class
"wavelet.packet"
represents the wavelet packet function.
Objects of class
"wavelet"
are special cases of
"wavelet.packet"
.
The class
"wavelet.packet"
has methods for the following generic function:
fourier.transform.plot, plot, print, summary, support, wavelet.name
.
The class
"wavelet"
has methods for the following generic function:
print, summary
.
Class
"wavelet"
inherits from class
"wavelet.packet"
.
The
"wavelet.packet"
and
"wavelet"
objects are implemented as lists
with the following components:
"d4", "s8"
, etc.
scale = 2^level.
"wavelet"
,
oscillation=0
or
1
.
wavelet.packet
.