Time interval

Hi all!

I have the following flowgraph with a sample rate = 32k :

Random source --> Throttle --> uchar to float --> scope sink

If a zoom in the plot I can see that the time interval between each
sample is 40 us. How can I compute this value?

Marco.

On 09.02.2014 12:28, Marco B. wrote:

Hi all!

I have the following flowgraph with a sample rate = 32k :

Random source --> Throttle --> uchar to float --> scope sink

If a zoom in the plot I can see that the time interval between each
sample is 40 us. How can I compute this value?

Time between samples is 1./sampling rate. 1/32k=31.25us, the sink
probably has ticks at even intervals.

MB