Re: [Discuss-gnuradio] How do I use formatter in QT GUI Label?

2016-05-06 Thread Dan CaJacob
I am not sure about this, but you may try the standard python formatters. See https://docs.python.org/2/library/string.html On Fri, May 6, 2016 at 5:13 PM Richard Bell wrote: > I am displaying a number using QT GUI Label in GRC like this > > 20.6u > > when I want it to

[Discuss-gnuradio] How do I use formatter in QT GUI Label?

2016-05-06 Thread Richard Bell
I am displaying a number using QT GUI Label in GRC like this 20.6u when I want it to display like this 20.6e-6 or 20.6x10-6, something along these lines. What do I put in the formatter section to make this happen? Rich ___ Discuss-gnuradio mailing

Re: [Discuss-gnuradio] Problem with Pybomb new release

2016-05-06 Thread Martin Braun
Can you please post the command and the output, so we can fix this issue? M On 05/05/2016 08:00 PM, Shahnaz Shirazi wrote: > Hi, > > Last night ( 6:00pm 5/4/2016) I cloned to pybomb and installed GNU Radio > without any issue. > > Today morning follows same step to install it on my new VM

Re: [Discuss-gnuradio] gr_modtool and swig

2016-05-06 Thread Martin Braun
Ah glad you figured that out :) modtool should have done that for you though. Did it not? Martin On 6 May 2016 03:45, "Laur Joost" wrote: > Ask and ye shall answer: > > This happens when the public headers have virtual method declarations that > are not pure, i.e. > >

Re: [Discuss-gnuradio] Portaudio Audio Source in Windows

2016-05-06 Thread Tony Richardson
I think I'm making progress with your help Marcus. The output of "gnuradio-config-info --enabled-components" is: python-support;testing-support;volk;doxygen;sphinx;gnuradio-runtime;gr-ctrlport;gr-blocks;gnuradio-companion;gr-fec;gr-fft;gr-filter;gr-analog;gr-digital;gr-dtv;gr-atsc;gr-audio;*

Re: [Discuss-gnuradio] Transmission using Aux cable

2016-05-06 Thread Marcus Müller
Hi Haaris, as said in my stackoverflow response [1], it's really not a good idea to modify file_sink – you really just want modify the item stream, so do that in a block you add before your file_sink. If you've installed GNU Radio as binary package, then the source code will not be anywhere – if

Re: [Discuss-gnuradio] Portaudio Audio Source in Windows

2016-05-06 Thread Marcus Müller
Huh, can you verify portaudio is in the output of "gnuradio-config-info --enabled-components" ? Can you add another section, [audio_portaudio] verbose = true Just to verify: you're using the "[..]" section headers correctly, and the rest of the conf file looks ungarbled, right? We might be