This si a C++ version optimized for speed. Computes the wavelet as a function of Fourier frequency for "morlet" mother wavelet.
rcpp_wt_bases_morlet(k, scale, param = -1L)
Returns a list containing:
wavelet function
ratio of fourier period to scale
cone of influence
degrees of freedom for each point in wavelet power
vector of frequencies at which to calculate the wavelet.
the wavelet scale.
nondimensional parameter specific to the wavelet function.
Viliam Simko