invblock_partition: Inversion of the 1d block partition

View source: R/invblock_partition.R

invblock_partitionR 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

block_partition, BlockThresh.

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)

fabnavarro/rwavelet documentation built on Aug. 22, 2024, 3:38 a.m.