Sorry - my pointer to the Python lines in the previous output probably
didn't help. Are libiio-dev and libad9361-dev installed? There are apt
packages for those, so you shouldn't need to build them.
On Thu, Sep 21, 2023 at 12:37 PM Guillermo Lena
wrote:
> Thanks for your response. Nevertheless,
Thank you to all who have contacted me regarding this. Luckily I have
received a large number of replies, both by email and on some social
media platforms, so I have not been able to reply one by one.
I have now written a draft of the revised section about GNU Radio for
this report, and in one
Dear Jeff,thank you for answer.My code does exactly the same things.Regards.IvanIl giorno 21 set 2023, alle ore 17:55, Jeff Long ha scritto:Here is an example (from the QA code) of using history from a Python block.https://github.com/gnuradio/gnuradio/blob/5953d3c96b42086c5f8c5f97b6fd7e57717f9aa5
Check the lines at 1.096.
On Thu, Sep 21, 2023 at 11:14 AM Guillermo Lena
wrote:
> Hello everyone,
>
> I have been trying to install the gr-iio module to interface with the
> PlutoSDR device from analog devices for GNU Radio 3.8 using a Docker. I
> have been following the instructions in the fol
Here is an example (from the QA code) of using history from a Python block.
https://github.com/gnuradio/gnuradio/blob/5953d3c96b42086c5f8c5f97b6fd7e57717f9aa5/gr-blocks/python/blocks/qa_block_gateway.py#L60
See if your code appears to be doing the same thing.
On Thu, Sep 21, 2023 at 11:03 AM wr
Hello List!
I'm trying to implement a sync block into a OOT module
that use previous samples of the input streams.
So, I'm using the
method set_history in the constructor.
The problem is that when I use
self.set_history(N) I obtain the following errors:
Generating:
'/home/userr/workspace/gn
Hello everyone,
I have been trying to install the gr-iio module to interface with the PlutoSDR
device from analog devices for GNU Radio 3.8 using a Docker. I have been
following the instructions in the following link
https://wiki.analog.com/resources/tools-software/linux-software/gnuradio but i