daubcqf: Daubechies Filter Creation

View source: R/daubcqf.R

daubcqfR Documentation

Daubechies Filter Creation

Description

Computes the Daubechies' scaling and wavelet filters (normalized to sqrt(2)).

Usage

daubcqf(N, type = PHASE.MINIMUM)

Arguments

N

numeric scalar specifying length of filter (must be even)

type

Distinguishes the minimum phase, maximum phase and mid-phase solutions. Valid values are:

PHASE.MINIMUM
PHASE.MID
PHASE.MAXIMUM

Value

Returns a list with components:

h.0

minimal phase Daubechies' scaling filter

h.1

minimal phase Daubechies' wavelet filter

Author(s)

P. Roebuck proebuck1701@gmail.com

References

Ingrid Daubechies
Orthonormal Bases of Compactly Supported Wavelets
CPAM (Oct. 1988), 7(41), 909-996
doi: 10.1002/cpa.3160410705

Examples

h <- daubcqf(6)

rwt documentation built on June 14, 2022, 5:07 p.m.

Related to daubcqf in rwt...