WaveDjC: WaveD projection, coarse level.

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

View source: R/functionINIT.R

Description

Compute WaveD projection of $f$, coarse level.

Usage

1
WaveDjC(y_fft, f2fft, j)

Arguments

y_fft

Fourier transform of $f$.

f2fft

Fourier transform of the wavelet.

j

Resolution level.

Value

Vector: WaveD projection of $f$, coarse resolution level.

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
2
waveJ0_fft=scaling_YM(3,10,3);
WaveDjC(fft(sin(2*pi*seq(0,1,le=1024))),waveJ0_fft,3)

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

Related to WaveDjC in waved...