filters: Filters

filtersR Documentation

Filters

Description

Functions to compute Daubechies wavelet and scaling filters.

Usage

daubechies_scaling_filter(order)

daubechies_wavelet_filter(order)

Arguments

order

An integer specifying the order of the Daubechies filter (must be between 1 and 19).

Value

A numeric vector of size 2*order containing the filter coefficients.

See Also

Boost Documentation for more details on the mathematical background.

Examples

# Daubechies Scaling Filter of order 4
daubechies_scaling_filter(4)
# Daubechies Wavelet Filter of order 4
daubechies_wavelet_filter(4)

boostmath documentation built on Dec. 15, 2025, 5:07 p.m.