| rcpp_wt_bases_dog | R Documentation | 
This is a C++ version optimized for speed. Computes the wavelet as a function of Fourier frequency for "dog" mother wavelet.
rcpp_wt_bases_dog(k, scale, param = -1L)
| k | vector of frequencies at which to calculate the wavelet. | 
| scale | the wavelet scale. | 
| param | nondimensional parameter specific to the wavelet function. | 
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 | 
This c++ implementation is approx. 50
Viliam Simko
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.