方差 Resources

Showing items tagged with "方差"

This experimental program computes various parameters of vibration signals, implementing key statistical and signal processing calculations including mean value, standard deviation, variance, skewness, kurtosis, peak-to-peak value, root mean square amplitude, average amplitude, peak value, waveform factor, crest factor, impulse factor, and margin indicator using efficient numerical algorithms.

MATLAB 247 views Tagged

White Noise Testing in Random Signal Analysis Experiments: Characteristics of white noise signals including mean, variance, correlation function, probability density, frequency spectrum, and power spectral density, with implementation approaches using signal processing functions.

MATLAB 216 views Tagged

Image quality assessment using entropy, average gradient, edge strength, variance, and other metrics with implementation insights

MATLAB 200 views Tagged

This project implements speech recognition for passwords composed of digits 0-9 by calculating the cross-correlation function between two signals and their corresponding variance, using maximum variance as the discrimination threshold. Signal preprocessing is essential and includes FIR filter-based pre-emphasis and endpoint detection using short-term average energy and zero-crossing rate methods to extract useful signals. These preprocessing steps maximize recognition accuracy. The cross-correlation function, which quantifies signal similarity, helps differentiate test signals from template signals. In MATLAB implementation, key functions like xcorr() for cross-correlation calculation and var() for variance computation are utilized, while preprocessing involves designing FIR filters with fir1() and implementing energy/zcr-based endpoint detection algorithms.

MATLAB 257 views Tagged