discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] USRP2 latency calculations


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] USRP2 latency calculations
Date: Wed, 5 Nov 2008 08:23:29 -0800
User-agent: Mutt/1.5.18 (2008-05-17)

On Wed, Nov 05, 2008 at 04:26:04PM +0100, Mattias Kjellsson wrote:
> Hi,
>
> Wouldn't one be able to use for instance "set_freq()" or find() as a  
> messure? Although there might be some overhead, you will receive an "ok  
> I have set the freq"/"Ok here I am"- packet from the usrp2. Although one  
> could think of more elaborate schemes involving a special OP_CODE  
> (usrp2_eth_packet.h)...
>
> Cheers
> //Mattias Kjellsson
>

set_freq would not be a good measure, since it takes a while to
configure the daughterboard.  find() isn't great either, since it
waits 10ms to ensure that it's gathered all responses to it's
broadcast.

set_rx_decim should give a reasonable measurement, as long as you're
not streaming data.

Eric




reply via email to

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