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

Estimate noise of 1-D wavelet coefficients.

Syntax

Description

STDC = wnoisest(C,L,S) returns estimates of detail coefficients standard deviation for levels contained in input vector S. [C,L] is the input wavelet decomposition structure (see wavedec).

The estimator used is Maximum Absolute Deviation / 0.6745, well suited for zero mean Gaussian white noise in de-noising one-dimensional models (see
thselect).

Examples

Limitations

This procedure is well suited for Gaussian white noise.

See Also

thselect, wavedec, wden

References

D.L. Donoho, I.M. Johnstone (1994), "Ideal spatial adaptation by wavelet shrinkage," Biometrika, vol 81, pp. 425-455.



[ Previous | Help Desk | Next ]