DownDyadLo: Lo-Pass Downsampling operator (periodized)

Description Usage Arguments Value See Also Examples

View source: R/DownDyadLo.R

Description

Lo-Pass Downsampling operator (periodized)

Usage

1
DownDyadLo(x, qmf)

Arguments

x

1-d signal at fine scale.

qmf

filter.

Value

d 1-d signal at coarse scale.

See Also

DownDyadHi, UpDyadHi, UpDyadLo, FWT_PO, aconv.

Examples

1
2
3
qmf <- MakeONFilter('Haar')
x <- MakeSignal('HeaviSine',2^3)
DownDyadLo(x,qmf)

rwavelet documentation built on Jan. 13, 2021, 10:38 a.m.