powered by
A two-dimensional wavelet transform is computed for the array x. qmf filter may be obtained from MakeONFilter. To reconstruct, use IWT2_PO.
qmf
MakeONFilter
IWT2_PO
FWT2_PO(x, L, qmf)
2-d image (n by n array, n dyadic).
coarse level.
quadrature mirror filter.
wc 2-d wavelet transform.
wc
IWT2_PO, MakeONFilter.
# NOT RUN { qmf <- MakeONFilter('Daubechies', 10) L <- 3 x <- matrix(rnorm(128^2),ncol=128) wc <- FWT2_PO(x, L, qmf) # }
Run the code above in your browser using DataLab