语音 Resources

Showing items tagged with "语音"

A MATLAB implementation that extracts pitch frequency from speech signals. The program processes .wav audio files as input and outputs pitch frequency values for each frame, featuring advanced signal processing algorithms like autocorrelation or cepstrum analysis for accurate pitch detection.

MATLAB 288 views Tagged

1. Implement voice recording with time-frequency domain processing to achieve voice transformation through pitch shifting and time stretching, ensuring processed audio maintains intelligibility. 2. Develop GUI for visualizing input/output signals in both time and frequency domains, with comparative waveform analysis for different parameter settings.

MATLAB 337 views Tagged

HMM initial recognition estimation with compact implementation, ideal for learning Hidden Markov Model applications in speech processing with minimal code complexity.

MATLAB 281 views Tagged

Blind Signal Separation (BSS) represents a cutting-edge research topic in signal processing with broad applications across wireless communications, medical diagnostics, speech processing, and seismic signal analysis. The FastICA algorithm, based on negentropy maximization, serves as a powerful method for separating mixed signals. This approach operates by processing non-Gaussian signals under independence assumptions to extract hidden source signals from observed mixtures. Key implementation aspects include whitening preprocessing, iterative optimization for independence, and convergence validation techniques.

MATLAB 303 views Tagged

MATLAB-based short-time spectral analysis of speech signals, covering spectrum analysis, spectrogram analysis, and result interpretation with implementation details

MATLAB 261 views Tagged