Learn R Programming

multiwave (version 1.0)

psi_hat_exact: discrete Fourier transform of the wavelet

Description

Computes the discrete Fourier transform of the wavelet associated to the given filter using scaling_function. The length of the Fourier transform is equal to the length of the grid where the wavelet is evaluated.

Usage

psi_hat_exact(filter,J)

Arguments

filter
wavelet filter as obtained with scaling_filter.
J
value of the largest scale.

Value

psih
Values of the discrete Fourier transform of the wavelet.
grid
Frequencies where the Fourier transform is evaluated.

References

G. Fay, E. Moulines, F. Roueff, M. S. Taqqu (2009) Estimators of long-memory: Fourier versus wavelets. Journal of Econometrics, vol. 151, N. 2, pages 159-177.

S. Achard, I. Gannaz (2014) Multivariate wavelet Whittle estimation in long-range dependence. arXiv, http://arxiv.org/abs/1412.0391

See Also

DWTexact, scaling_filter

Examples

Run this code
res_filter <- scaling_filter('Daubechies',8);
filter <- res_filter$h
psi_hat_exact(filter,J=6)

Run the code above in your browser using DataLab