预处理 Resources

Showing items tagged with "预处理"

Complete source code for audio watermarking in DCT domain, including comprehensive implementation of watermark image preprocessing (2D binary image Arnold transformation, chaotic encryption, dimension reduction), watermark embedding/extraction algorithms, and performance evaluation using SNR and similarity coefficients.

MATLAB 228 views Tagged

MFCC, or Mel-Frequency Cepstral Coefficients, represent one of the fundamental features in speech signal processing that effectively models human auditory perception. The computational pipeline involves preprocessing, windowing, Fourier transformation, power spectrum calculation, natural logarithm application, and discrete cosine transform (DCT). The MATLAB implementation leverages a speech processing toolbox available for online download, with key functions including frame segmentation, FFT operations, and Mel-filterbank integration.

MATLAB 321 views Tagged

Comprehensive preprocessing pipeline for iris recognition system, featuring modular functions for basic image enhancement, Canny edge detection, Hough transform-based circular boundary localization (inner and outer iris boundaries), and final normalization converting circular iris rings to rectangular formats. Includes sample images and custom GUI interface - while requiring further refinement, the core preprocessing tasks are effectively implemented. Performance optimization suggestions include replacing Hough transform with least-squares fitting algorithm for improved boundary detection accuracy.

MATLAB 332 views Tagged