Re: [Discuss-gnuradio] Any implementation of Spread Spectrum

2009-02-23 Thread Mir Ali
Hi Johnathan, can you suggest me a place where I can find more information about the phase sync and the freq sync methods you used in your work. It will be of great help to me. Thanks, Ali. On Tue, Feb 3, 2009 at 6:45 PM, Johnathan Corgan < jcor...@corganenterprises.com> wrote: > On Tue, Feb 3,

Re: [Discuss-gnuradio] Re: Pulse-doppler RADAR wind profiler project and how to bypass interpolation, DAC filtering, etc.

2009-02-23 Thread Nick Withers
On Mon, 2009-02-23 at 07:45 -0800, Eric Blossom wrote: > On Mon, Feb 23, 2009 at 07:43:08PM +1100, Nick Withers wrote: > > Just resending as this didn't seem to get through to the list... > > > > Presumably I must be subscribed to post? > > Yep. > > > On Tue, 2009-02-17 at 20:37 +1100, Nick With

Re: [Discuss-gnuradio] Re: Pulse-doppler RADAR wind profiler project and how to bypass interpolation, DAC filtering, etc.

2009-02-23 Thread Nick Withers
On Mon, 2009-02-23 at 07:19 -0800, Johnathan Corgan wrote: > On Mon, Feb 23, 2009 at 12:43 AM, Nick Withers wrote: > > > my honours for a Bachelor of Engineering degree, to implement a > > pulse-doppler RADAR wind profiler (some information at > > http://nickwithers.com/usrp-wind-profiler). > >

Re: [Discuss-gnuradio] Filtering USRP FM Reception

2009-02-23 Thread Francesco B.
D'oh! Took me long enough to notice that the optfir block generates coefficients, but isn't the filter itself. Putting it into the pipeline directly was a bad idea. So I have transmitter and receiver, and they run without errors... they just aren't giving me what I expect. The filtered sum of sin

Re: Re: [Discuss-gnuradio] Problem with OTA capture examples

2009-02-23 Thread Eric Blossom
On Mon, Feb 23, 2009 at 03:58:05PM -0800, Vasconcelos wrote: > > Hello, I have the same problem : "audio_alsa_sink[hw:0,0]: unable to support > sampling rate 32000 > card requested 44100 instead. > audio_alsa_sink[hw:0,0]: set_period_time_near failed: Invalid argument > Traceback (most recent ca

Re: Re: [Discuss-gnuradio] Problem with OTA capture examples

2009-02-23 Thread Vasconcelos
Hello, I have the same problem : "audio_alsa_sink[hw:0,0]: unable to support sampling rate 32000 card requested 44100 instead. audio_alsa_sink[hw:0,0]: set_period_time_near failed: Invalid argument Traceback (most recent call last):". How should I proceed to fix it? One more thing, It's my firs

Re: [Discuss-gnuradio] Re: Pulse-doppler RADAR wind profiler project and how to bypass interpolation, DAC filtering, etc.

2009-02-23 Thread Martin DvH
On Mon, 2009-02-23 at 19:43 +1100, Nick Withers wrote: > Just resending as this didn't seem to get through to the list... > > Presumably I must be subscribed to post? > > On Tue, 2009-02-17 at 20:37 +1100, Nick Withers wrote: > > Hi all, > > > > I'm new to GNURadio / the USRP, but am working on

Re: [Discuss-gnuradio] Exporting C++ hier_block2s via SWIG

2009-02-23 Thread Martin Braun
On Mon, Feb 23, 2009 at 05:18:57PM +0100, Martin Braun wrote: > I was wondering if it's possible to write a gr_hier_block2 in C++ and > then export it to SWIG just like the the gr_blocks are. > [...] > Is there any easy way to do this? Basically, what I want is a > GR_SWIG_HIERBLOCK_MAGIC() functio

RE: [Discuss-gnuradio] RFID Capture

2009-02-23 Thread Paul Mathews
Hello All, I am trying to capture the communications between a RFID reader and an EPC Gen 2 tag (920 MHz). I tapped directly into the antenna of a Thinkmagic M5e RFID reader. I turn it on and it starts reading the tags. When I look at the raw signal from the usrp or an Agilent signal analyzer,

[Discuss-gnuradio] Re: RFID Capture

2009-02-23 Thread Michael Buettner
Are you using the ThingMagic in monostatic mode (one antenna that does RX and TX)? If so, you probably won't be able to see the tag reply. Further down the receive path the ThingMagic has circuitry that removes the strong TX signal leaving only the tag reply, but I assume you are tapped in before t

[Discuss-gnuradio] Using an external clock with 10MHz

2009-02-23 Thread Fabian
Hello! I'm running GNURadio/OpenBTS with Ubuntu Linux and an external clock with 64MHz. Now I want to use an external oscillator with 10MHz. Is it possible to run the USRP and the daughterboards (RFX1800) with this frequency? I read the article about Clocking http://www.gnuradio.org/trac/w

Re: [Discuss-gnuradio] USRP2 FPGA Programming

2009-02-23 Thread Matt Ettus
You are using the wrong project. Use u2_rev3. Matt Kyle Pearson wrote: I'm trying to make some modifications to the FPGA on the USRP 2 but I'm having some problems with the Xilinx project file. When I open the project, I get an error that the following files are missing: /home/matt/usrp2/fpg

[Discuss-gnuradio] USRP2 FPGA Programming

2009-02-23 Thread Kyle Pearson
I'm trying to make some modifications to the FPGA on the USRP 2 but I'm having some problems with the Xilinx project file. When I open the project, I get an error that the following files are missing: /home/matt/usrp2/fpga/top/u2_basic.v /home/matt/usrp2/fpga/control_lib/strobe_gen.v /home/matt/us

[Discuss-gnuradio] Exporting C++ hier_block2s via SWIG

2009-02-23 Thread Martin Braun
Hi, I was wondering if it's possible to write a gr_hier_block2 in C++ and then export it to SWIG just like the the gr_blocks are. I tried using GR_SWIG_BLOCK_MAGIC, but not surprisingly the SWIG code fails to compile saying /usr/include/boost/shared_ptr.hpp:211: Error: error: cannot convert 'spe

[Discuss-gnuradio] RFID Capture

2009-02-23 Thread Kevin Rudd
(Sorry if this posts twice) Hello All, I am trying to capture the communications between a RFID reader and an EPC Gen 2 tag (920 MHz). I tapped directly into the antenna of a Thinkmagic M5e RFID reader. I turn it on and it starts reading the tags. When I look at the raw signal from the usrp or

[Discuss-gnuradio] Guide for Reporting Errors and Asking for Help

2009-02-23 Thread Patrick Strasser
Hello! I wrote some lines for people asking for help in the wiki [1]. For the old stagers, please look through it, it can certainly need some polishing. Especially the common-mistakes section could need some more examples. Patrick [1] http://gnuradio.org/trac/wiki/ReportingErrors -- Enginee

Re: [Discuss-gnuradio] gnuradio version & uninstall

2009-02-23 Thread Johnathan Corgan
On Mon, Feb 23, 2009 at 6:05 AM, Dimitris Symeonidis wrote: > 1) Is there a command or a file that tells me the gnuradio version > installed and used? > What I mean is: let's say I have separate folders with 3.1.1, 3.1.2, > 3.1.3 and the latest trunk. > I occasionally "sudo make uninstall" one an

Re: [Discuss-gnuradio] Re: Pulse-doppler RADAR wind profiler project and how to bypass interpolation, DAC filtering, etc.

2009-02-23 Thread Eric Blossom
On Mon, Feb 23, 2009 at 07:43:08PM +1100, Nick Withers wrote: > Just resending as this didn't seem to get through to the list... > > Presumably I must be subscribed to post? Yep. > On Tue, 2009-02-17 at 20:37 +1100, Nick Withers wrote: > > Hi all, > > > > I'm new to GNURadio / the USRP, but am

Re: [Discuss-gnuradio] Re: Pulse-doppler RADAR wind profiler project and how to bypass interpolation, DAC filtering, etc.

2009-02-23 Thread Johnathan Corgan
On Mon, Feb 23, 2009 at 12:43 AM, Nick Withers wrote: > my honours for a Bachelor of Engineering degree, to implement a > pulse-doppler RADAR wind profiler (some information at > http://nickwithers.com/usrp-wind-profiler). Welcome. You've chosen a rather more advanced application of GNU Radio a

Re: [Discuss-gnuradio] New implementation for fusb_linux without allocs/frees

2009-02-23 Thread Eric Blossom
On Mon, Feb 23, 2009 at 07:38:14AM +0100, Stefan Bruens wrote: > Hi, > > attached is a new version for fusb_linux.cc. > > The current implementation uses three std::list lists for free, pending and > completed urbs, so submitting a single urb causes three allocs and three > frees > (pushing an

Re: [Discuss-gnuradio] New implementation for fusb_linux without allocs/frees

2009-02-23 Thread Johnathan Corgan
On Sun, Feb 22, 2009 at 10:38 PM, Stefan Bruens wrote: > attached is a new version for fusb_linux.cc. Stefan--THANKS for all the wonderful work you've been submitting; we really appreciate the kinds of optimization work you are doing. We will likely get all of it into our distribution. However

Re: [Discuss-gnuradio] USRP2 &DBSRX testing

2009-02-23 Thread Johnathan Corgan
On Sun, Feb 22, 2009 at 5:11 PM, Bruce Stansby wrote: > The memory card had the original version software on it and after it > didn't work he upgrade it with UR2_rev3 & txrx.bin. The code for the DBSRX board in the USRP2 has been written and is in the trunk firmware as of r10392. However, we ha

[Discuss-gnuradio] Re: from a function generator into the LF-RX (maximum load)

2009-02-23 Thread feldmaus
Karthik gmail.com> writes: > If you look at the LFRX the input consists of AD813x fully differential > amplifier with unity gain and a input impedance of 50 ohm. I am not sure if there are diodes which limit the signal swing, maybe looking at the schematics can help you with this. Where are the Sc

[Discuss-gnuradio] Re: Problem to listen to FM

2009-02-23 Thread Patrick Strasser
jingx kwan wrote am 2009-02-22 20:19: Hello, It isn't create any sound from the usrp_wfm_rcv.py command when I set to listen to the Frequency 91.5. It is running under Ubuntus 8.04 and Dell Latitude D610 notebook. I doubt that the notebook sound card doesn't support the below command line. I

[Discuss-gnuradio] gnuradio version & uninstall

2009-02-23 Thread Dimitris Symeonidis
Two questions, related to one-another: 1) Is there a command or a file that tells me the gnuradio version installed and used? What I mean is: let's say I have separate folders with 3.1.1, 3.1.2, 3.1.3 and the latest trunk. I occasionally "sudo make uninstall" one and "sudo make install" the other.

[Discuss-gnuradio] Updated TX path in UCLA_ZigBee_PHY

2009-02-23 Thread Sanna Leidelof
Hi, I've added a few changes to the IEEE 802.15.4 *TX path* in UCLA_ZigBee_PHY and now the code works with the current gr trunk (3.1.3). The code is tested using cc2420_txtest.py on one computer and cc2420_txtest.py on another computer. (Since the *RX path* already has been updated by Leslie Choon

[Discuss-gnuradio] Re: Pulse-doppler RADAR wind profiler project and how to bypass interpolation, DAC filtering, etc.

2009-02-23 Thread Nick Withers
Just resending as this didn't seem to get through to the list... Presumably I must be subscribed to post? On Tue, 2009-02-17 at 20:37 +1100, Nick Withers wrote: > Hi all, > > I'm new to GNURadio / the USRP, but am working on a project, as part of > my honours for a Bachelor of Engineering degree