rwavelet (version 0.4.0)

UpDyadHi: Hi-Pass Upsampling operator; periodized

Description

Hi-Pass Upsampling operator; periodized

Usage

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

Run this code
# NOT RUN {
qmf <- MakeONFilter('Haar')
x <- MakeSignal('HeaviSine',2^3)
UpDyadHi(x,qmf)
# }

Run the code above in your browser using DataCamp Workspace