qmf | R Documentation |
Calculate the series quadrature mirror filter (QMF). Requires a series of an even length.
qmf(g, inverse)
g |
A |
inverse |
A |
A vector
that contains either the forward QMF (evalute in order) or the inverse QMF (reverse order).
JJB
# Haar values g = rep(1/sqrt(2),2) qmf(g)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.