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

Extract 2-D detail coefficients.

Syntax

Description

detcoef2 is a two-dimensional wavelet analysis function.

D = detcoef2(O,C,S,N) extracts from the wavelet decomposition structure [C,S] (see wavedec2), the horizontal, vertical, or diagonal detail coefficients for O = 'h'(or 'v' or 'd', respectively), at level N.

Level N must be an integer such that 1 <= N <= size(S,1)-2.

Examples

See Also

appcoef2, wavedec2

[ Previous | Help Desk | Next ]