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

Extract 1-D detail coefficients.

Syntax

Description

detcoef is a one-dimensional wavelet analysis function.

D = detcoef(C,L,N) extracts the detail coefficients at level N from the wavelet decomposition structure [C,L] (see wavedec). Level N must be an integer such that 1 <= N <= length(L)-2.

D = detcoef(C,L) extracts the detail coefficients at last level
n=length(L)-2
.

Examples

See Also

appcoef, wavedec

[ Previous | Help Desk | Next ]