Delay between two signals

4 views (last 30 days)
Palese Annamaria
Palese Annamaria on 28 Feb 2021
Edited: Palese Annamaria on 8 Mar 2021
I need to calculate the time between the end of a first signal and the end of a second signal.
It can be supposed that the two signals start at the same time.
How i can do?

Answers (1)

Keerthana Chiruvolu
Keerthana Chiruvolu on 7 Mar 2021
Hi Palese,
One simple way to do this is by displaying both the signals with the Scope block and calculate the time difference using the cursor measurements.
  1 Comment
Palese Annamaria
Palese Annamaria on 8 Mar 2021
Edited: Palese Annamaria on 8 Mar 2021
Hello Keerthana,
thank you for your answer, but I need a solution for my problem that has to be automatic.
Can I calculate this delay with a specific Matlab function?

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!