Description Usage Arguments Value Note Author(s) References Examples
The time smoothing uses a filter given by the absolute value of the wavelet function at each scale, normalized to have a total weight of unity, which is a Gaussian function for the Morlet wavelet. The scale smoothing is done with a boxcar function of width 0.6, which corresponds to the decorrelation scale of the Morlet wavelet.
1 |
wave |
wavelet coefficients |
dt |
size of time steps |
dj |
number of octaves per scale |
scale |
wavelet scales |
Returns the smoothed wavelet.
This function is used internally for computing wavelet coherence. It is only appropriate for the morlet wavelet.
Tarik C. Gouhier (tarik.gouhier@gmail.com)
Code based on WTC MATLAB package written by Aslak Grinsted.
Torrence, C., and P. J. Webster. 1998. The annual cycle of persistence in the El Nino/Southern Oscillation. Quarterly Journal of the Royal Meteorological Society 124:1985-2004.
1 | ## Not run: smooth.wt1=smooth.wavelet(wave, dt, dj, scale)
|
biwavelet 0.20.17 loaded.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.