| UpDyadHi {rwavelet} | R Documentation |
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
qmf <- MakeONFilter('Haar')
x <- MakeSignal('HeaviSine',2^3)
UpDyadHi(x,qmf)
[Package rwavelet version 0.4.1 Index]