Wavelet Toolbox Previous page   Next Page
lwtcoef

Extract or reconstruct 1-D LWT wavelet coefficients

Syntax

Description

Y = lwtcoef(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
'd'
details
'ca'
coefficients of approximations
'cd'
coefficients of details

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

Examples

See Also

ilwt, lwt


Previous page  lwt2 lwtcoef2 Next page

© 1994-2005 The MathWorks, Inc.