Wavelet Toolbox Previous page   Next Page
lwtcoef2

Extract or reconstruct 2-D LWT wavelet coefficients

Syntax

Description

Y = lwtcoef2(TYPE,XDEC,LS,LEVEL,LEVEXT) returns the coefficients or the reconstructed coefficients of level LEVEXT, extracted from XDEC, the LWT decomposition at level LEVEL obtained with the lifting scheme LS.

The valid values for TYPE are

TYPE Values
Description
'a'
approximations
'h'
horizontal details
'v'
vertical details
'd'
diagonal details
'ca'
coefficients of approximations
'ch'
coefficients of horizontal details
'cv'
coefficients of vertical details
'cd'
coefficients of diagonal details

Y = lwtcoef2(TYPE,XDEC,W,LEVEL,LEVEXT) returns the same output using W, which is the name of a lifted wavelet.

Examples

See Also

ilwt2, lwt2


Previous page  lwtcoef mexihat Next page

© 1994-2005 The MathWorks, Inc.