basic global thresholding
版本 1.0.0.0 (1.4 KB) 作者:
Rongwen Lu
this function is to estimate a threshold using the basic global threshholding algorithm
The input is a vector x, the output is an estimated threshold T, which groups x into two clusters using the basic global thresholding
procedures:
1)Randomly select an initial estimate threshold T.
2)Segment the signal using T, which will yield two groups, G1 consisting of all points with values<=T and G2 consisting of points with value>T.
3)Compute the average distance between points of G1 and T, and points of G2 and T.
4)Compute a new threshold value T=(M1+M2)/2
5)Repeat steps 2 through 4 until the change of T is smaller enough.
引用格式
Rongwen Lu (2026). basic global thresholding (https://ww2.mathworks.cn/matlabcentral/fileexchange/38390-basic-global-thresholding), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R2011a
兼容任何版本
平台兼容性
Windows macOS Linux类别
- Control Systems > System Identification Toolbox > Nonlinear Model Identification > Hammerstein-Wiener Models >
在 Help Center 和 MATLAB Answers 中查找有关 Hammerstein-Wiener Models 的更多信息
标签
| 版本 | 已发布 | 发行说明 | |
|---|---|---|---|
| 1.0.0.0 |
