powered by
A three-dimensional wavelet transform is computed for the array x. qmf filter may be obtained from MakeONFilter. To reconstruct, use IWT3_PO.
qmf
MakeONFilter
IWT3_PO
FWT3_PO(x, L, qmf)
3-d array (n by n by n array, n dyadic).
coarse level.
quadrature mirror filter.
wc 3-d wavelet transform.
wc
3-D counterpart of Donoho's FWT2_PO, original matlab code Vicki Yang and Brani Vidakovic.
IWT3_PO, MakeONFilter.
# NOT RUN { qmf <- MakeONFilter('Daubechies', 10) L <- 3 x <- array(rnorm(32^3), c(32,32,32)) wc <- FWT3_PO(x, L, qmf) # }
Run the code above in your browser using DataLab