View source: R/block_partition2d.R
block_partition2d | R Documentation |
Group the coefficients into blocks (or groups) of size L.
block_partition2d(x, L)
x |
(noisy) wc at a given scale. |
L |
block size. |
out
partition of coefficients by block.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.