Dear Isaac,
you can overwrite the start method of gr::block
https://www.gnuradio.org/doc/doxygen/classgr_1_1block.html#a7f58745d1374b30a7b866406dc97850f
This function will be called once the processing starts.
Yours
Martin
On 2020-11-18 02:35, isaac mario tupac davila wrote:
Hi Marcus
Tha
Dear Tom,
thanks for your reply.
I created an account on the gnuradio.org platform. A day later the
account is still disabled, so I assume there is a manual confirmation
required.
So I kindly ask somebody on the list with the right permissions to
activate my account "MartinLuelf" with the s
Hi,
since I also had trouble with this issue at first, please allow me to
clarify this further: GNURadio does not support looping of blocks.
Inside a single block you can loop as often as you wish and that is
exactly how the available PLLs in GNURadio are made. Just search the
mailing list fo
Hi,
Gpredict is based on predict, which has several interfaces for Doppler
prediction. Not sure if Gpredict inherited these interfaces.
Yours
Martin
Am 22.07.2013 13:31, schrieb M Dammer:
Is it possible to link Gnuradio and Gpredict ? I want to use Gpredict as
tracker controlling the antenn
Hi,
it looks like the block inherits from gr_tagged_stream_block which will
will call a blocks work function with the exact number of samples for
one PDU with a known size in general_work and will call consume for you
afterwards.
http://gnuradio.org/doc/doxygen/classgr__tagged__stream__block
Hi,
I would solve this with a small PHP Script on the webserver (or whatever
scripting language is available on the webserver). The script can
evaluate the called URL including parameters.
So in the build gnuradio script you would call something like this
wget http://example.com/script.php?pa
I am into an area of which I have very
little knowledge, but a lot of interest.
Regards
Les
- Original Message - From: "Martin Lülf"
To:
Sent: Saturday, May 04, 2013 2:44 PM
Subject: Re: [Discuss-gnuradio] Build error
Am 04.05.2013 14:32, schrieb Les Barker:
Hi All
I turn t
Am 04.05.2013 14:32, schrieb Les Barker:
Hi All
I turn to this discussion group in the hopes that someone can help! I am
trying to build gnuradio on the way to achieving a working GQRX SDR program.
I have tried various releases of gnuradio, including the latest,
gnuradio-3.6.4.1, all with the sam
I had this issue once and if I remember correctly, connecting the block
to the flowgraph (i.e. connect any block to your message port, even if
that port will never send messages) will make your message handler react
to messages from your python code.
Hope this helps
Martin
Am 03.05.2013 19:4
Am 23.02.2013 17:09, schrieb Hanz:
Thank you much for your answer. Indeed, its a shared pointer. I now figured
out, the the only way to get the data is via .to_string().
So my thought was, that all the messages then should contain one byte (with
one bit information). At the end, my code looks
Hi Martin,
your suggested solution of dynamically resetting multiple_output was
indeed a very good hint. With this I was able to terminate my block
without interrupting from the outside. Thank you!
However a problem that I still have is that the last pieces of data get
dropped if there are n
> On Fri, Nov 9, 2012 at 11:47 AM, "Martin Lülf" wrote:
>> Hi list,
>>
>> I am trying to speed up my own gnuradio block using volk. Besides using
>> volk on gnuradios input and output buffers I also want do use it with my
>> own arrays. I found this
Hi list,
I am trying to speed up my own gnuradio block using volk. Besides using
volk on gnuradios input and output buffers I also want do use it with my
own arrays. I found this Thread in the mailing list archive
http://lists.gnu.org/archive/html/discuss-gnuradio/2012-09/msg00055.html
which shows
13 matches
Mail list logo