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