How to measure the phase difference between two signals in simulink?
249 views (last 30 days)
Show older comments
I have two signals in my circuit and i would like to measure the phase difference between them. Is there a block i could use? If not, how can i measure this difference?
4 Comments
Hamed Bahmani
on 13 Jun 2018
You can use Fourier block to get amplitude and phase angle of each signal, and by subtracting the phase angles you will get the phase difference between your signals.
amr mousa
on 27 May 2020
dear hamed
fourier block uses for Fund, dc. or harmonics, i want to measure the original signal angle, how can i do it ?
Accepted Answer
Rick Rosson
on 1 Aug 2012
Try multiplying the two signals together, and then passing the result through a low pass filter.
3 Comments
Sukvasant Tantikovt
on 6 May 2019
You may find the answer from https://en.wikipedia.org/wiki/Phase_detector#Analog_phase_detector
More Answers (2)
Hamed Bahmani
on 13 Jun 2018
You can use Fourier block to get amplitude and phase angle of each signal, and by subtracting the phase angles you will get the phase difference between your signals.
4 Comments
sara fathy
on 3 Nov 2022
This gives a different answer from the known way .... measuring from the graph directly!!
Getu Gabisa
on 15 Sep 2020
Phase difference measurment
Its accuracy is based on the sampling time you use.By simply connecting in parallel you can measure phase differnce of any number of signales with resepect to a reference signal.
4 Comments
Gokul Krishnan
on 11 Jun 2024
Hi I came across your model for measuring phase difference in one of my projects. Could you please give me an explanation of how this works ? I did not understand the state-flow chart
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!