Statistical Spectrum and Frequency Estimation Examples

Examples from the M. Hayes' famous book "Statistical Digital Signal Processing and Modeling".
1,7K téléchargements
Mise à jour 21 déc. 2017

Afficher la licence

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.

Citation pour cette source

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. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2011b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur AI for Signals dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
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.