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 are two filters, then one level the traditional wavelet transform maps an input signal to two output signals , 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 their computation by splitting the filters and the signal into even and odd indexed values before the wavelet 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 split filters is:

This can be written as matrix-vector-multiplication

This matrix 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.

Properties edit

The representation of sub-band coding by the polyphase matrix is more than about write simplification. It allows the adaptation of many results from matrix theory and module theory. The following properties are explained for a   matrix, but they scale equally to higher dimensions.

Invertibility/perfect reconstruction edit

The case that a polyphase matrix allows reconstruction of a processed signal from the filtered data, is called perfect reconstruction property. Mathematically this is equivalent to 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 Kronecker delta, which is zero everywhere except for one value.

 

By Cramer's rule the inverse of   can be given immediately.

 

Orthogonality edit

Orthogonality means that the adjoint matrix   is also the inverse matrix of  . 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

 

Operator norm edit

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   and the z transform  :[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.

Lifting scheme edit

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 to convolution, not a field.

References edit

  1. ^ Strang, Gilbert; Nguyen, Truong (1997). Wavelets and Filter Banks. Wellesley-Cambridge Press. ISBN 0-9614088-7-1.
  2. ^ Thielemann, Henning (2001). Adaptive construction of wavelets for image compression (Diploma thesis). Martin-Luther-Universität Halle-Wittenberg, Fachbereich Mathematik/Informatik. Archived from the original on 2011-07-18. Retrieved 2006-11-10.
  3. ^ Daubechies, Ingrid; Sweldens, Wim (1998). "Factoring wavelet transforms into lifting steps". J. Fourier Anal. Appl. 4 (3): 245–267. doi:10.1007/BF02476026. S2CID 195242970. Archived from the original on 2006-12-07.