| UpDyadLo | R Documentation |
Lo-Pass Upsampling operator; periodized
UpDyadLo(x, qmf)
x |
1-d signal at coarser scale. |
qmf |
filter. |
y 1-d signal at finer scale.
DownDyadLo, DownDyadHi,
UpDyadHi, IWT_PO, iconvv.
qmf <- MakeONFilter('Haar')
x <- MakeSignal('HeaviSine',2^3)
UpDyadLo(x,qmf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.