Wavelet Toolbox
  Go to function:
    Search    Help Desk 
biorfilt    Examples   See Also

Biorthogonal wavelet filter set.

Syntax

Description

The biorfilt command returns either four or eight filters associated with biorthogonal wavelets.

[LO_D,HI_D,LO_R,HI_R] = biorfilt(DF,RF) computes four filters associated with the biorthogonal wavelet specified by decomposition filter DF and reconstruction filter RF. These filters are:

LO_D
Decomposition low-pass filter
HI_D
Decomposition high-pass filter
LO_R
Reconstruction low-pass filter
HI_R
Reconstruction high-pass filter

[LO_D1,HI_D1,LO_R1,HI_R1,LO_D2,HI_D2,LO_R2,HI_R2] = biorfilt(DF,RF,'8') returns eight filters, the first four associated with the decomposition wavelet, and the last four associated with the reconstruction wavelet.

It is well known in the sub-band filtering community that if the same FIR filters are used for reconstruction and decomposition, then symmetry and exact reconstruction are incompatible (except with the Haar wavelet). Therefore, with biorthogonal filters, two wavelets are introduced instead of just one:


Further, the two wavelets are related by duality in the following sense:


as soon as or and

as soon as .

It becomes apparent, as A. Cohen pointed out in his thesis (p. 110), that "the useful properties for analysis (e.g., oscillations, null moments) can be concentrated in the function whereas the interesting properties for synthesis (regularity) are assigned to the function. The separation of these two tasks proves very useful."

and can have very different regularity properties, being more regular than (see Daubechies p. 269).

The , , and functions are zero outside a segment.

Examples

Note: For biorthogonal wavelets, the filters for decomposition and reconstruction are in general of different odd lengths. This situation occurs, for example, for "splines" biorthogonal wavelets used in the toolbox, where the four filters are zero-padded to have the same even length.

See Also

biorwavf, orthfilt

References

A. Cohen (1992) "Ondelettes, analyses multirésolution et traitement numérique du signal," Ph. D. Thesis, University of Paris IX, DAUPHINE.

I. Daubechies (1992), "Ten lectures on wavelets," CBMS-NSF conference series in applied mathematics. SIAM Ed.



[ Previous | Help Desk | Next ]