powered by
Group the coefficients into blocks (or groups) of size L.
block_partition2d(x, L)
out partition of coefficients by block.
out
(noisy) wc at a given scale.
block size.
invblock_partition2d
x <- matrix(rnorm(2^2), ncol=2) j0 <- 0 qmf <- MakeONFilter('Haar') wc <- FWT2_PO(x, j0, qmf) L <- 2 wcb <- block_partition2d(wc, L)
Run the code above in your browser using DataLab