估计 Resources

Showing items tagged with "估计"

The EM (Expectation-Maximization) algorithm for estimating unknown data is widely applicable and can be used for synchronization tasks, among other implementations involving iterative probability estimation.

MATLAB 192 views Tagged

Estimating the power spectrum of sequences using the periodogram method with a Hamming data window. The scenario involves resolving three sinusoidal signals of different frequencies embedded in white noise, where phases are independent random variables uniformly distributed over 2π, and amplitude corresponds to unit white noise. A collection of 50 sample sequences, each of length N=512, is generated for analysis.

MATLAB 200 views Tagged

Implementation of Burg's method for AR(P) model parameter estimation, where ef represents forward prediction error, bf denotes backward prediction error, and mse indicates the mean squared error of prediction. The final program output stores prediction errors for all orders in a lower triangular matrix structure, with efficient implementation using reflection coefficients and Levinson-Durbin recursion.

MATLAB 238 views Tagged

This MATLAB program implements comprehensive signal processing techniques including autocorrelation function estimation using both direct computation and FFT-based methods, signal frequency estimation through advanced algorithms (MUSIC, ROOTMUSIC, ESPRIT, and MVDR), and power spectrum estimation employing Levinson-Durbin recursion, Blackman-Tukey method, and periodogram approach. The implementation includes comparative simulation plots and detailed code explanations for algorithm verification and performance analysis.

MATLAB 256 views Tagged