powered by
Computes the wavelet as a function of Fourier frequency.
wt.bases(mother = "morlet", ...)
Returns a list containing:
wavelet function
ratio of fourier period to scale
cone of influence
degrees of freedom for each point in wavelet power
Type of mother wavelet function to use. Can be set to morlet, dog, or paul.
morlet
dog
paul
See parameters k, scale and param in functions: wt.bases.morlet, wt.bases.paul and wt.bases.dog
k
scale
param
wt.bases.morlet
wt.bases.paul
wt.bases.dog
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)
Run the code above in your browser using DataLab