MeyerWindow: Meyer wavelet window

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

View source: R/functionINIT.R

Description

Auxiliary window function for Meyer wavelets.

Usage

1
MeyerWindow(xi, deg)

Arguments

xi

Abscissa values for window evaluation

deg

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

Value

a sampel vector of the window function for Meyer wavelets.

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
  plot(seq(0,1,le=1000),MeyerWindow(seq(0,1,le=1000),3),type='l')

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 MeyerWindow in waved...