Re: [Discuss-gnuradio] USRP2 External Clock

2008-10-22 Thread Mamoru Yamamoto
Matt, >Note the "Ref Clock" connector on front panel: > http://gnuradio.org/trac/wiki/USRP2 >It takes a 10 MHz reference. I am very interested in this feature of USRP2. Would you please inform us what spec. 10MHz and 1PPS signals are needed? What waveform are they? What phase relation do yo

Re: [Discuss-gnuradio] how to get wireless carrier signal in GNU Radio

2008-10-22 Thread Zenny Zhang
Sachin, I don't know if this is helpful, just sharing my experience. 1. You may want to check tunnel.py, in which there is a CSMA scheme -- Eric told me this a couple of weeks ago. 2. It is possible to do some carrier sensing by ourself. You can just read the signal from the USRP and compare the

[Discuss-gnuradio] how to get wireless carrier signal in GNU Radio

2008-10-22 Thread Shirve
Hi, As per the current status of GNU Radio, I got to know that there is no MAC (CSMA) implementation. Therefore I am not sure if I can get the signal from signal processing blocks of GNU Radio about the carrier sensed by USRP receiver. Please help me in this regard. Till now I am able to locate

Re: [Discuss-gnuradio] USRP2 External Clock

2008-10-22 Thread Matt Ettus
Kyle Pearson wrote: I'm aware that the internal clock can be locked to an external 10MHz reference. I take it that there is no way to use an external 100MHz clock instead of the internal clock then. The internal clock (a very clean VCXO) is locked to the external reference. You have a lot

Re: [Discuss-gnuradio] forecast method for HDLC transmit block

2008-10-22 Thread Eric Blossom
On Tue, Oct 21, 2008 at 11:01:51AM -0400, Ed Criscuolo wrote: > I'm building a set of blocks to implement the HDLC link-layer > functions for a spacecraft communication system. > These blocks deal with IP packets from/to the stack on one side, > and a bitstream to/from the modulator/demodulator on

Re: [Discuss-gnuradio] USRP2 External Clock

2008-10-22 Thread Matt Ettus
Actually, you can use 100 MHz as well, you will just need to change one line of the firmware to set the R-divider on the PLL. You can use any frequency for which the following equation has a solution: 100 MHz / N = Ref / R for which N and R are integers and smaller than 32K Matt Kyle

Re: [Discuss-gnuradio] USRP2 External Clock

2008-10-22 Thread Kyle Pearson
I'm aware that the internal clock can be locked to an external 10MHz reference. I take it that there is no way to use an external 100MHz clock instead of the internal clock then. -Kyle On Wed, Oct 22, 2008 at 4:17 PM, Eric Blossom <[EMAIL PROTECTED]> wrote: > On Wed, Oct 22, 2008 at 04:12:07PM -0

Re: [Discuss-gnuradio] USRP2 External Clock

2008-10-22 Thread Eric Blossom
On Wed, Oct 22, 2008 at 04:12:07PM -0400, Kyle Pearson wrote: > I'm wondering if it is possible to connect the USRP2 to an external > 100MHz clock like the USRP was able to be modified so it could connect > to an external 64MHz clock. I don't see any place to solder on a SMA > connector but there a

[Discuss-gnuradio] USRP2 External Clock

2008-10-22 Thread Kyle Pearson
I'm wondering if it is possible to connect the USRP2 to an external 100MHz clock like the USRP was able to be modified so it could connect to an external 64MHz clock. I don't see any place to solder on a SMA connector but there are a set of pins labeled Test CLK. Could that be used for inputting an

Re: [Discuss-gnuradio] Wideband Spectrum Analyzer

2008-10-22 Thread Santi Ortega
I obtain this plot from 2.23GHz to 2.90GHz (with a Flex2400) but I don't know how to put the correct frecuency on the x axis. Because if I put this: g('set xrange[223000:29]') # I can't see anything! To plot I have done this: g = Gnuplot.Gnuplot(debug=1) # Out of the while loop g

[Discuss-gnuradio] CFP: DCOSS 2009

2008-10-22 Thread Neal Patwari
Apologies for the CFP advertisement, but it is relevant to many of us whose use of GNU radio can be considered as "sensor systems". *** *** CALL FOR PAPERS *** *** The 5th

Re: [Discuss-gnuradio] Signal processing and GPU

2008-10-22 Thread Martin DvH
On Mon, 2008-10-20 at 15:03 -0700, [EMAIL PROTECTED] wrote: > Has anyone tried using GPU for signal processing? > Does anyone know of a reason why this would not be a good idea > I am planning on starting on it this week, would appreciate inputs I have been working on this for quite some time now

Re: [Discuss-gnuradio] Installing gnuradio using cygwin in windows

2008-10-22 Thread Brian Padalino
On Wed, Oct 22, 2008 at 5:18 AM, teka yemane <[EMAIL PROTECTED]> wrote: > Hello, > I have successfully installed the cygwin in windows. Next, changed my > directory path to the gnuradio-3.1.3 directory. The "./configure" command > worked out but the "make" command resulted in the following error:

Re: [Discuss-gnuradio] Problems with USRP

2008-10-22 Thread Dimitris Symeonidis
you have to pass it the parameter -O plughw:0,0 Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International On Wed, Oct 22, 2008 at 10:48, Pedro Sánchez Canal <[EMAIL PROTECTED]> wrote: > We are new in gnuradio and we are tryin

[Discuss-gnuradio] Installing gnuradio using cygwin in windows

2008-10-22 Thread teka yemane
Hello, I have successfully installed the cygwin in windows. Next,  changed my directory path to the gnuradio-3.1.3 directory. The "./configure" command worked out but the "make" command resulted in the following error: make:*** No targets specified and no makefile found.  stop.  somebody in the

[Discuss-gnuradio] Problems with USRP

2008-10-22 Thread Pedro Sánchez Canal
We are new in gnuradio and we are trying one example called "usrp_wfm_rcv.py" but we have some problems when it is executing. Inserting the commands: >> export PYTHONPATH=/usr/local/lib/python2.5/site-packages/ >> python usrp_wfm_rcv.py -f 90.9M the output is: Using RX d'board A: LF Rx >>> gr