WaveThresh Help

putD


Put mother wavelet coefficients into wavelet structure

DESCRIPTION

This generic function inserts smooths into various types of wavelet objects.

This function is generic.

Particular methods exist. For objects of class:

wd
use the putD.wd method.
wp
use the putD.wp method.
wst
use the putD.wst method.

See individual method help pages for operation and examples.

See accessD if you wish to extract mother wavelet coefficients. See putC if you wish to insert father wavelet coefficients.

USAGE

putD(x, level, ...)

REQUIRED ARGUMENTS

x
a wavelet object of the above mentioned classes.
level
the level at which you wish to insert the mother wavelet coefficients.

OPTIONAL ARGUMENTS

...
methods may have additional arguments.

VALUE

A wavelet object of the same class as x with the new mother wavelet coefficients inserted.

RELEASE

Version 3.5.3 Copyright Guy Nason 1994

SEE ALSO

putD.wd, putD.wp, putD.wst, accessD, putC.