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

Perform soft or hard thresholding.

Syntax

Description

Y = wthresh(X,SORH,T) returns the soft (if SORH = 's') or hard (if SORH = 'h') T-thresholding of the input vector or matrix X. T is the threshold value.

Y = wthresh(X,'s',T) returns , soft thresholding is wavelet shrinkage.

Y = wthresh(X,'h',T) returns , hard thresholding is more crude.

Examples

See Also

wden, wdencmp, wpdencmp

[ Previous | Help Desk | Next ]