discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] [UHD] CMake Error: The following variables are us


From: Josh Blum
Subject: Re: [Discuss-gnuradio] [UHD] CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Date: Wed, 22 Dec 2010 16:47:32 -0800
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Lightning/1.0b2 Thunderbird/3.1.7


On 12/22/2010 04:10 PM, Sangho Oh wrote:
> I have compiled and run UHD code that was downloaded one day in last week.
> One problem was that "tx_timed_samples.cpp" does not work.
> The timing control didn't work.
> Even I give 10 secs delay, the code just promptly send samples without any
> delay.
> Whereas receiver properly wait for the specified time before starting the
> reception process.
> 
On this issue, you are probably sending a small number of samples which
are completely consumed by the device. The example app does not wait for
an end of burst acknowledgement so it exits before the samples are
actually transmitted.

Try setting --nsamps to a very large value (several seconds worth of
samples) to prove that the send-timed is indeed functioning.

-josh



reply via email to

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