UpDyadLo: Lo-Pass Upsampling operator; periodized

Description Usage Arguments Value See Also Examples

View source: R/UpDyadLo.R

Description

Lo-Pass Upsampling operator; periodized

Usage

1
UpDyadLo(x, qmf)

Arguments

x

1-d signal at coarser scale.

qmf

filter.

Value

y 1-d signal at finer scale.

See Also

DownDyadLo, DownDyadHi, UpDyadHi, IWT_PO, iconvv.

Examples

1
2
3
qmf <- MakeONFilter('Haar')
x <- MakeSignal('HeaviSine',2^3)
UpDyadLo(x,qmf)

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