WaveThresh
Help
MaNoVe.wp
Make Node Vector (using Coifman-Wickerhauser best-basis type algorithm) on
wavelet packet object
DESCRIPTION
This method function chooses a ``best-basis'' using the
Coifman-Wickerhauser (1992) algorithm applied
to wavelet packet wp objects.
USAGE
MaNoVe.wp(wp, verbose=F)
REQUIRED ARGUMENTS
-
wp
- the wp object for which you wish to find the
best-basis for.
OPTIONAL ARGUMENTS
- verbose
- whether or not to print out informative error messages (not many are!)
VALUE
A wavelet packet node vector
object. This specifies which wavelet packets have been selected.
RELEASE
Version 3.5.3 Copyright Guy Nason 1994
SEE ALSO
MaNoVe.wp,
MaNoVe.wst,
wp object,
wst object,
wp,
wst.
EXAMPLES
#
# See example of use of this function in the examples section
# of the help of plot.wp
#
# A node vector vnv is created there that gets plotted.
#