scaling_YM: Meyer scaling function, Fourier domain.

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/functionINIT.R

Description

Generate Fourier transform of the Meyer scaling function in the periodic setting at fine resolution level.

Usage

1
scaling_YM(j, j_max, deg)

Arguments

j

Resolution level (positive integer)

j_max

Maximum resolution level (positive integer)

deg

Degree of Meyer wavelet (1,2,3)

Value

Fourier transform of the Meyer scaling function at resolution level $j$

Author(s)

Marc Raimondo

References

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

See Also

WaveD,

Examples

1
scaling_YM(9,10,3)

Example output

Attaching package: 'waved'

The following object is masked from 'package:base':

    scale

waved documentation built on May 2, 2019, 3:21 a.m.

Related to scaling_YM in waved...