[Discuss-gnuradio] USRP: PROBLEM with FM RECEPTION

2007-12-16 Thread Jonas Gacrama
I have another problem regarding the USRP. I can't seem to receive any FM signal. I have tried using the usrp_wfm_rcv.py but all I receive is NOISE... I used an SMA cable as my antenna receiver. Could this cause my problem? Or is the problem with the software? Or is it in the hardware? Thanks! ___

Re: [Discuss-gnuradio] I&Q on same or separate channels?

2007-12-16 Thread George Nychis
Brian Padalino wrote: You have to think about what this is trying to accomplish. Everything in the Verilog code is 0 based array indexing. That answers question #1. Question #2 is answered by understanding what the actual statement is accomplishing: *check* For every received sample str

Re: [Discuss-gnuradio] I&Q on same or separate channels?

2007-12-16 Thread Brian Padalino
On Dec 16, 2007 10:59 PM, George Nychis <[EMAIL PROTECTED]> wrote: > I've got a question about the standard RX code that reflects my code... > http://gnuradio.org/trac/browser/gnuradio/branches/developers/gnychis/inband/usrp/fpga/sdr_lib/rx_buffer.v#L90 > > When store_next, which determines which c

Re: [Discuss-gnuradio] I&Q on same or separate channels?

2007-12-16 Thread George Nychis
I've got a question about the standard RX code that reflects my code... http://gnuradio.org/trac/browser/gnuradio/branches/developers/gnychis/inband/usrp/fpga/sdr_lib/rx_buffer.v#L90 When store_next, which determines which channel to read from, reaches the number of channels, according to the co

[Discuss-gnuradio] Re: [Patch-gnuradio] Enhancing Gnuradio Doxygen Generated Official Documentation

2007-12-16 Thread Eric Blossom
On Sat, Dec 15, 2007 at 10:49:07PM -0800, Firas Abbas wrote: > Dear Friends, > During the past period, I did a study on how to enhance our > automatically doxygen generated gnuradio documentation. I came up > with : Hi Firas, Thanks for working on the documentation. A couple of notes: Please d

Re: [Discuss-gnuradio] RuntimeError: audio_alsa_source

2007-12-16 Thread Eric Blossom
On Fri, Dec 14, 2007 at 12:23:21PM -0800, Brook Lin wrote: > > Brook Lin wrote: > > > > Hi All, > > > > I just ran tx_voice and rx_voice.And I wanted to transmit a music and > > receive it using Basic RX/TX. However, I got the error: > > $ sudo ./tx_voice.py -f 30M -I music.pcm -T A -v > gr

Re: [Discuss-gnuradio] GNURadio over PS3

2007-12-16 Thread Robert McGwier
Vincenzo Pellegrini wrote: > hi everybody, > > It would be incredibly useful to me if somebody could suggest a link to > some resources explaining all that has currently been achieved by using > "GNURadio over Fedora over PS3", and how much advantage does the current > GNURadio release take of the

[Discuss-gnuradio] Re: [Patch-gnuradio] Re: Enhancing Gnuradio Doxygen Generated Official Documentation

2007-12-16 Thread Firas Abbas
Hi, What do you mean by "call graphs" ? Firas Neal Becker <[EMAIL PROTECTED]> wrote: Thanks for the tip! Works pretty well, except I don't seem to get any call graphs. A couple of tips: FILTER_PATTERNS= *.py=doxypy.py Also: easy_install doxypy

[Discuss-gnuradio] Re: Enhancing Gnuradio Doxygen Generated Official Documentation

2007-12-16 Thread Neal Becker
Thanks for the tip! Works pretty well, except I don't seem to get any call graphs. A couple of tips: FILTER_PATTERNS= *.py=doxypy.py Also: easy_install doxypy ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/m

[Discuss-gnuradio] Enhancing Gnuradio Doxygen Generated Official Documentation

2007-12-16 Thread Firas Abbas
Dear Friends, During the past period, I did a study on how to enhance our automatically doxygen generated gnuradio documentation. I came up with : 1) The gnuradio code is mainly consists of C++ code ( *.cc, *.h) and python code ( *.py ) (this is already known fact). 2) The C++ code classes