mrd(x, ...)
Mallat, S. (1989). A Theory of Multiresolution Signal Decomposition: the Wavelet Representation. IEEE Transactions on Pattern Analysis and Machine Intellingence, 11 (7), 674-693.
par(mfrow=c(1, 2)) x1 <- make.signal("doppler", n=256) # noiseless doppler x2 <- make.signal("doppler", n=256, snr=7) # noisy doppler m1 <- mrd(x1, wavelet="s8") m2 <- mrd(x2, wavelet="s8") plot(m1) plot(m2)