Wavelet Toolbox Previous page   Next Page
ilwt2

Inverse 2-D lifting wavelet transform

Syntax

Description

ilwt2 performs a 2-D lifting wavelet reconstruction with respect to a particular lifted wavelet that you specify.

X = ilwt2(AD_In_Place,W) computes the reconstructed matrix X using the approximation and detail coefficients matrix AD_In_Place obtained by a lifting wavelet decomposition. W is a lifted wavelet name (see liftwave).

X = ilwt2(CA,CH,CV,CD,W) computes the reconstructed matrix X using the approximation coefficients vector CA and detail coefficients vectors CH, CV, CD obtained by a lifting wavelet decomposition.

X = ilwt2(AD_In_Place,W,LEVEL) or X = ILWT2(CA,CH,CV,CD,W,LEVEL) computes the lifting wavelet reconstruction, at level LEVEL.

X = ilwt2(AD_In_Place,W,LEVEL,'typeDEC',typeDEC) or X = ilwt2(CA,CH,CV,CD,W,LEVEL,'typeDEC',typeDEC) with typeDEC = 'w' or 'wp' computes the wavelet or the wavelet packet decomposition using lifting, at level LEVEL.

Instead of a lifted wavelet name, you may use the associated lifting scheme LS: X = ilwt2(...,LS,...) instead of X = ilwt2(...,W,...).

For more information about lifting schemes, see lsinfo.

Examples

See Also
lwt2


Previous page  ilwt ind2depo Next page

© 1994-2005 The MathWorks, Inc.