invblock_partition: Inversion of the 1d block partition

Description Usage Arguments See Also Examples

View source: R/invblock_partition.R

Description

Inversion of the 1d block partition

Usage

1

Arguments

x

partition of coefficients by block.

n

scale.

L

block size.

See Also

block_partition, BlockThresh.

Examples

1
2
3
4
5
6
7
8
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)

rwavelet documentation built on Jan. 13, 2021, 10:38 a.m.