doppler | R Documentation |
This function evaluates and returns the Doppler signal from Donoho and Johnstone, (1994).
doppler(t)
t |
The domain of the Doppler function (where you wish to evaluate this Doppler function |
This function evaluates and returns the Doppler signal from Donoho and Johnstone, (1994). (Donoho, D.L. and Johnstone, I.M. (1994), Ideal spatial adaptation by wavelet shrinkage. Biometrika, 81, 425–455).
Another version of this function can be found in DJ.EX
.
A vector of the same length as the input vector containing the Doppler signal
at t
Arne Kovac
DJ.EX
#
# Evalute the Doppler signal at 100 arbitrarily spaced points.
#
tt <- sort(runif(100))
dopp <- doppler(tt)
## Not run: plot(tt, dopp, type="l")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.