wt.bases | R Documentation |
Computes the wavelet as a function of Fourier frequency.
wt.bases(mother = "morlet", ...)
mother |
Type of mother wavelet function to use. Can be set to
|
... |
See parameters |
Returns a list containing:
daughter |
wavelet function |
fourier.factor |
ratio of fourier period to scale |
coi |
cone of influence |
dof |
degrees of freedom for each point in wavelet power |
Tarik C. Gouhier (tarik.gouhier@gmail.com)
Code based on wavelet MATLAB program written by Christopher Torrence and Gibert P. Compo.
Torrence, C., and G. P. Compo. 1998. A Practical Guide to Wavelet Analysis. Bulletin of the American Meteorological Society 79:61-78.
# Not run: wb <- wt.bases(mother, k, scale[a1], param)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.