Scaling and Wavelet Filter
Y = qmf(
X
,P
)
Y = qmf(X
)
Y = qmf(X,0)
Y = qmf(
changes the signs of the even index elements of the reversed vector filter
coefficients X
,P
)X
if P
is
0
. If P
is
1
, the signs of the odd index elements are
reversed. Changing P
changes the phase of the Fourier
transform of the resulting wavelet filter by π radians.
Y = qmf(
is
equivalent to X
)Y = qmf(X,0)
.
Let x
be a finite energy signal. Two filters F0 and F1 are
quadrature mirror filters (QMF) if, for any x,
where y0 is a decimated version of the signal x filtered with F0 so y0 defined by x0 = F0(x) and y0(n) = x0(2n), and similarly, y1 is defined by x1 = F1(x) and y1(n) = x1(2n). This property ensures a perfect reconstruction of the associated two-channel filter banks scheme (see Strang-Nguyen p. 103).
For example, if F0 is a Daubechies scaling filter
with norm equal to 1 and F1 =
qmf
(F0),
then the transfer functions
F0(z)
and F1(z) of
the filters F0 and
F1 satisfy the
condition (see the example for db10
):
Strang, G.; T. Nguyen (1996), Wavelets and Filter Banks, Wellesley-Cambridge Press.