Phase Difference Measurement with Matlab
The present code is a Matlab function that provides a measurement of the phase difference between two signals. The measurement is based on Discrete Fourier Transform (DFT) and Maximum Likelihood (ML) estimation of the signals’ initial phases. The method is highly noise resistive.
An example is given in order to clarify the usage of the function. The input and output arguments are given in the beginning of the code.
The code is based on the theory described in:
[1] M. Sedlacek, M. Krumpholc. “Digital measurement of phase difference – a comparative study of DSP algorithms”. Metrology and Measurement Systems, Vol. XII, No. 4, pp. 427-448, 2005.
[2] M. Sedlacek. “Digital Measurement of Phase Difference of LF Signals A Comparison of DSP Algorithms”. Proceedings of XVII IMEKO World Congress, pp. 639-644, 2003.
Cite As
Hristo Zhivomirov (2023). Phase Difference Measurement with Matlab (https://www.mathworks.com/matlabcentral/fileexchange/48025-phase-difference-measurement-with-matlab), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Acknowledgements
Inspired: Frequency Response Measurement with Matlab, Impedance Frequency Response Measurement with Matlab
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.5.0.0 | A new version of the code has been uploaded. |
||
1.4.0.0 | A new version of the code has been uploaded. |
||
1.3.0.0 | A new version of the code has been uploaded. |
||
1.2.0.0 | A new version of the code has been uploaded. |
||
1.1.0.0 | A new version of the code has been uploaded. |
||
1.0.0.0 |