rcpp_wt_bases_morlet: Optimized "wt.bases.morlet" function.

Description Usage Arguments Value Note Author(s)

View source: R/RcppExports.R

Description

This si a C++ version optimized for speed. Computes the wavelet as a function of Fourier frequency for "morlet" mother wavelet.

Usage

1
rcpp_wt_bases_morlet(k, scale, param = -1L)

Arguments

k

vector of frequencies at which to calculate the wavelet.

scale

the wavelet scale.

param

nondimensional parameter specific to the wavelet function.

Value

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

Note

This c++ implementation is approx. 60

Author(s)

Viliam Simko


biwavelet documentation built on May 26, 2021, 9:06 a.m.