Re: [Discuss-gnuradio] Fwd: How do u log raw data received thru the USRP Rx device?

2009-09-24 Thread Christoph Thein
Hi Sudarshan, try the app usrp2_rx_cfile.py or usrp_rx_cfile.py depending on your usrp version to store the raw data. Regards, Christoph > -- Forwarded message -- > From: Sudarshan Chandrashekar > Date: Fri, Sep 25, 2009 at 11:54 AM > Subject: How do u log raw data receiv

[Discuss-gnuradio] Fwd: How do u log raw data received thru the USRP Rx device?

2009-09-24 Thread Sudarshan Chandrashekar
-- Forwarded message -- From: Sudarshan Chandrashekar Date: Fri, Sep 25, 2009 at 11:54 AM Subject: How do u log raw data received thru the USRP Rx device? To: discuss-gnuradio@gnu.org Hi, In my experiment I have only my Rx turned on and sensing the spectrum for random data (from

Re: [Discuss-gnuradio] USRP OFDM example TIMEOUT always timeout on RFX2400 can not be solved

2009-09-24 Thread Lin HUANG
suggest you open the "logging" flag, then have a look at the data file to find which block doesn't work well. 2009/9/25, zhenhuan86 : > > > Hi everyone, now I have one a USRP device with two RFX 2400. when i try to > use the example in > gnuradio-example/python/ofdm/ benchmark_tx/rx.py. i use thi

Re: [Discuss-gnuradio] New external clock board for USRP

2009-09-24 Thread Matt Ettus
Alexander Chemeris wrote: Hi all, We're creating a clocking unit which will be easy to use with USRP. If there will be enough interest from the community we can order some amount of PCBs and put them for sale alone or soldered and ready to use. This should be useful for everyone trying to run Op

Re: [Discuss-gnuradio] New external clock board for USRP

2009-09-24 Thread David I. Emery
On Fri, Sep 25, 2009 at 12:00:34AM +0400, Alexander Chemeris wrote: > Power will be taken from USRP 6V, clock output will be SMA to > connect to USRP directly. Frequency control will be accessible > over RS-232 (aka COM-port) with simple text-based protocol. We're > going to use ATMega for this. Id

Re: [Discuss-gnuradio] another newbie question

2009-09-24 Thread Josh Blum
1) make sure to run the apt-get install command under the jaunty section http://gnuradio.org/trac/wiki/UbuntuInstall 2) now you can run these commands (you may need to install git) git clone http://gnuradio.org/git/gnuradio.git cd gnuradio ./bootstrap ./configure make sudo make install 3) thing

[Discuss-gnuradio] another newbie question

2009-09-24 Thread Steve Mitan
Hi all I am using Ubuntu 9.04 and, after some trial and error, installed gnuradio and grc per the instructions shown in "Debian Package Repository for GNU Radio" Do I get gnuradio up and running by building it from scratch using grc or do I have to do the following: $ ./bootstrap $ ./configure $

[Discuss-gnuradio] block diagram for TX path implemented for dbpsk modulation

2009-09-24 Thread tom_unaff
Can anyone confirm whether block diagram that I draw for TX path implemented for dbpsk modulation is correct: http://omploader.org/vMmV5NQ/TX_path_block_diagram.PNG I check dbpsk.py and I don't see any hook up to code in gr_phase_modulator_fc.cc Even no gr_phase_modulator_fc objects are created.

[Discuss-gnuradio] USRP OFDM example TIMEOUT always timeout on RFX2400 can not be solved

2009-09-24 Thread zhenhuan86
Hi everyone, now I have one a USRP device with two RFX 2400. when i try to use the example in gnuradio-example/python/ofdm/ benchmark_tx/rx.py. i use this one board to send and receive. the following command is the command i use, but the result is Timeout. I can not figure that out, anybody can

[Discuss-gnuradio] DRM and GNURadio

2009-09-24 Thread Rafael Diniz
Hi People, Do anyone have any experience in receiving and transmitting DRM radio using USRP and GNURadio? Best Regards, Rafael Diniz ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] USRP / LFTX controlling I/O pins

2009-09-24 Thread Faschingbauer, Alexander
Hello, the following code snippet is part of a runnable python script. I want to control some or one of the I/O pins on the USRP / LFTX board but I can't measure any changes on the USRP / LFTX io_pins by using the following code snippet. Could somebody give me a hint please what to do ? I'm not

[Discuss-gnuradio] New external clock board for USRP

2009-09-24 Thread Alexander Chemeris
Hi all, We're creating a clocking unit which will be easy to use with USRP. If there will be enough interest from the community we can order some amount of PCBs and put them for sale alone or soldered and ready to use. This should be useful for everyone trying to run OpenBTS, working with GPS and

Re: [Discuss-gnuradio] Observation concerning decimation with CIC

2009-09-24 Thread Matt Ettus
Christoph Thein wrote: Hi Matt, the new image seems to solve the problem. Thank you! What did you change in the code? Cheers, Christoph & Hanwen Great news. The basic issue is that since the halfband decimators decimate by 2, they have an internal state (which we call odd or even).

Re: [Discuss-gnuradio] transceiver board oscillators, external clocks

2009-09-24 Thread Matt Ettus
Jordan J Riggs wrote: Hi, When the master clock on a USRP2 is locked to a reference (external source or another USRP2), are the oscillators on the RFX or XCVR boards locked as well? Or do they generate their own clock? I have an application that is very sensitive to clock mismatch (both sampl

[Discuss-gnuradio] transceiver board oscillators, external clocks

2009-09-24 Thread Jordan J Riggs
Hi, When the master clock on a USRP2 is locked to a reference (external source or another USRP2), are the oscillators on the RFX or XCVR boards locked as well? Or do they generate their own clock? I have an application that is very sensitive to clock mismatch (both sampling clock and up/downconver

Re: [Discuss-gnuradio] Using "send_now=0" on USRP2

2009-09-24 Thread hanwen
Hi, Have you got this issue with USRP2 solved. We're now couping with the similar issue setting the tx_timestamp for choosing a synchronized transmitting time for 2 usrp2. We use sync_every_pps(true) for reseting the timestamp counter every 1 second with external PPS input. and set the timestamp t

Re: [Discuss-gnuradio] dBPSK modulation doen't use gr_phase_modulator_fc.cc??

2009-09-24 Thread tom_unaff
Can anyone confirm block diagram that I did for TX path implemented for dbpsk modulation: http://omploader.org/vMmV5NQ/TX_path_block_diagram.PNG I check dbpsk.py and I don't see any hook up to code in gr_phase_modulator_fc.cc Even no code in gr_phase_modulator_fc objects are created. For what mo

Re: [Discuss-gnuradio] Observation concerning decimation with CIC

2009-09-24 Thread Christoph Thein
Hi Matt, the new image seems to solve the problem. Thank you! What did you change in the code? Cheers, Christoph & Hanwen > Gentlemen, > > Could you please program your SD card with the attached FPGA image and > let me know if it solves your problem? > > Thanks, > Matt > > Christoph Thein w

Re: [Discuss-gnuradio] about do Dial Tone Output example

2009-09-24 Thread Josh Blum
Li Mei-Wen wrote: Hi: I do the Example 1. Dial Tone Output from http://www.gnu.org/software/gnuradio/doc/exploring-gnuradio.html This link is very old, out of date. And I got error message. What can I do? Try this dial tone, it should come with your gnuradio install: http://gnuradio.

[Discuss-gnuradio] about do Dial Tone Output example

2009-09-24 Thread Li Mei-Wen
Hi: I do the Example 1. Dial Tone Output from http://www.gnu.org/software/gnuradio/doc/exploring-gnuradio.html And I got error message. What can I do? Thank in advance. em...@ncku-34be181a97 /usr/bin $ env python Python 2.5.2 (r252:60911, Dec 2 2008, 09:26:14) [GCC 3.4.4 (cygmi