discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Getting overflows at 50 Msps (not sure why)


From: Ron Economos
Subject: Re: [Discuss-gnuradio] Getting overflows at 50 Msps (not sure why)
Date: Wed, 04 Jun 2014 15:42:51 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.28) Gecko/20120306 Thunderbird/3.1.20

On 6/4/2014 2:16 PM, Orin Lincoln wrote:
Hello,

I am trying to get samples from a B200 at 50 Msps into GNU Radio. The UHD benchmark_rate tool receives at 50 Msps without any overflows detected. My GNU Radio flowgraph is simply a USRP source connected to a null sink, and I'm still getting overflows. I've tried expanding the min_output_buffer for the USRP source, but that doesn't seem to help. I really don't know what is causing the problem. Any suggestions about what I should try?

Thank you,
Orin Lincoln

On bladeRF, the number of USB3.0 buffers makes a big difference
in the maximum sample rate without overruns. On the B200, you
can try the same thing by increasing the number of buffers
in the device_addr arguments.

device_addr="recv_frame_size=65536,num_recv_frames=128,...."

Ron




reply via email to

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