discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: where has gr.feval_dd gone?


From: Vasil Velichkov
Subject: Re: where has gr.feval_dd gone?
Date: Thu, 4 Apr 2024 14:58:52 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.1

Hi Balthasar,

On 04/04/2024 14.12, Balthasar Indermuehle wrote:
> I'm trying to run some ~4 year old python code based on the even older
> usrp_spectrum_sense.py example.
> 
> This line
> 
> class tune(gr.feval_dd):
> 
> triggers AttributeError: module 'gnuradio.gr' has no attribute 'feval_dd'
> 
> Has this been deprecated?

feval has been removed in gnuradio 3.9 together with all the other SWIG code

>  This is on a fresh anaconda install with gnuradio 3.10.9.2

You need gnuradio 3.8.* in order to have it.

https://github.com/gnuradio/gnuradio/blob/maint-3.8/gnuradio-runtime/include/gnuradio/feval.h
https://github.com/gnuradio/gnuradio/blob/maint-3.8/gnuradio-runtime/python/gnuradio/gr/qa_feval.py
https://github.com/gnuradio/gnuradio/blob/maint-3.8/gnuradio-runtime/swig/feval.i

Regards,
Vasil




reply via email to

[Prev in Thread] Current Thread [Next in Thread]