Learn R Programming

waveslim (version 1.12)

qmf: Quadrature Mirror Filter

Description

Computes the quadrature mirror filter from a given filter.

Usage

qmf(g, low2high=TRUE)

Arguments

g
Filter coefficients.
low2high
Logical, default is TRUE which means a low-pass filter is input and a high-pass filter is output. Setting low2high=F performs the inverse.

Value

  • Quadrature mirror filter.

Details

None.

References

Any basic signal processing text.

See Also

wave.filter.

Examples

Run this code
## Haar wavelet filter
g <- wave.filter("haar")$lpf
qmf(g)

Run the code above in your browser using DataLab