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