basic global thresholding
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.
Cita come
Rongwen Lu (2025). basic global thresholding (https://www.mathworks.com/matlabcentral/fileexchange/38390-basic-global-thresholding), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
- Control Systems > System Identification Toolbox > Nonlinear Model Identification > Hammerstein-Wiener Models >
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
Versione | Pubblicato | Note della release | |
---|---|---|---|
1.0.0.0 |