Polyphase matrix
From Wikipedia, the free encyclopedia
In signal processing, a polyphase matrix is a matrix whose elements are filter masks. It represents a filter bank as it is used in sub-band coders alias discrete wavelet transforms. [1]
If h,g are two filters, then one level the traditional wavelet transform maps an input signal a0 to two output signals a1,d1, each of the half length:
Note, that the dot means polynomial multiplication, i.e. convolution and means downsampling.
If the above formula is implemented directly, you will compute values that are subsequently flushed by the down-sampling. You can avoid that by splitting the filters and the signal into even and odd indexed values before the transformation.
The arrows and denote left and right shifting, respectively. They shall have the same precedence like convolution, because they are in fact convolutions with a shifted discrete delta impulse.
The wavelet transformation reformulated to the splitted filters is:
This can be written as matrix-vector-multiplication
This matrix P is the polyphase matrix.
Of course, a polyphase matrix can have any size, it need not to have square shape. That is, the principle scales well to any filterbanks, multiwavelets, wavelet transforms based on fractional refinements.
Contents |
[edit] Properties
The representation of subband coding by the polyphase matrix is more than about write simplification. It allows to adapt many results from matrix theory and module theory. The following properties are explained for a matrix, but they scale equally to higher dimensions.
[edit] Invertibility
According to the theorem of invertibility of a matrix over a ring, the polyphase matrix is invertible if and only if the determinant of the polyphase matrix is a filter, which is zero everywhere except of one value.
By Cramer's rule the inverse of P can be given immediately.
[edit] Orthogonality
Orthogonality means that the adjoint matrix P * is also the inverse matrix of P. The adjoint matrix is the transposed matrix with adjoint filters.
It implies, that the Euclidean norm of the input signals is preserved. That is, the according wavelet transform is an isometry.
The orthogonality condition
can be written out
[edit] Operator norm
For non-orthogonal polyphase matrices the question arises what Euclidean norms the output can assume. This can be bounded by the help of the operator norm.
For the polyphase matrix the Euclidean operator norm can be given explicitly using the Frobenius norm: [2]
This is a special case of the matrix where the operator norm can be obtained via z transform and the spectral radius of a matrix or the according spectral norm.
A signal, where these bounds are assumed can be derived from the eigenvector corresponding to the maximizing and minimizing eigenvalue.
[edit] Lifting scheme
The concept of the polyphase matrix allows matrix decomposition. For instance the decomposition into addition matrices leads to the lifting scheme. [3] However, classical matrix decompositions like LU and QR decomposition cannot be applied immediately, because the filters form a ring with respect convolution, not a field.
[edit] References
- ^ Gilbert Strang and Truong Nguyen. Wavelets and Filter Banks. Wellesley-Cambridge Press, 1997. ISBN 0961408871
- ^ Henning Thielemann. Adaptive construction of wavelets for image compression. Diploma thesis, Martin-Luther-Universität Halle-Wittenberg, Fachbereich Mathematik/Informatik, 2001. http://edoc.bibliothek.uni-halle.de/servlets/DocumentServlet?id=2134
- ^ Ingrid Daubechies and Wim Sweldens. Factoring wavelet transforms into lifting steps. J. Fourier Anal. Appl., 4(3):245--267, 1998. http://cm.bell-labs.com/who/wim/papers/factor/index.html