|
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 |
Fig4.5s <- function()
{
# postscript(file = "Fig4.5.ps", height = 3.9, width = 7.37, horiz = F)
par(mfrow = c(1, 2), mar = c(1.5, 1.5, 1.5, 1.5), mgp = c(5, 0.4, 0))
fourier.transform.plot(wavelet("haar", mother = F))
mtext(side = 3, line = 0.1, "Haar scaling function")
fourier.transform.plot(wavelet("d10", mother = F))
mtext(side = 3, line = 0.1, "Daubechies scaling function N=5")
# graphics.off()
NULL
}