discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] time interval


From: Martin Braun
Subject: Re: [Discuss-gnuradio] time interval
Date: Sun, 09 Feb 2014 19:43:31 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

On 09.02.2014 12:28, Marco Bosco 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]