mw | R Documentation |
Dyadic wavelet transform, with Mallat's wavelet. The reconstructed signal preserves locations and values at extrema.
mw(inputdata, maxresoln, filtername="Gaussian1", scale=FALSE, plot=TRUE)
inputdata |
either a text file or an R object containing data. |
maxresoln |
number of decomposition scales. |
filtername |
name of filter (either Gaussian1 for Mallat and Zhong's wavelet or Haar wavelet). |
scale |
when set, the wavelet transform at each scale is plotted with the same scale. |
plot |
indicate if the wavelet transform at each scale will be plotted. |
The decomposition goes from resolution 1 to the given maximum resolution.
Structure containing
original |
original signal. |
Wf |
dyadic wavelet transform of signal. |
Sf |
multiresolution of signal. |
maxresoln |
number of decomposition scales. |
np |
size of signal. |
See discussions in the text of “Practical Time-Frequency Analysis”.
dwinverse
, mrecons
, ext
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.