fourier_factor function

Fourier factor of a wavelet

Fourier factor of a wavelet

This function computes the Fourier factor of a wavelet, according to Torrence and Compo (1998).

fourier_factor(wname = c("MORLET", "DOG", "PAUL", "HAAR", "HAAR2"), wparam = NULL)

Arguments

  • wname: A string, equal to "MORLET", "DOG", "PAUL", "HAAR" or "HAAR2" that determines the wavelet function.
  • wparam: The corresponding nondimensional parameter for the wavelet function (Morlet, DoG or Paul).

Returns

The numeric value of the Fourier factor.

References

C. Torrence, G. P. Compo. A practical guide to wavelet analysis. B. Am. Meteorol. Soc. 79 (1998), 61–78.

Examples

ff <- fourier_factor(wname = "DOG", wparam = 6)
  • Maintainer: Vicente J. Bolos
  • License: GPL
  • Last published: 2024-03-01

Useful links