dwinverse {Rwave} | R Documentation |
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
[Package Rwave version 2.6-5 Index]