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