重构 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 189 views Tagged

MATLAB implementation of ridgelet multiscale transform for image analysis, reconstruction, and compression with detailed algorithm explanations

MATLAB 199 views Tagged

3D reconstruction technology represents a crucial field in computer vision research, with stereo vision serving as a fundamental technique that utilizes stereo image pairs captured by left and right cameras to reconstruct 3D scene information based on geometric relationships, often implemented through disparity mapping and triangulation algorithms.

MATLAB 231 views Tagged