mrecons | R Documentation |
Reconstruct from dyadic wavelet transform modulus extrema. The reconstructed signal preserves locations and values at extrema.
mrecons(extrema, filtername="Gaussian1", readflag=FALSE)
extrema |
the extrema representation. |
filtername |
filter used for dyadic wavelet transform. |
readflag |
if set to T, read reconstruction kernel from precomputed file. |
The reconstruction involves only the wavelet coefficients, without taking care of the coarse scale component. The latter may be added a posteriori.
Structure containing
f |
the reconstructed signal. |
g |
reconstructed signal plus mean of original signal. |
h |
reconstructed signal plus coarse scale component of original signal. |
See discussions in the text of “Practical Time-Frequency Analysis”.
mw
, ext
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.