rwavelet (version 0.4.1)

invblock_partition: 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

block_partition, BlockThresh.

Examples

Run this code
# NOT RUN {
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)
# }

Run the code above in your browser using DataLab