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!
___
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo