powered by
Provide a summary of threshold effects in WaveD fit.
threshsum(w.res, L = 3, F = (log2(length(w.res)) - 1))
A vector of length F-L+1, with ONES and ZEROS. The ZEROS show that no coefficient remains at the corresponding resolution level.
A vector of wavelet coefficients
Low resolution level
Fine resolution level
Marc Raimondo
Raimondo, M. and Stewart, M. (2007), "The WaveD Transform in R", Journal of Statistical Software.
WaveD
library(waved) data=waved.example(TRUE,FALSE) doppler.wvd=WaveD(data$doppler.noisy,data$g) threshsum(doppler.wvd$w,3,8)
Run the code above in your browser using DataLab