Learn R Programming

waved (version 1.3)

WaveDjD: WaveD projection, details.

Description

Compute WaveD projection of $f$, details.

Usage

WaveDjD(y_fft, f2fft, j)

Value

Vector: WaveD projection of $f$, details.

Arguments

y_fft

Fourier transform of $f$.

f2fft

Fourier transform of the wavelet.

j

Resolution level.

Author

Marc Raimondo

References

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

See Also

WaveD

Examples

Run this code

waveJ0_fft=wavelet_YM(5,10,3);
WaveDjD(fft(sin(2*pi*seq(0,1,le=1024))),waveJ0_fft,3)

Run the code above in your browser using DataLab