Re: [Discuss-gnuradio] Issues with benchmark_tx and benchmark_rx codes

2011-11-29 Thread Nazmul Islam
Hi Tom, Thanks for the reply. I have a few more question on this regard and also some additional questions on benchmark_rx and tx. 1. There is a 'thres' parameter in the receive_path.py code, associated with the benchmark_rx.py code. The default value is 30. It says, thres = 30, # in dB, will hav

Re: [Discuss-gnuradio] USRP1 starts passing garbage data

2011-11-29 Thread Marcus D. Leech
On 11/29/2011 08:20 PM, Ryan Pape wrote: I have an application that runs 24/7 with a USRP1. I am having occasional problems where it appears the USRP (using UHD) starts returning garbage data after an apparently random period of time. In the most recent case, the app ran with no problem for

[Discuss-gnuradio] USRP1 starts passing garbage data

2011-11-29 Thread Ryan Pape
I have an application that runs 24/7 with a USRP1. I am having occasional problems where it appears the USRP (using UHD) starts returning garbage data after an apparently random period of time. In the most recent case, the app ran with no problem for approximately 36 hours, although previously we

Re: [Discuss-gnuradio] UHD vs. USRP2 driver questions

2011-11-29 Thread Arun Pillai
On 11/29/2011 03:37 PM, Josh Blum wrote: On 11/29/2011 02:38 PM, Kevin Tien wrote: Hi, We're using USRP2s with the RFX2400 daughterboards, and we've recently switched from the old USRP drivers to the UHD drivers as per general recommendation. However, we've run into a few problems that have u

Re: [Discuss-gnuradio] UHD vs. USRP2 driver questions

2011-11-29 Thread Kevin Tien
Are you selecting the correct antenna? Its possible the default RX antenna setting is different. We'll check it out, but we only have the one antenna hooked up... It'd be interesting to find out that the SMA connector can pick up the signal! So I gather there should /not/ be any change in receiv

Re: [Discuss-gnuradio] can not import digital_swig for the example of pkt.py

2011-11-29 Thread Alex Zhang
Hi Josh, I have no d8psk*, dbpsk*, modulation_utils2*. Which branch do you use for this? On Tue, Nov 29, 2011 at 1:30 PM, Josh Blum wrote: > > > On 11/29/2011 01:40 AM, Alex Zhang wrote: > > I am using the this example to test the installed next branch of josh: > > > > http://gnuradio.org/cgit/

Re: [Discuss-gnuradio] UHD vs. USRP2 driver questions

2011-11-29 Thread Josh Blum
On 11/29/2011 02:38 PM, Kevin Tien wrote: > Hi, > > We're using USRP2s with the RFX2400 daughterboards, and we've recently > switched from the old USRP drivers to the UHD drivers as per general > recommendation. However, we've run into a few problems that have us > stumped: > > 1) Previously, o

[Discuss-gnuradio] UHD vs. USRP2 driver questions

2011-11-29 Thread Kevin Tien
Hi, We're using USRP2s with the RFX2400 daughterboards, and we've recently switched from the old USRP drivers to the UHD drivers as per general recommendation. However, we've run into a few problems that have us stumped: 1) Previously, our receiver gains were set to 0 dB and we had no problem rec

Re: [Discuss-gnuradio] can not import digital_swig for the example of pkt.py

2011-11-29 Thread Josh Blum
On 11/29/2011 10:57 AM, Tom Rondeau wrote: > On Tue, Nov 29, 2011 at 1:40 AM, Alex Zhang wrote: > >> I am using the this example to test the installed next branch of josh: >> >> http://gnuradio.org/cgit/jblum.git/tree/gr-digital/python/pkt2.py?h=next >> >> How ever, the digital_swig is not reco

Re: [Discuss-gnuradio] can not import digital_swig for the example of pkt.py

2011-11-29 Thread Josh Blum
On 11/29/2011 01:40 AM, Alex Zhang wrote: > I am using the this example to test the installed next branch of josh: > > http://gnuradio.org/cgit/jblum.git/tree/gr-digital/python/pkt2.py?h=next > > How ever, the digital_swig is not recognized. And I also checked the > changeset at http://gnuradio

Re: [Discuss-gnuradio] can not import digital_swig for the example of pkt.py

2011-11-29 Thread Alex Zhang
Just found the digital_swig.py is located at /usr/local/lib/python2.7/dist-packages/gnuradio/digital So I change "import digital_swig" to "from gnuradio.digital import digital_swig" and the complaining disappeared. Seems for these python modules, i still need to give a full path, even I have impor

Re: [Discuss-gnuradio] Architecture of *_rx_cfile.py output vector

2011-11-29 Thread Tom Rondeau
On Tue, Nov 29, 2011 at 11:32 AM, Marcus D. Leech wrote: > On 29-11-2011 11:12 AM, Sebastian Döring wrote: > >> On Mon, 28 Nov 2011 10:32:28 -0500 >> "Marcus D. Leech" wrote: >> >>> On 28-11-2011 10:21 AM, Sebastian Döring wrote: >>> Hello List, just wanted to know exactly how th

Re: [Discuss-gnuradio] Architecture of *_rx_cfile.py output vector

2011-11-29 Thread Marcus D. Leech
On 29-11-2011 11:12 AM, Sebastian Döring wrote: On Mon, 28 Nov 2011 10:32:28 -0500 "Marcus D. Leech" wrote: On 28-11-2011 10:21 AM, Sebastian Döring wrote: Hello List, just wanted to know exactly how the output vector of ..._rx_cfile.py is structured. Is the first element of the complex vec

Re: [Discuss-gnuradio] Architecture of *_rx_cfile.py output vector

2011-11-29 Thread Sebastian Döring
On Mon, 28 Nov 2011 10:32:28 -0500 "Marcus D. Leech" wrote: On 28-11-2011 10:21 AM, Sebastian Döring wrote: Hello List, just wanted to know exactly how the output vector of ..._rx_cfile.py is structured. Is the first element of the complex vector v[0] the one at the desired frequency spreci

Re: [Discuss-gnuradio] can not import digital_swig for the example of pkt.py

2011-11-29 Thread Tom Rondeau
On Tue, Nov 29, 2011 at 1:40 AM, Alex Zhang wrote: > I am using the this example to test the installed next branch of josh: > > http://gnuradio.org/cgit/jblum.git/tree/gr-digital/python/pkt2.py?h=next > > How ever, the digital_swig is not recognized. And I also checked the > changeset at http://

Re: [Discuss-gnuradio] Anyone do you know good GPS receiver Method?

2011-11-29 Thread Wolfarth, Ryan
I had never heard of fastGPS; sounds pretty useful. What is the end goal for your receiver? Ryan On Tue, Nov 29, 2011 at 5:10 AM, Nick Othieno wrote: > I am using fastGPS to do the correlation as well as writing my own MATLAB > correlation scripts. > > Nick > > > On Fri, Nov 25, 2011 at 8:40 P

[Discuss-gnuradio] Spectral Estimation Toolbox: GUI and cyclo estimator now available

2011-11-29 Thread Martin Braun
Hi list, the SpecEst toolbox has more fun and exciting stuff: - First thing is a GUI. It connects to a file or UHD and can show live spectral estimates of the incoming signal using any of the existing estimators. For simple debugging purpose, this is not as useful as uhd_fft.py, but it's a g

Re: [Discuss-gnuradio] A function named "usb_control_msg"

2011-11-29 Thread Thomas Tsou
2011/11/29 signalswdm : > Dear everyone: >  You see in usrp_basic.h there is a function named _write_9862() and > it uses function usrp_9862_write(),defined in usrp_prims_common.h. And > usrp_9862_write() uses function usrp_spi_write(), also defined in > usrp_prims_common.h. > usrp_spi_write()

Re: [Discuss-gnuradio] A function named "usb_control_msg"

2011-11-29 Thread Brian Padalino
2011/11/29 signalswdm : > Dear everyone: >  You see in usrp_basic.h there is a function named _write_9862() and > it uses function usrp_9862_write(),defined in usrp_prims_common.h. And > usrp_9862_write() uses function usrp_spi_write(), also defined in > usrp_prims_common.h. > usrp_spi_write()

[Discuss-gnuradio] A function named "usb_control_msg"

2011-11-29 Thread signalswdm
Dear everyone: You see in usrp_basic.h there is a function named _write_9862() and it uses function usrp_9862_write(),defined in usrp_prims_common.h. And usrp_9862_write() uses function usrp_spi_write(), also defined in usrp_prims_common.h. usrp_spi_write() uses function write_cmd(), defin

Re: [Discuss-gnuradio] Anyone do you know good GPS receiver Method?

2011-11-29 Thread Nick Othieno
I am using fastGPS to do the correlation as well as writing my own MATLAB correlation scripts. Nick On Fri, Nov 25, 2011 at 8:40 PM, Nick Foster wrote: > On Fri, Nov 25, 2011 at 7:01 AM, Nick Othieno > wrote: > > Hi Ryan, > > > > What did you use for your setup, ie daughterboards, antenna and