处理 Resources

Showing items tagged with "处理"

WAV file preprocessing including pre-emphasis, framing, merging, with successful test results and code implementation details

MATLAB 236 views Tagged

Using rice.tif as a sample image, this guide demonstrates key techniques for processing and analyzing grayscale images through morphological operations. The workflow involves: removing uneven background illumination from the grayscale image, converting the processed image to binary using thresholding techniques, performing component labeling to identify object properties, and calculating statistical features of detected objects. Code implementations include background correction algorithms, Otsu's thresholding method, and connected component analysis for feature extraction.

MATLAB 276 views Tagged

Application of various filters for signal processing including arithmetic mean, geometric mean, harmonic mean, contraharmonic mean, median filtering, midpoint filtering, and max/min filters with implementation approaches

MATLAB 288 views Tagged

Speech Signal Analysis, Processing and Design. The MATLAB-based voice changer operates by modifying input audio frequencies to alter timbre and pitch, creating perceptually distinct output sounds. Voice changers employ dual-composite modifications of both timbre and pitch characteristics. For self-generated vocal inputs, formant frequency alteration is achieved through resampling techniques, enabling diverse vocal effects.

MATLAB 291 views Tagged