Measure dt between two sample points

  • Software
  • Measure dt between two sample points
Dino Morio

Posted on 13.04.2022 10:37

Hi,


I have a periodic signal and would like to measure the time between 2 consecutive sample points.


I can do this manually using the cursor as below (~2ms), but is there a math formula i can use to automate this?


Aljaž Blažun
Project Manager
Posted on 14.04.2022 09:17

Dear Dino,


If you have the synchronous signal the time difference between two points is actually one divided by the sample rate.

So using the math function that would be "1/sr".


But if you have an asynchronous signal you can find the instructions on the following link.


Kind regards,

Aljaž

Dino Morio

Posted on 14.04.2022 14:05

Seems to do what I want. Thanks.

Login to reply to this topic. If you don't have account yet, you can signup for free account .