powered by
This function is used to group the coefficients into blocks (or groups) of size L.
block_partition(x, L)
(noisy) wc at a given scale.
block size.
out partition of coefficients by block.
out
invblock_partition, BlockThresh.
invblock_partition
BlockThresh
# NOT RUN { x <- MakeSignal('Ramp', 8) j0 <- 0 qmf <- MakeONFilter('Haar') wc <- FWT_PO(x, j0, qmf) L <- 2 wcb <- block_partition(wc, L) # }
Run the code above in your browser using DataLab