Re: [Discuss-gnuradio] Newbe: Jerky sound with usrp_wfm_rcv.py

2007-04-26 Thread Eric Blossom
On Thu, Apr 26, 2007 at 10:22:46PM -0400, Justin Shaw wrote: > Matt Ettus wrote: > >Justin Shaw wrote: > >>... sound from usrp_wfm_rcv.py is jerky and the text UaUaUaUaUa... > >Use the following option to usrp_wfm_rcv.py: > > > > -O plughw:0,0 > >And see if that helps. > Yup, that did the trick,

Re: [Discuss-gnuradio] What is the typical max USB transfer rate from the URSP?

2007-04-26 Thread Eric Blossom
On Thu, Apr 26, 2007 at 09:07:33PM -0500, Jim Perkins wrote: > Unfortunately the motherboard does not have USB2.0 built in. Why do the > add-in cards have a speed issue? > -Jim Why do chip designers design lame chips? Eric ___ Discuss-gnuradio maili

Re: [Discuss-gnuradio] Newbe: Jerky sound with usrp_wfm_rcv.py

2007-04-26 Thread Justin Shaw
Matt Ettus wrote: Justin Shaw wrote: ... sound from usrp_wfm_rcv.py is jerky and the text UaUaUaUaUa... Use the following option to usrp_wfm_rcv.py: -O plughw:0,0 And see if that helps. Yup, that did the trick, thanks. 2. I need to unplug and plug the usrp after each use otherwise I get

Re: [Discuss-gnuradio] What is the typical max USB transfer rate from the URSP?

2007-04-26 Thread Jim Perkins
Unfortunately the motherboard does not have USB2.0 built in. Why do the add-in cards have a speed issue? -Jim ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Newbe: Jerky sound with usrp_wfm_rcv.py

2007-04-26 Thread Matt Ettus
Justin Shaw wrote: I finally got the usrp up and running. I am having two problems. 1. I believe that the data rate is overflowing the usb line becuase the sound from usrp_wfm_rcv.py is jerky and the text UaUaUaUaUa... is streaming to the screen (about 1-2 times per second). I am running the

[Discuss-gnuradio] Newbe: Jerky sound with usrp_wfm_rcv.py

2007-04-26 Thread Justin Shaw
I finally got the usrp up and running. I am having two problems. 1. I believe that the data rate is overflowing the usb line becuase the sound from usrp_wfm_rcv.py is jerky and the text UaUaUaUaUa... is streaming to the screen (about 1-2 times per second). I am running the pre-compiled packag

Re: [Discuss-gnuradio] What is the typical max USB transfer rate from the URSP?

2007-04-26 Thread Matt Ettus
Jim Perkins wrote: I got my USRP running today. The first test I ran was the usb speed test in the examples/usrp folder. It will do up to 16MB/s. The 32 MB/s transfer fails. This is a dual Opteron system with 4G of memory running Suse 10.1. Any advise on getting to 32 MB/s. I don't remem

[Discuss-gnuradio] What is the typical max USB transfer rate from the URSP?

2007-04-26 Thread Jim Perkins
I got my USRP running today. The first test I ran was the usb speed test in the examples/usrp folder. It will do up to 16MB/s. The 32 MB/s transfer fails. This is a dual Opteron system with 4G of memory running Suse 10.1. Any advise on getting to 32 MB/s. I don't remember what chipset is

Re: [Discuss-gnuradio] GNU Radio TCP and MATLAB

2007-04-26 Thread 'Eric Blossom'
On Thu, Apr 26, 2007 at 02:48:34PM -0400, Kevin Rudd (Contractor) wrote: > Thanks for the suggestion. I dove into the TCP code to try and figure out > what it was doing. I found my problem. I have to use the following read > command... > > data = pnet(con, 'read', 1000, 'SINGLE', 'NATIVE'); >

RE: [Discuss-gnuradio] GNU Radio TCP and MATLAB

2007-04-26 Thread Kevin Rudd \(Contractor\)
Thanks for the suggestion. I dove into the TCP code to try and figure out what it was doing. I found my problem. I have to use the following read command... data = pnet(con, 'read', 1000, 'SINGLE', 'NATIVE'); Now I notice that matlab seems to be lag behind the USRP. So, maybe matlab is not t

Re: [Discuss-gnuradio] FX2 TX DMA Transfer Question

2007-04-26 Thread Eric Blossom
On Thu, Apr 26, 2007 at 01:56:10PM -0400, Brian Padalino wrote: > When the FX2 detects the have_space pin on the FPGA, does it transfer > 1 entire buffered USB packet to the FPGA, then re-check the have_space > pin? Yes. > Would it be reasonable to assume a 1 clock delay between the last byte > o

[Discuss-gnuradio] FX2 TX DMA Transfer Question

2007-04-26 Thread Brian Padalino
When the FX2 detects the have_space pin on the FPGA, does it transfer 1 entire buffered USB packet to the FPGA, then re-check the have_space pin? Would it be reasonable to assume a 1 clock delay between the last byte of one 512-byte packet being written to the FPGA and the first byte of a second

Re: [Discuss-gnuradio] GNU Radio TCP and MATLAB

2007-04-26 Thread Eric Blossom
On Thu, Apr 26, 2007 at 12:52:40PM -0400, Kevin Rudd (Contractor) wrote: > Hello again, > I have decided to try the GNURadio -> TCP -> MATLAB route. I am running > into a few problems. > > First, I downloaded Jamie Cooley's GNURadio TCP Socket code here... > > http://alumni.media.mit.edu/~jco

[Discuss-gnuradio] GNU Radio TCP and MATLAB

2007-04-26 Thread Kevin Rudd \(Contractor\)
Hello again, I have decided to try the GNURadio -> TCP -> MATLAB route. I am running into a few problems. First, I downloaded Jamie Cooley's GNURadio TCP Socket code here... http://alumni.media.mit.edu/~jcooley/gr_experiments/experiments/gr_socket.ht m Then I downloaded a free matlab TCP too

[Discuss-gnuradio] dumb question: history

2007-04-26 Thread Charles Swiger
How does 'history' relate to i/o data indices? I assume you cannot have an index < zero. Say your work function gets common i/o arrays const float *in = (const float *) input_items[0]; float *out = (float *) output_items[0]; and you set_history(ntaps), I guess that means you get ( noutput_it

Re: [Discuss-gnuradio] gr-atsc progress

2007-04-26 Thread Charles Swiger
On Wed, 2007-04-25 at 08:12 -0700, Eric Blossom wrote: > On Wed, Apr 25, 2007 at 11:02:13AM -0400, Chuck Swiger wrote: > > The 2.x gr-atsc seems to be closer to working, at least the flow control > > (forecast,consume,etc) creates the exact to-the-byte correct quantity of > > output with no loss of