Single-Tone Frequency Measurement with Matlab Implementation

Single-tone frequency measurement (estimation) via DFT, MLE and Weighted Averaging.
368 download
Aggiornato 14 ago 2018

Visualizza la licenza

The present code is a Matlab function that provides a measurement of the single-tone signal frequency. The measurement is based on a Discrete Fourier Transform (DFT) of the signal and two-step estimation procedure involving classic Maximum Likelihood (ML) coarse estimation and author’s Weighted Averaging (WA) finer estimation of the frequency index that maximizes the modified signal periodogram. The method could be used for frequency estimation of any type of stationary periodic signals (e.g., sine wave, rectangular, triangular, etc.).

An example is given in order to clarify the usage of the function. For convenience, the input and output arguments are given in the beginning of the function.

The code is based on the theory described in:

[1] H. Zhivomirov, I. Nedelchev, R. Vasilev. A Method for Single-Tone Frequency Estimation. Romanian Journal of Acoustics and Vibration, ISSN: 1584-7284, Vol. XIII, No. 1, pp. 20-24, 2016. (http://www.sra.ro/Arhiva/2016/nr1/Paper_4_page20-24.pdf)

Cita come

Hristo Zhivomirov (2024). Single-Tone Frequency Measurement with Matlab Implementation (https://www.mathworks.com/matlabcentral/fileexchange/56471-single-tone-frequency-measurement-with-matlab-implementation), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2014b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.1.0.0

A new reference literature has been added.

1.0.0.0