WaveDjF | R Documentation |
Compute WaveD projection of $f$, fine resolution level.
WaveDjF(f1fft, f2fft, j)
f1fft |
Fourier transform of $f$. |
f2fft |
Fourier transform of the wavelet. |
j |
Resolution level. |
Vector: WaveD projection of $f$, fine resolution level.
Marc Raimondo
Raimondo, M. and Stewart, M. (2007), "The WaveD Transform in R", Journal of Statistical Software.
WaveD
waveJ0_fft=fine_YM(9,10,3);
WaveDjF(fft(sin(2*pi*seq(0,1,le=1024))),waveJ0_fft,3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.