Wavelet Toolbox Previous page   Next Page
addlift

Add lifting steps to lifting scheme

Syntax

Description

LSN = addlift(LS,ELS) returns the new lifting scheme LSN obtained by appending the elementary lifting step ELS to the lifting scheme LS.

LSN = addlift(LS,ELS,'begin') prepends the specified elementary lifting step.

ELS is either a cell array (see lsinfo)

or a structure (see liftfilt)

with

LSN = addlift(LS,ELS,'end') is equivalent to addfilt(LS,ELS).

If ELS is a sequence of elementary lifting steps, stored in a cell array or an array of structures, then each of the elementary lifting steps is added to LS.

For more information about lifting schemes, see lsinfo.

Examples

See Also

liftfilt


Previous page  Functions -- Alphabetical List allnodes Next page

© 1994-2005 The MathWorks, Inc.