convert {wavethresh} | R Documentation |
Convert one type of wavelet object into another.
Description
Convert one type of wavelet object into another.
This function is generic.
Particular methods exist:
convert.wd
is used to convert non-decimated wd
objects into wst
objects.
convert.wst
is used to convert wst
objects into non-decimated wd
objects.
Usage
convert(...)
Arguments
... |
See individual help pages for details. |
Details
See individual method help pages for operation and examples.
Value
An object containing the converted representation.
RELEASE
Version 3.6.0 Copyright Guy Nason 1995
Author(s)
G P Nason
See Also
convert.wd
, convert.wst
, wst
, wst.object
, wst
, wst.object
.
[Package wavethresh version 4.7.2 Index]