discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] USB transfers speeds with USRP 1


From: Jason Uher
Subject: Re: [Discuss-gnuradio] USB transfers speeds with USRP 1
Date: Mon, 27 Jul 2009 15:10:42 -0500

> Now, the funny thing is that when I run test_usrp_standard_rx in
> /usrp/host/apps using sudo ./test_usrp_standard_rx -D 8 -M 900, I get
> noverruns=0.  So with my PC and USRP I can actually get a transfer
> rate of 32MB/s which leads me to believe that something in the setup
> of my application might cause the problems with the USB transfer rate.
>
> Does anyone have any ideas to what might be happening?
>


I've run into similar issues and it probably has more to do with your
hard drive than your processor.  test_usrp_standard_rx only tests the
usrp(usb) transfer rates, your flow graph probably chokes at the disk
writes.

A simple way to test this is to have the samples go to a null sink, if
you have no problems, then it's your disk.  You can test the speed
capabilities of your disk by setting up a signal source (or two, in
your case) of a specified rate and writing it to disk until you find a
good rate that you can sustain (hdparm will give you a good idea of
overall rates, but by testing with gnuradio directly you will have a
better idea of your capabilities in real world scenarios).

Jason




reply via email to

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