阈值 Resources

Showing items tagged with "阈值"

In partial discharge testing, acquired signals often contain white noise and periodic interference that need removal. This implementation utilizes the commonly used db6 wavelet from the Daubechies series to perform a 9-level multiresolution decomposition. Based on the energy characteristics of white noise, threshold values for each scale are estimated using hard thresholding processing, followed by signal reconstruction. The algorithm involves wavelet decomposition, noise variance estimation, and threshold application using MATLAB's wdenoise function or custom implementation with wthresh.

MATLAB 187 views Tagged

Implementation of threshold-based image segmentation methods using MATLAB, including Otsu's method, maximum entropy, clustering approaches, and other algorithms with practical usage examples

MATLAB 192 views Tagged

Speech denoising using wavelet packet decomposition with threshold estimation via entropy spectral probability density function to remove real-world environmental noise. The implementation involves signal decomposition, entropy-based threshold calculation, and coefficient processing for noise removal.

MATLAB 272 views Tagged

A threshold-based particle comparison criterion for handling multi-objective constrained optimization problems, which retains infeasible solution particles with small ordinal values and constraint violations within acceptable ranges, facilitating evolution from infeasible to feasible solutions. A novel crowding distance function assigns higher values to points in sparse regions and near Pareto front boundaries, increasing their selection probability, constituting a hybrid particle swarm optimization algorithm for solving multi-objective constrained optimization problems.

MATLAB 175 views Tagged

Leveraging the multiscale analysis properties of wavelet transform, this approach improves basic frequency-domain spectral subtraction by applying different thresholds at various wavelet domain scales. It separates voiced and unvoiced sounds during denoising based on their distinct characteristics, preserving unvoiced components to produce fuller-sounding speech while employing adaptive algorithms to further enhance signal quality.

MATLAB 229 views Tagged

This program implements blood vessel extraction from retinal images using Kirsch's edge detection templates. The algorithm applies Kirsch's templates at multiple orientations to filter input retinal images, with an adjustable threshold parameter for fine-tuning the vessel extraction output. The implementation includes directional filtering and morphological processing to enhance vascular structure detection.

MATLAB 173 views Tagged