说话人识别系统 Resources

Showing items tagged with "说话人识别系统"

Development of a text-independent speaker recognition system using vector quantization (VQ) in MATLAB environment. This system enables real-time identification of speakers from 1-7 second voice recordings through live audio capture. The implementation includes feature extraction using MFCC (Mel-frequency cepstral coefficients), codebook generation via LBG (Linde-Buzo-Gray) algorithm, and pattern matching through distortion measurement. Usage instructions: 1) Launch MATLAB and set Current Directory to VQ folder path (e.g., E:\vq) 2) Execute training commands in Command Window to create speaker models 3) Perform real-time recognition through audio input interface.

MATLAB 263 views Tagged

Speaker Recognition System % Extract all files in the current MATLAB directory, then type "speakerrecognition" % in the MATLAB command window. A simple and intuitive graphical user interface will appear. % % GUI Functionalities: % % ONE-TO-ONE Speaker Recognition - Verification % Select two audio files. The system will determine whether the voice characteristics belong % to the same person or not (one-to-one speaker recognition, also known as verification). % Audio inputs can be loaded from disk or recorded using a microphone. % % ADD A NEW SOUND TO DATABASE % Select an audio file to add to the database with a unique positive integer ID for speaker association.

MATLAB 243 views Tagged