# Simulate a Gaussian white noise
n = 10^3
Xt = rnorm(n)
# MODWT
Yt = modwt(Xt)
# Graph examples
plot(Yt)
plot(Yt, index = c(1,4,5,6,8,2))
plot(Yt, index = c(1,4,5,6), couleur = "blue")
plot(Yt, index = c(1,4,5,6), couleur = rep(c("blue","yellow"),2))
Run the code above in your browser using DataLab