短时分析 Resources

Showing items tagged with "短时分析"

Implementing short-time analysis of speech signals using MATLAB, including voiced/unvoiced decision, pitch period estimation, and experimental report preparation with code implementation details.

MATLAB 261 views Tagged

Short-time analysis of speech signals including: framing, short-time energy, short-time average magnitude, short-time zero-crossing rate, short-time autocorrelation function, short-time magnitude difference, cepstrum, complex cepstrum, LPC coefficients, and LPC spectral estimation. Guaranteed quality implementation with code explanations for each module - these fundamental programs were assigned by my supervisor after guaranteed graduate admission.

MATLAB 274 views Tagged

Short-term analysis of speech signals includes key components such as frame splitting, short-term energy, short-term average magnitude, short-term zero-crossing rate, short-term autocorrelation function, short-term magnitude difference, cepstrum, complex cepstrum, LPC coefficients, and LPC spectral estimation. These fundamental programs assigned by my supervisor after securing postgraduate admission ensure absolute quality through robust implementation.

MATLAB 270 views Tagged

Speech signals are time-varying in nature, with individual parameter variations occurring more gradually than the signal itself. Consequently, measuring these parameters requires a significantly lower sampling frequency compared to the signal's original sampling rate. Through window function weighting, the signal is segmented in the time domain into local signal sequences for measurement. Proper short-time analysis requires defining two key dimensions: window length (duration of the weighted signal segment) and measurement interval (frame rate, representing the spacing between consecutive windows). Core short-time analysis operations include short-time energy (reflecting amplitude variations), short-time autocorrelation function (detecting periodicity), and short-time zero-crossing rate.

MATLAB 242 views Tagged