psyHAT: Meyer wavelet function (Fourier domain).

View source: R/functionINIT.R

psyHATR Documentation

Meyer wavelet function (Fourier domain).

Description

Compute Meyer wavelet function in the Fourier domain.

Usage

psyHAT(x, deg)

Arguments

x

Abscissa (frequency) values for evaluation.

deg

The degree of the Meyer wavelet, either 1, 2, or 3

Value

Meyer scaling function at frequency $x$.

Author(s)

Marc Raimondo

References

Raimondo, M. and Stewart, M. (2007), "The WaveD Transform in R", Journal of Statistical Software.

See Also

WaveD

Examples

plot(seq(-2,2,le=1000),abs(psyHAT(seq(-2,2,le=1000),3)),type='l')


waved documentation built on May 29, 2024, 5:29 a.m.

Related to psyHAT in waved...