Quadrature Mirror Filter
Computes the quadrature mirror filter from a given filter.
qmf(g, low2high=TRUE)
g |
Filter coefficients. |
low2high |
Logical, default is |
None.
Quadrature mirror filter.
B. Whitcher
Any basic signal processing text.
## Haar wavelet filter g <- wave.filter("haar")$lpf qmf(g)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.