Rdocumentation
powered by
Learn R Programming
Rwave (version 1.2)
dwinverse: Inverse Dyadic Wavelet Transform
Description
Invert the dyadic wavelet transform.
Usage
dwinverse(wt, filtername="Gaussian1")
Arguments
wt
dyadic wavelet transform
filtername
filters used. ("Gaussian1" stands for the filters corresponds to those of Mallat and Zhong's wavlet. And "Haar" stands for the filters of Haar basis.
Value
Reconstructed signal
References
See discussions in the text of ``Practical Time-Frequency Analysis''.
See Also
mw
,
ext
,
mrecons
.