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