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

Multi-level 1-D wavelet reconstruction.

Syntax

Description

waverec performs a multi-level one-dimensional wavelet reconstruction using either a specific wavelet ('wname', see wfilters) or specific reconstruction filters (Lo_R and Hi_R). waverec is the inverse function of wavedec in the sense that the abstract statement waverec(wavedec(X,N,'wname'),'wname') returns X.

X = waverec(C,L,'wname') reconstructs the signal X based on the multi-level wavelet decomposition structure [C,L] and wavelet 'wname'. (For information about the decomposition structure, see wavedec.)

X = waverec(C,L,Lo_R,Hi_R) reconstructs the signal X as above, using the reconstruction filters you specify.

Remarks

Note that X = waverec(C,L,'wname') is equivalent to
X = appcoef(C,L,'wname',0).

Examples

See Also

appcoef, idwt, wavedec

[ Previous | Help Desk | Next ]