预处理 Resources

Showing items tagged with "预处理"

Key procedures in EEG signal processing including preprocessing, feature extraction, and classification algorithms with implementation approaches

MATLAB 279 views Tagged

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

Face recognition implementation based on PCA (Principal Component Analysis) and LDA (Linear Discriminant Analysis). The main function loads image files, applies preprocessing techniques, executes the face recognition algorithm with dimensionality reduction, and generates performance accuracy plots.

MATLAB 272 views Tagged

This process involves iteratively reading a series of DICOM dataset files using the dicomread function to create a 3D matrix, performing preprocessing with smooth3 for noise reduction, then constructing a 3D model using isosurface, isocap, isonormals, and patch functions. Finally, view, lighting, colormap, and lightangle functions are applied to configure visual properties and lighting effects for realistic rendering.

MATLAB 247 views Tagged

This is a Hidden Markov Model (HMM) based digital speech recognition system that accurately recognizes digits 0-9. The implementation features a MATLAB GUI interface for recording and playback operations, incorporates preprocessing modules to enhance recognition accuracy, and includes sample audio files for demonstration purposes.

MATLAB 306 views Tagged