Burg法 Resources

Showing items tagged with "Burg法"

Implementation and comparative analysis of modern spectral estimation methods including autocorrelation method, covariance method, and Burg method based on AR models, with performance evaluation and comparison against classical spectral estimation techniques.

MATLAB 293 views Tagged

This MATLAB-based power spectrum estimation project processes 100 years of sunspot activity data using periodogram, maximum entropy estimation (AR method and Burg method). The implementation generates signal power spectra to calculate sunspot activity cycles, featuring algorithm comparisons and spectral analysis techniques.

MATLAB 268 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 239 views Tagged