discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] USRP underflow issue


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] USRP underflow issue
Date: Thu, 04 Jun 2015 10:51:52 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

Hi Irene,

"U"nderflows occur when your application doesn't supply samples fast enough to the USRP. This is well-reflected by the fact that with the lowest sampling rate things work.

Now, there might be different reasons, and the most prominent one is that your data source ultimately doesn't provide any faster. Also, if your processing is very complex, your computer might become a bottleneck.
Often, people get confused and use the "throttle" block in a flow graph that actually contains hardware. Never ever do that!

Best regards,
Marcus
On 06/04/2015 10:31 AM, irene menicagli wrote:

Hi everyone,


I’m new to Gnuradio and I have some problems with USRP N210 with WBX daughterboards. I send data coming from udp socket to USRP and I am encountering underflow issue.


I think that problem is due to the rate of the data transmitted to USRP. I have tried to set the sample rate in the USRP using different values. Only with the lowest value, 200 ksps, it seems to work (no underflow) but increasing the sample rate underflow appears.


Moreover, I have repeated the test with 200 ksps more than once with the same configuration and in some cases underflow appears.


Could you please help me?


Thanks

Irene



_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


reply via email to

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