mbtrim | R Documentation |
Trimming of dyadic wavelet transform local extrema, using bootstrapping.
mbtrim(extrema, scale=FALSE, prct=0.95)
extrema |
dyadic wavelet transform extrema (output of |
scale |
when set, the wavelet transform at each scale will be plotted with the same scale. |
prct |
percentage critical value used for thresholding |
The distribution of extrema of dyadic wavelet transform at each scale is generated by bootstrap method, and the 95% critical value is used for thresholding the extrema of the signal.
Structure containing
original |
original signal. |
extrema |
trimmed extrema representation. |
Sf |
coarse resolution of signal. |
maxresoln |
number of decomposition scales. |
np |
size of signal. |
See discussions in the text of “Practical Time-Frequency Analysis”.
mntrim
, mrecons
, ext
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.