Re: [Discuss-gnuradio] bug in wfm_rcv_pll and fix, who has stereo FM specs/info and noise and gain issues

2007-06-19 Thread Matt Ettus
Martin Dvh wrote: > Hi, > I found a nasty bug in the wfm_rcv_pll.py code. > > The pilot tone pll should return the recovered carrier, > For this you should use gr.pll_refout_cc, not gr.pll_carriertracking_cc. > pll_carriertracking returns the input transformed to baseband using the > recovered car

Re: [Discuss-gnuradio] phase synchronization

2007-06-19 Thread Matt Ettus
micael magpayo wrote: > How does one determine the initial phase for the cordic unit (cordic.v)? It is 0 at reset. > and is there a dpll implemented for the usrp_standard build? (If there > is, I can't find it) No. We typically do that on the host in software. Matt __

Re: [Discuss-gnuradio] FLEX400

2007-06-19 Thread Matt Ettus
> (2) Set PLL frequency of RFX400 > > I am using RFX400 for receiving. It works fine. > But I would like to set PLL (the local oscillator > on the board) to a certain frequency. Please show > me how to control frequency of the PLL on the board. > Use the normal set_freq method as in usrp

Re: [Discuss-gnuradio] Different frequencies for TX/RX and RX2 port on RFX2400

2007-06-19 Thread Matt Ettus
Tarun Tiwari wrote: > Hi, > > I was just wondering if someone can give me little bit of information > about the clocks for TX/RX & RX2 antenna port on RFX2400. > > My questions are related to simultaneous transmission using TX/RX and > reception using RX2, so my transmit and receive frequencies hav

Re: [Discuss-gnuradio] Basic RX daughterboard: DC bias

2007-06-19 Thread Matt Ettus
Chris Stankevitz wrote: > Hi, > > When I run the basic RX daughterboard with no input cable attached, > usrp_fft reports a signal at 0 Hz (which I assume to be some kind of > DC bias created within the USRP or daughterboard). How can I remove > this? Take a long term average of the signal and sub

Re: [Discuss-gnuradio] USRP fails after successful test

2007-06-19 Thread Matt Ettus
Ian Larsen wrote: > Hello, > > I'm trying to figure out what's going on here. I have a USRP that > works just fine when tested with the test_usrp_standard_rx test > program, but subsequent runs of that fail with the error: > > usrp: failed to find usrp[0] > die: lt-test_usrp_standard_rx: usrp_stan

Re: [Discuss-gnuradio] USRP fails after successful test

2007-06-19 Thread George Nychis
Can you give us the output of dmesg? It might give us some insight in to an error thats occurring. - George Ian Larsen wrote: Hello, I'm trying to figure out what's going on here. I have a USRP that works just fine when tested with the test_usrp_standard_rx test program, but subsequent run

[Discuss-gnuradio] USRP fails after successful test

2007-06-19 Thread Ian Larsen
Hello, I'm trying to figure out what's going on here. I have a USRP that works just fine when tested with the test_usrp_standard_rx test program, but subsequent runs of that fail with the error: usrp: failed to find usrp[0] die: lt-test_usrp_standard_rx: usrp_standard_rx::make If I unplug the

Re: [Discuss-gnuradio] Error in my first USRP test

2007-06-19 Thread Alaelddin Mohammed
Hi I installed fresh version of Cygwin. I followed the steps again I think I installed wrong version of some packets, now I have it working but I can not run test_counting.py . --Alaelddin George Nychis wrote: just to take a step back... were you able to solve the make check problem you sent t

Re: [Discuss-gnuradio] Error in my first USRP test

2007-06-19 Thread George Nychis
just to take a step back... were you able to solve the make check problem you sent to the board earlier? - George Alaelddin Mohammed wrote: Hi I tried to run test_counting.py , I got the folloing message $ python test_counting.py usb_control_msg failed: usb_control_msg: sending control messa

[Discuss-gnuradio] Error in my first USRP test

2007-06-19 Thread Alaelddin Mohammed
Hi I tried to run test_counting.py , I got the folloing message $ python test_counting.py usb_control_msg failed: usb_control_msg: sending control message failed, win err or: A device attached to the system is not functioning. usb_control_msg failed: usb_control_msg: sending control message fai

[Discuss-gnuradio] RE: [gsm] GMSK: GSM initial phase for a burst

2007-06-19 Thread Clark Pope
Is there an initial condition to the differential encoder? Seems odd that they wouldn't just send the 148 pi/2 phase shifts. -Clark From: "Jeffrey Karrels" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED], discuss-gnuradio@gnu.org Subject: [gsm] GMSK: GSM initial phase for

Re: [Discuss-gnuradio] Parameters for USRP (motherboard only) FM receiver

2007-06-19 Thread Shane Clark
On 6/19/07, Tarun Tiwari <[EMAIL PROTECTED]> wrote: Hi Shane, On 6/19/07, Shane Clark <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to setup the USRP to receive and demodulate an FM signal at > 175kHz. I have based my code on the wfm_rcv... examples, but I always > get a "no suitable daughterb

Re: [Discuss-gnuradio] Parameters for USRP (motherboard only) FM receiver

2007-06-19 Thread Tarun Tiwari
Hi Shane, On 6/19/07, Shane Clark <[EMAIL PROTECTED]> wrote: Hi, I'm trying to setup the USRP to receive and demodulate an FM signal at 175kHz. I have based my code on the wfm_rcv... examples, but I always get a "no suitable daughterboard found" error. I do not understand all of the parameters

[Discuss-gnuradio] FLEX400

2007-06-19 Thread Mamoru Yamamoto
Dear Sirs, I have two questions on USRP and GNU radio use. (1) Change of output file of file_sink I would like to record data into files. I am now using file_sink in the flow graph. Now my program is very simple and it can record data into one file only. I want to change the program that i

Re: [Discuss-gnuradio] noise problem with USRP

2007-06-19 Thread ematlis
Chris- thanks for the suggestions. I may try to add the ferrite toroid. It's just curious that I didn't notice this before. Maybe my power brick is functioning differently, although it is brand new. thanks, eric On Mon, 18 Jun 2007, Chris Albertson wrote: --- [EMAIL PROTECTED] wrote:

[Discuss-gnuradio] Parameters for USRP (motherboard only) FM receiver

2007-06-19 Thread Shane Clark
Hi, I'm trying to setup the USRP to receive and demodulate an FM signal at 175kHz. I have based my code on the wfm_rcv... examples, but I always get a "no suitable daughterboard found" error. I do not understand all of the parameters that I am setting on the USRP so I was wondering if anyone coul

[Discuss-gnuradio] make check fail

2007-06-19 Thread Alaelddin Mohammed
Hi I have a fail when I did "make check" during gnuradio installation. FAIL: run_tests === 1 of 1 tests failed === make[6]: *** [check-TESTS] Error 1 make[6]: Leaving directory `/usr/src/gnuradio-3.0.3/gnuradio-core/src/python/gnu radio/gr' I checked same pr

Re: [Discuss-gnuradio] GMSK: GSM initial phase for a burst

2007-06-19 Thread Matt Ettus
Jeffrey Karrels wrote: > Great suggestion! > > I have attached a couple of things: > 1) The IQ plot (1e6 sample rate) > 2) The burst data (MATLAB array) > 3) The da vs time plot. (1 symbol = 3.69us) > > Another quick question. I can now see that after the amplitude ramp > up that there is a short