Statistical Spectrum and Frequency Estimation Examples

Examples from the M. Hayes' famous book "Statistical Digital Signal Processing and Modeling".
1.7K Downloads
Updated 21 Dec 2017

View License

Some important classical (non-parametric) and modern (parametric) statistical spectrum and frequency estimation algorithms are demonstrated, reproducing the examples from chapter 8 of M. Hayes book. Namely, the following Methods are exposed:
A) Non-parametric Methods.
i) The Periodogram.
ii) Barlett's Method: Periodogram Averaging.
iii) Welch's Method: Averaging Modified Periodograms.
iv) Blackman-Tukey Method: Periodogram Smoothing.
B) Parametric Methods.
i) The Autocorrelation Method.
ii) The Covariance Method.
iii) The Modified Covariance Method.
iv) The Burg Algorithm.

C) Frequency Estimation.
i) Pisarenko Harmonic Decomposition (PHD).
ii) Multiple Signal Classification (MUSIC).
iii) The Eigenvector Method.
iv) The Minimum Norm Algorithm.

Cite As

Ilias Konsoulas (2024). Statistical Spectrum and Frequency Estimation Examples (https://www.mathworks.com/matlabcentral/fileexchange/57772-statistical-spectrum-and-frequency-estimation-examples), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2011b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on AI for Signals in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0

Corrected some x-axis inconsistencies. No all x-axis frequency variables are in units of pi.

I have updated the link to M. Hayes .m scripts necessary to run these examples.
I improved the appearance of code and figure rendering.