psyHAT | R Documentation |
Compute Meyer wavelet function in the Fourier domain.
psyHAT(x, deg)
x |
Abscissa (frequency) values for evaluation. |
deg |
The degree of the Meyer wavelet, either 1, 2, or 3 |
Meyer scaling function at frequency $x$.
Marc Raimondo
Raimondo, M. and Stewart, M. (2007), "The WaveD Transform in R", Journal of Statistical Software.
WaveD
plot(seq(-2,2,le=1000),abs(psyHAT(seq(-2,2,le=1000),3)),type='l')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.