WaveThresh Help

putC


Put smoothed data (father 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 putC.wd method.
wp
use the putC.wp method.
wst
use the putC.wst method.

See individual method help pages for operation and examples.

See accessC if you wish to extract father wavelet coefficients. See putD if you wish to insert mother wavelet coefficients.

USAGE

putC(x, level, ...)

REQUIRED ARGUMENTS

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

OPTIONAL ARGUMENTS

...
methods may have additional arguments.

VALUE

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

RELEASE

Version 3.5.3 Copyright Guy Nason 1994

SEE ALSO

putC.wd, putC.wp, putC.wst, accessC, putD.