Re: [Discuss-gnuradio] gr-filter tests

2012-06-23 Thread Tom Rondeau
On Fri, Jun 22, 2012 at 7:21 AM, Martin Braun (CEL) wrote: > On Fri, Jun 22, 2012 at 11:17:50AM +0200, Martin Braun (CEL) wrote: >> I'll try this on a different machine later. > > On a 64-Bit Ubuntu 12.04 with an i3 (using Volk machine avx_64), > test_gr_filter fails here (I ran volk_profile befor

Re: [Discuss-gnuradio] Block key "rtl2832_source" not found in Platform

2012-06-23 Thread Michael Dickens
Hi Giulio - It looks like GNU Radio is trying to mix and match between Python 2.6 and 2.7. This, in general, is not advisable; try to coerce GNU Radio into using one or the other. Fix that first, then see if there's still an issue. If so, maybe someone with knowledge of the "rtl2832_source" c

[Discuss-gnuradio] question about gr_message

2012-06-23 Thread Stephen
Hi, I have a question about gr_message. Does gr_message work with anything but strings? I see where a call to gr_make_message_from_string copies the string into the message but I don't see anything done with arg1 or arg2. The same for just creating a message and passing in arg1 and arg2. I don't

Re: [Discuss-gnuradio] Gnuradio Screencast for Absolute Beginners

2012-06-23 Thread sumitstop
Hi Community, I have just uploaded some more videos on my channel. They are about basic filtering and some beginners concept about sampling and re-sampling. Here are the links : GNURADIO: GNURADIO-COMPANION part-5 (Basic filtering) http://www.youtube.com/watch?v=Yc3K3bUxPW8&feature=plcp GN

Re: [Discuss-gnuradio] question about gr_message

2012-06-23 Thread Josh Blum
On 06/23/2012 07:50 PM, Stephen wrote: > > Hi, > > I have a question about gr_message. Does gr_message work with anything > but strings? I see where a call to gr_make_message_from_string copies > the string into the message but I don't see anything done with arg1 or > arg2. The same for just cr