Learn R Programming

simts (version 0.2.2)

qmf: Quadrature Mirror Filter

Description

Calculate the series quadrature mirror filter (QMF). Requires a series of an even length.

Usage

qmf(g, inverse)

Value

A vector that contains either the forward QMF (evalute in order) or the inverse QMF (reverse order).

Arguments

g

A vector that contains the filter constants.

inverse

A bool that indicates whether the inverse quadrature mirror filter is computed. By default, the inverse quadrature mirror is computed.

Author

JJB