|
Essential Wavelets for Statistical Applications and Data Analysis R.T. Ogden, University of South Carolina 0-8176-3864-4 * 1996 * $40.00 * Hardcover * 285 pages * 40 Illustrations |
Fig5.7s <- function()
{
# postscript(file = "Fig5.7.ps", height = 3.9, width = 6.5, horiz = F)
par(mar = c(1.5, 1.5, 1.5, 0.5), mgp = c(5, 0.4, 0))
doppler <- make.signal("doppler", n = 1024)
plot((1:1024)/1024, doppler, type = "l")
# graphics.off()
NULL
}