powered by
Computes the quadrature mirror filter from a given filter.
qmf(g, low2high = TRUE)
Quadrature mirror filter.
Filter coefficients.
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.
TRUE
low2high=F
B. Whitcher
None.
Any basic signal processing text.
wave.filter.
wave.filter
## Haar wavelet filter g <- wave.filter("haar")$lpf qmf(g)
Run the code above in your browser using DataLab