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.13n <- function()
{
#  postscript(file = "Figure5.13.ps", height = 5.46, width = 5.46, horiz = F)
  par(mar = c(1.5, 1.5, 0, 0), mgp = c(5, 0.6, 0))
  rs <- c(57, 14, 55, 51, 30, 0, 53, 44, 34, 53, 49, 2)
  .Random.seed <- rs
  wn <- rnorm(1024)
  plot(wd(wn, filter.number = 5), main = "", sub = "")
#  graphics.off()
  NULL
}