Learn R Programming

waveslim (version 1.8.5)

qmf: Quadrature Mirror Filter

Description

Computes the quadrature mirror filter from a given filter.

Usage

qmf(g, low2high = TRUE)

Value

Quadrature mirror filter.

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.

Author

B. Whitcher

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