Threshold selection for denoising
returns the threshold value adapted to the 1-D signal THR
= thselect(X
,TPTR
)X
using
the selection rule specified by TPTR
. Available selection rules are:
'rigrsure'
— Adaptive threshold selection using the
principle of Stein's Unbiased Risk Estimate (SURE).
'sqtwolog'
— Fixed-form threshold is
sqrt(2*log(length(X)))
.
'heursure'
— Heuristic variant of
'rigrsure'
and
'sqtwolog'
.
'minimaxi'
— Minimax thresholding.
[1] Donoho, D. L. “Progress in Wavelet Analysis and WVD: A Ten Minute Tour.” Progress in Wavelet Analysis and Applications (Y. Meyer, and S. Roques, eds.). Gif-sur-Yvette: Editions Frontières, 1993.
[2] Donoho, D. L., and Johnstone, I. M. “Ideal Spatial Adaptation by Wavelet Shrinkage.” Biometrika, Vol. 81, pp. 425–455, 1994.
[3] Donoho, D. L. “De-noising by Soft-Thresholding.” IEEE Transactions on Information Theory, Vol. 42, Number 3, pp. 613–627, 1995.