特征提取 Resources

Showing items tagged with "特征提取"

Speech signal processing and speech recognition generally involve preprocessing, feature extraction, vectorization, and matching calculation stages. This guide explains how to implement filtering, framing, windowing, and endpoint detection on speech signals using MATLAB, with specific code examples and algorithm descriptions. Note: The Voicebox toolbox (available online) provides essential functions for comprehensive speech processing implementations.

MATLAB 361 views Tagged

The Statistical Pattern Recognition Toolbox includes: 1) Analysis of linear discriminant functions with implementation examples, 2) Feature extraction using Linear Discriminant Analysis (LDA) algorithms, 3) Probability distribution estimation and clustering techniques, 4) Support Vector Machines and other kernel-based methods with practical code demonstrations.

MATLAB 296 views Tagged

Extracting features from flame images, including flame flicker frequency, flame region area, and flame combustion region cropping, with implementation details using computer vision algorithms

MATLAB 207 views Tagged

PCA algorithm for feature extraction in facial recognition, which is the most widely used traditional facial recognition technique. This method achieves dimensionality reduction by constructing feature subspaces through eigenvalue decomposition of covariance matrices.

MATLAB 208 views Tagged