UpDyadHi: Hi-Pass Upsampling operator; periodized

Description Usage Arguments Value See Also Examples

View source: R/UpDyadHi.R

Description

Hi-Pass Upsampling operator; periodized

Usage

1
UpDyadHi(x, qmf)

Arguments

x

1-d signal at coarser scale.

qmf

filter.

Value

u 1-d signal at finer scale.

See Also

DownDyadLo, DownDyadHi, UpDyadLo, IWT_PO, aconv.

Examples

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

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