Statistical Spectrum and Frequency Estimation Examples

Examples from the M. Hayes' famous book "Statistical Digital Signal Processing and Modeling".
1,7K descargas
Actualizado 21 dic 2017

Ver licencia

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.

Citar como

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. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2011b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre AI for Signals en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
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.