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 enc
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
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;*
port
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.
>
> virtual double samp_rate(v
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 imag
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 li
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 display like this
>
> 20.6