Single-Tone Frequency Measurement with Matlab Implementation

Single-tone frequency measurement (estimation) via DFT, MLE and Weighted Averaging.
365.0 次下载
更新时间 2018/8/14

查看许可证

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)

引用格式

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. 检索来源 .

MATLAB 版本兼容性
创建方式 R2014b
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.1.0.0

A new reference literature has been added.

1.0.0.0