discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: USRP N210 growing latencies


From: Marcus Müller
Subject: Re: USRP N210 growing latencies
Date: Tue, 26 Oct 2021 19:43:02 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

Hello!


On 26.10.21 16:12, Fabien PELLET wrote:
> 
> Why that propagation delay is always growing ?
> 

Exactly *becuause* your underflowing.

Your Receive side produces N samples – but too slow at some point, leading to 
your
transmitter needing to "invent" an amount P of samples, because it simply has a 
fixed
sample rate.

So, now, from the point of view of the transmitter's DAC, N+P sample periods 
have passed,
whereas the receiver's ADC saw N sample periods. This repeats, and every P > 0. 
Therefore,
the delay is always only growing.

Best regards,
Marcus



reply via email to

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