[Discuss-gnuradio] Web features: RSS, Issues, Twitter

2013-02-22 Thread Martin Braun (CEL)
Hi everyone, I'd like to point out a couple of online features you might be unaware of: == RSS feeds == Our Redmine website offers the option to subscribe to RSS feeds filtered by whatever you're interested in. For example, the current state of the issue tracker can be subscribed to here: http:

Re: [Discuss-gnuradio] Can I add timesamples to tx samples

2013-02-22 Thread Gong Zhang
2013/2/22 11:44, Josh Blum wrote: On 02/21/2013 09:20 PM, Gong Zhang wrote: Hi, Considering we can get timesamples of rx samples from UHD in metadata,can I add timesamples to tx samples,which would be send together. Thanks. Sure thing! This link points to some of the examples: http://code.e

[Discuss-gnuradio] Problem writing custom null sync block

2013-02-22 Thread maiconkist
Hi list, I'm writing a custom null sync block called "file_writer". What I want to do is dump (to file or screen) what my null sync is receiving). The problem is that if I use the file_writer in a flow graph, after the "work" function is executed a few times it starts to receive the same input fo

[Discuss-gnuradio] AttributeError: 'module' object has no attribute 'square_ff'.

2013-02-22 Thread Omer Omer
hi everyone,i have made  my own block in gnuradio name square_ff from out of tree module.i hsvr successfully interfaced it with gnuradio.but problem is when i want to use that block in gnuradio then the following error i get in terminal. AttributeError: 'module' object has no attribute 'square_ff

Re: [Discuss-gnuradio] Problem writing custom null sync block

2013-02-22 Thread Tom Rondeau
On Fri, Feb 22, 2013 at 8:42 AM, maiconkist wrote: > Hi list, > > I'm writing a custom null sync block called "file_writer". What I want to do > is dump (to file or screen) what my null sync is receiving). > > The problem is that if I use the file_writer in a flow graph, after the > "work" functio

Re: [Discuss-gnuradio] AttributeError: 'module' object has no attribute 'square_ff'.

2013-02-22 Thread Tom Rondeau
On Fri, Feb 22, 2013 at 9:02 AM, Omer Omer wrote: > hi everyone,i have made my own block in gnuradio name square_ff from out > of tree module.i hsvr successfully interfaced it with gnuradio.but problem > is when i want to use that block in gnuradio then the following error i get > in terminal. >

Re: [Discuss-gnuradio] Is git repository down today?

2013-02-22 Thread Tom Rondeau
On Fri, Feb 22, 2013 at 2:52 AM, Songsong Gee wrote: > I've tried to install GNU Radio with build-gnuradio script. > > But every time it fails and says 'could not find gnuradio-core after > checkout git checkout' something Try again. I just checked and everything appears to be working normally. M

Re: [Discuss-gnuradio] RRC Polyphase Filter in generic modulator

2013-02-22 Thread Almohanad Fayez
Thanks martin for your explanation. I modified the dbpsk_loopback.grc example to where my input sampling frequency is 16khz and instead of looping back i'm using a uhd sink block with a sampling rate of 256khz. Looking at the constellation on my spectrum analyzer i'm getting a dbpsk signal with a

Re: [Discuss-gnuradio] RRC Polyphase Filter in generic modulator

2013-02-22 Thread Tom Rondeau
On Fri, Feb 22, 2013 at 9:29 AM, Almohanad Fayez wrote: > Thanks martin for your explanation. I modified the dbpsk_loopback.grc > example to where my input sampling frequency is 16khz and instead of looping > back i'm using a uhd sink block with a sampling rate of 256khz. Looking at > the conste

Re: [Discuss-gnuradio] Problem writing custom null sync block

2013-02-22 Thread Martin Braun (CEL)
On Fri, Feb 22, 2013 at 09:09:19AM -0500, Tom Rondeau wrote: > > > > class file_writer(gr.sync_block): > > ## CTOR > > # > > def __init__(self, filename, vec_size): > > gr.sync_block.__init__( > > self, > >

Re: [Discuss-gnuradio] How can I patch UCSBJello files to my existing gnuradio version?

2013-02-22 Thread Tom Rondeau
On Thu, Feb 21, 2013 at 4:34 PM, Nazmul Islam wrote: > Hello, > > I am trying to patch UCSBJello files to my (already installed) gnuradio > version. I installed the latest version of gnuradio a couple of days ago > using the build-gnuradio script. > > The UCSBJello project page in CGRAN (https://c

Re: [Discuss-gnuradio] Problem writing custom null sync block

2013-02-22 Thread maiconkist
Hi, you're right. Using "return len(in0)" solve my problem. Thanks -- View this message in context: http://gnuradio.4.n7.nabble.com/Problem-writing-custom-null-sync-block-tp39796p39805.html Sent from the GnuRadio mailing list archive at Nabble.com. ___

[Discuss-gnuradio] Detecting a carrier

2013-02-22 Thread Gonzalo Flores De La Parra
Hi list.. I'm implementing a FHSS and i have some trouble detecting my carriers, i was triying to use the example usrp_spectrum_sense.py to see how they do it but i'm still in the same trouble, does anyone knows a good reference or have an explanation about how the detect the level of interference

[Discuss-gnuradio] How to automaticly segment span when exceeds USRP limit

2013-02-22 Thread Juan Daniel Fernandez Martinez
Hi everyone, I need to implement a mechanism that splits the span when is bigger than the USRP limit. While I was looking for an example I found "usrp_spectrum_sense.py". This script is old, so I want to know if there is an updated way of spliting the span, or if I can rely in this example. Jua

[Discuss-gnuradio] Out of the loop

2013-02-22 Thread Marcus D. Leech
For anyone expecting answers from me about build-gnuradio and other of my apps over the next few days, I'll be out of the loop. My father is gravely ill and I'm busy making arrangements. -- Principal Investigator Shirleys Bay Radio Astronomy Consortium http://www.sbrac.org __

Re: [Discuss-gnuradio] Out of the loop

2013-02-22 Thread Martin O'Shield
Marcus, God bless you and your Family! Sincerely, Martin On Fri, Feb 22, 2013 at 11:06 AM, Marcus D. Leech wrote: > For anyone expecting answers from me about build-gnuradio and other of my > apps over the next few days, I'll be out of the loop. > > My father is gravely ill and I'm busy mak

[Discuss-gnuradio] usrp_spectrum_sense.py newer version

2013-02-22 Thread Juan Daniel Fernandez Martinez
Hi everyone, There is a new version of usrp_spectrum_sense.py that works with UHD instead of USRP? Thanks for your attention :) Este documento puede contener información privilegiada o confidencial. Por tanto, usar esta información y sus anexos para propósitos

Re: [Discuss-gnuradio] Can I add timesamples to tx samples

2013-02-22 Thread Gong Zhang
Maybe my last replay is ambiguous.In metadata,the the time value of rx_sample tags was get by the command "time.time()".Does it mean that the actual time recorded in tags refer to when the sample goes through AD in USRP with the clock in USRP? ___ Discu

[Discuss-gnuradio] What is IF data header?

2013-02-22 Thread Gong Zhang
Hi, I found the following notes in file metadata.hpp in UHD: /*! * RX metadata structure for describing sent IF data. * Includes time specification, fragmentation flags, burst flags, and error codes. * The receive routines will convert IF data headers into metadata. */ A