invblock_partition {rwavelet} | R Documentation |
Inversion of the 1d block partition
Description
Inversion of the 1d block partition
Usage
invblock_partition(x, n, L)
Arguments
x |
partition of coefficients by block. |
n |
scale. |
L |
block size. |
See Also
Examples
n <- 8
x <- MakeSignal('Ramp', n)
j0 <- 1
qmf <- MakeONFilter('Haar')
wc <- FWT_PO(x, j0, qmf)
L <- 2
wcb <- block_partition(wc, L)
wcib <- invblock_partition(wcb, n, L)
[Package rwavelet version 0.4.1 Index]