[Discuss-gnuradio] Sending multiple NBFM signals at once

2009-05-08 Thread mayur sarode
Hi,I was going through Jonathan's hack to receive multiple NBFM at once.I am really impressed.I would like to know whether i haveto use gr.analysisfilterbank and then attach a FMmodulation block for multiple Tx transmission too.I am trying to send multiple mp3 playlist over the fm spectrum usi

Re: [Discuss-gnuradio] tuning while acquiring data

2009-05-08 Thread Eric Blossom
On Sat, May 09, 2009 at 12:53:04AM -0400, Andrew Lutomirski wrote: > On Fri, May 8, 2009 at 9:28 PM, Eric Blossom wrote: > > On Fri, May 08, 2009 at 03:43:34PM -0400, Andrew Lutomirski wrote: > >> Hi all- > >> > >> I'm trying to re-tune a daughterboard, while acquiring samples, and I > >> seem to

Re: [Discuss-gnuradio] tuning while acquiring data

2009-05-08 Thread Andrew Lutomirski
On Fri, May 8, 2009 at 9:28 PM, Eric Blossom wrote: > On Fri, May 08, 2009 at 03:43:34PM -0400, Andrew Lutomirski wrote: >> Hi all- >> >> I'm trying to re-tune a daughterboard, while acquiring samples, and I >> seem to get an overrun every time.  (This is in C++.) > >> Before I start investigating

Re: [Discuss-gnuradio] The Debian directory

2009-05-08 Thread davek
your right, my bad.. not sure what i was looking at... the ubuntu build guide in the wiki has the instructions for setting correct usrp/usb perms which work for debain also dave On Fri, May 8, 2009 at 9:34 PM, Eric Blossom wrote: > On Fri, May 08, 2009 at 07:07:27PM -0400, davek wrote: > >

Re: [Discuss-gnuradio] The Debian directory

2009-05-08 Thread Eric Blossom
On Fri, May 08, 2009 at 07:07:27PM -0400, davek wrote: > a quick and easy install of trunk on debian lenny here... > > apt-get install subversion autoconf libtool swig python-dev fftw3-dev > libcppunit-dev libboost1.35-dev libgsl0-dev guile-1.8-dev sdcc libusb-dev > sdcc-nf python-wxgtk2.8 python-

Re: [Discuss-gnuradio] Software troubes - gr_vmcircbuf ...?

2009-05-08 Thread Eric Blossom
On Fri, May 08, 2009 at 02:04:59PM -0600, wallen wrote: > I've been trying to get Gnuradio running with my USRP2, and am still > having some troubles. My computer is an older Dell Inspiron 5100 laptop > running Debian (Lenny). I've installed a D-Link DGE-660TD Gigabit > Cardbus adapter, and have

Re: [Discuss-gnuradio] tuning while acquiring data

2009-05-08 Thread Eric Blossom
On Fri, May 08, 2009 at 03:43:34PM -0400, Andrew Lutomirski wrote: > Hi all- > > I'm trying to re-tune a daughterboard, while acquiring samples, and I > seem to get an overrun every time. (This is in C++.) > Before I start investigating really hackish ways to make this work, > has anyone had any

Re: [Discuss-gnuradio] a question about Reed-Solomon in GNURadio!

2009-05-08 Thread Bill Stevenson
Hi! I have successfully implemented the Reed-Solomon coding scheme in gr.atsc on USRP, the receiver can receive packets now. But after running tons of experimentation and comparing the performance between DQPSK without coding and DQPSK with Reed-Solomon, I cannot observe any performance improve

Re: [Discuss-gnuradio] a running problem with the USRP, i am confused!

2009-05-08 Thread Bill Stevenson
Hi, Jason Thank you for your help! Good man! Actually, after running lots of experiments, I found the reason for my problem. One of my USRP is broken and it can only serve as a TX, when playing as RX, that weird thing would happen. Actually, I am not transmitting one large batch file continuous

Re: [Discuss-gnuradio] The Debian directory

2009-05-08 Thread davek
a quick and easy install of trunk on debian lenny here... apt-get install subversion autoconf libtool swig python-dev fftw3-dev libcppunit-dev libboost1.35-dev libgsl0-dev guile-1.8-dev sdcc libusb-dev sdcc-nf python-wxgtk2.8 python-lxml python-cheetah pkg-config python-numpy python-gtk2 make svn

[Discuss-gnuradio] (no subject)

2009-05-08 Thread socal3612
___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] [Douglas Geiger BBN 802.11b] Porting code on USRP2 problems

2009-05-08 Thread Miklos Christine
Hello Ben, When I try to run the version of simple_mac that you posted, I get an error. It seems like an infinite loop that prints to stdout: 2nstreams: It happens at the call to fg.rxpath.start() . Do you have the same problem? Thanks, Miklos Christine On Wed, May 6, 2009 at 10:46 AM, Ben Ya

Re: [Discuss-gnuradio] The Debian directory

2009-05-08 Thread Jason Uher
> OK ... I have read that web page.  The problem is that all of the wiki > information seems to be relevant to GNU Radio 3.0.2 and we are now on > 3.2.x.  It doesn't appear to me that any of those targets exist in the Hmmm, I'm not really sure if there is any distro specific install information ou

Re: [Discuss-gnuradio] The Debian directory

2009-05-08 Thread Jason Uher
> directory.  Since I'm running a debian machine is there something I need > to do with this directory or is simply running the commands: http://gnuradio.org/trac/wiki/DebianInstall ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://list

[Discuss-gnuradio] The Debian directory

2009-05-08 Thread wallen
OK, I downloaded Gnuradio using: svn co http://gnuradio.org/svn/gnuradio/trunk gnuradio and under the newly created gnuradio directory I find a debian directory. Since I'm running a debian machine is there something I need to do with this directory or is simply running the commands: boots

[Discuss-gnuradio] Software troubes - gr_vmcircbuf ...?

2009-05-08 Thread wallen
I've been trying to get Gnuradio running with my USRP2, and am still having some troubles. My computer is an older Dell Inspiron 5100 laptop running Debian (Lenny). I've installed a D-Link DGE-660TD Gigabit Cardbus adapter, and have compiled what I believe is the most recent release of the code p

[Discuss-gnuradio] tuning while acquiring data

2009-05-08 Thread Andrew Lutomirski
Hi all- I'm trying to re-tune a daughterboard, while acquiring samples, and I seem to get an overrun every time. (This is in C++.) Before I start investigating really hackish ways to make this work, has anyone had any success getting this to work? I don't actually care about the data I get whil

[Discuss-gnuradio] 2-channel AM demodulation on USRP2

2009-05-08 Thread ematlis
Hi all- I have a USRP2 with a LFRX daughterboard. I'm trying to acquire two channels each at a separate frequency where Ch0 is amplitude modulated and Ch1 is not. As per suggestions made to me from this list, to capture two channels at separate frequencies I was advised to tune the USRP2 to

Re: [Discuss-gnuradio] gr.file_descriptor_* and close()

2009-05-08 Thread Eric Blossom
On Fri, May 08, 2009 at 11:13:22AM +0200, Martin Braun wrote: > Hi, > > it's just a nitpick, really, but I'd like to vote for chucking out the > close() calls in gr.file_descriptor_{sink,source} (in the destructors). > > I've been working with these blocks for talking across pipes, and I > consta

Re: [Discuss-gnuradio] One USRP to do two different works

2009-05-08 Thread Eric Blossom
On Fri, May 08, 2009 at 03:05:40AM +0800, 曾繁勛 wrote: > Hi, > > I want to use one USRP to do two different works on the two sides, which are > A side tunneling with another USRP and B side sensing the channel condition. > In my comprehension, there are Tx and Rx including in tunneling and Rx in > s

Re: [Discuss-gnuradio] BPSK Demodulator (i.e. Receiver) Award/Challenge

2009-05-08 Thread Eric Blossom
On Thu, May 07, 2009 at 06:00:50PM -0400, Ed Criscuolo wrote: > w w wrote: >> Ed, >> I took a look at your project and I got to say nice work and it seems >> to be very well documented! In my honest opinion, I think some of >> your blocks should included in the main GNUradio project.espcial

Re: [Discuss-gnuradio] USRP2 and long cables

2009-05-08 Thread Matt Ettus
Newman, Timothy wrote: Has anyone had any experience using a USRP2 with long Ethernet cables, possibly up to the 100m max? I don’t forsee any problems but I plan on having several USRP2s distributed throughout a building and having all the host PC’s in central location will simplify things. J

Re: [Discuss-gnuradio] Missing files in USRP2 ISE project

2009-05-08 Thread Matt Ettus
Tiago Rogério Mück wrote: Hi all, I'm trying to open the ISE project in gnuradio/usrp2/fpga/top/u2_fpga and it seems some files are missing. Don't use u2_fpga. Use u2_rev3, which will compile fine. I'm using ISE 9.1i and it first converts the project to version 9.1 and then I got the ann

Re: [Discuss-gnuradio] a running problem with the USRP, i am confused!

2009-05-08 Thread Jason Uher
> Does it mean USRP could not keep on running for > a long time or the USRP boards we are using have been broken? I do not know > the reason for this problem. Please let me know what's wrong with the USRP. > Thanks a lot! I believe there is an issue with the costas loop implementation in one of th

Re: [Discuss-gnuradio] Missing files in USRP2 ISE project

2009-05-08 Thread Tiago Rogério Mück
Yeah, I know, and I also looked for the files in gnuradio/usrp2/ and found some of them (strobe_gen.v and extram_interface.v) in another places. But u2_basic.v and fifo_...v seems to be realy missing. I couldn't find them anywhere on the trunk (rev 10991). Thanks 2009/5/8 Brian Padalino > 2009/

Re: [Discuss-gnuradio] Re: Where is GR installed in Ubuntu?

2009-05-08 Thread Johnathan Corgan
On Fri, 2009-05-08 at 17:47 +0200, Patrick Strasser wrote: > dpkg -L gnuradio Not to complicate things, but this won't work as expected. There are many binary packages for Ubuntu, and the 'gnuradio' package is simply a meta-package that depends on the others, for ease of installation. So the ab

[Discuss-gnuradio] Re: Where is GR installed in Ubuntu?

2009-05-08 Thread Patrick Strasser
William L. Bahn wrote am 2009-05-07 09:21: $ sudo apt-get install gnuradio usrp > > But where did it get installed? I can't find it anywhere. If you have apt-get, you have dpkg too. dpkg -L gnuradio Patrick ps: Always repeat information from the subject in the body. This makes reading, rep

Re: [Discuss-gnuradio] Missing files in USRP2 ISE project

2009-05-08 Thread Brian Padalino
2009/5/8 Tiago Rogério Mück : > Hi all, > > I'm trying to open the ISE project in gnuradio/usrp2/fpga/top/u2_fpga and it > seems some files are missing. > > I'm using ISE 9.1i and it first converts the project to version 9.1 and then > I got the annexed error. It's just a relative addressing versu

[Discuss-gnuradio] a running problem with the USRP, i am confused!

2009-05-08 Thread Bill Stevenson
Hello, I tried the DBPSK and DQPSK scheme with benchmark_tx.py and benchmark_rx.py. I found there is a problem with USRP. After having TX and RX rest for 20 mins, the communication between them are so good that the PDR detected at the RX is almost 99%, but after those two USRPs run for a while, sa

[Discuss-gnuradio] USRP2 and long cables

2009-05-08 Thread Newman, Timothy
Has anyone had any experience using a USRP2 with long Ethernet cables, possibly up to the 100m max? I don't forsee any problems but I plan on having several USRP2s distributed throughout a building and having all the host PC's in central location will simplify things. Just wanted to check if anyo

[Discuss-gnuradio] USRP2 and long cables

2009-05-08 Thread Newman, Timothy
Has anyone had any experience using a USRP2 with long Ethernet cables, possibly up to the 100m max? I don't forsee any problems but I plan on having several USRP2s distributed throughout a building and having all the host PC's in central location will simplify things. Just wanted to check if anyo

[Discuss-gnuradio] Missing files in USRP2 ISE project

2009-05-08 Thread Tiago Rogério Mück
Hi all, I'm trying to open the ISE project in gnuradio/usrp2/fpga/top/u2_fpga and it seems some files are missing. I'm using ISE 9.1i and it first converts the project to version 9.1 and then I got the annexed error. <>___ Discuss-gnuradio mailing list

Re: [Discuss-gnuradio] OFDM Updates

2009-05-08 Thread Tom Rondeau
adib_sairi wrote: adib_sairi wrote: thanks Eric.. now i am trying to install from the trunk (revision 10978). i am using fedora 9. ./bootstrap command was success but ./configure give me an error. it tell be that i dont have the boost package. I think i had install the boost package using yu

[Discuss-gnuradio] Re: debug freezing

2009-05-08 Thread feldmaus
Josh Blum joshknows.com> writes: > Also, add a few printfs to the work method,... Do you mean it is better to make my own signal processing block to print ? As i understand in, http://www.gnu.org/software/gnuradio/doc/howto-write-a-block.html the only way to make a signal processing block i

RE: [Discuss-gnuradio] Where is GR installed in Ubuntu?

2009-05-08 Thread Per Zetterberg
> -Original Message- > From: discuss-gnuradio-bounces+per.zetterberg=ee.kth...@gnu.org > [mailto:discuss-gnuradio-bounces+per.zetterberg=ee.kth...@gnu.org] On > Behalf Of William L. Bahn > Sent: den 7 maj 2009 09:21 > To: discuss-gnuradio@gnu.org > Subject: [Discuss-gnuradio] Where is GR

Re: [Discuss-gnuradio] OFDM Updates

2009-05-08 Thread adib_sairi
adib_sairi wrote: > > > > thanks Eric.. now i am trying to install from the trunk (revision 10978). > i am using fedora 9. ./bootstrap command was success but ./configure give > me an error. it tell be that i dont have the boost package. I think i had > install the boost package using yum inst

Re: [Discuss-gnuradio] GNU Radio OFDM Theori

2009-05-08 Thread adib_sairi
Martin Braun-3 wrote: > > > Assuming you understand the theory behind OFDM in general, a good place > to look is gnuradio-examples/python/ofdm/benchmark* code. You can run > the examples with a flag '--log', which will dump the streams after most > intermediate steps into separate .dat-files fo

[Discuss-gnuradio] gr.file_descriptor_* and close()

2009-05-08 Thread Martin Braun
Hi, it's just a nitpick, really, but I'd like to vote for chucking out the close() calls in gr.file_descriptor_{sink,source} (in the destructors). I've been working with these blocks for talking across pipes, and I constantly run into warnings because files get closed when I don't want them to. S

[Discuss-gnuradio] Re: debug freezing

2009-05-08 Thread Markus Feldmann
Josh Blum schrieb: Markus, I really believe that the gui is not freezing. What you see is a result of the fact the the peak detect outputs a binary 1 or 0 signal. Connect the peak detect to a char_to_float block, and then to a numbersink. Setup the numbersink for a min of 0 and a max of 1. T