Re: Are there firls and kaiser filter methods for C++ OOT?

2022-02-13 Thread GNU Radio, the Free & Open-Source Toolkit for Software Radio
Hello George, Yes, there is. Check this out: https://www.gnuradio.org/doc/doxygen/firdes_8h_source.html https://www.gnuradio.org/doc/doxygen/pm__remez_8h.html BR, Marcin pon., 14 lut 2022 o 00:07 George Edwards napisaƂ(a): > Hello GNURadio Community, > > I am designing a Gnuradio OOT block in C+

Are there firls and kaiser filter methods for C++ OOT?

2022-02-13 Thread George Edwards
Hello GNURadio Community, I am designing a Gnuradio OOT block in C++. Are there firls and kaiser filter methods (analogous to the scipy package methods that one would use in Python OOT) that I can call to generate coefficients. Thank you! Regards, George

Re: segfault in 3.10.1.1

2022-02-13 Thread Franco VENTURI
Steve, I am glad to hear that you are now able to run GNU Radio Companion there. I am not familiar with the internals of GTK and GObjects and I can't really help you there. However this morning I ran GRC on a simple FM receiver example I have, and I used strace to track the calls to 'execve': s

Re: Tutorial on Hier Block and Parameters

2022-02-13 Thread Volker Schroer
I think, the PYTHONPATH should not start with : and it is not required that the PYTHONPATH contains the location of your grc files. ~/.grc_gnuradio is not a file but a directory. If this diretocry does not exist, just create it. Copy your generated *.yml and *.py from your working directory to ~/

Re: [VOLK] Release 2.5.1

2022-02-13 Thread Jeff Long
Fons - filesystem is used for the volk_profile utility. Chris - do not assume ABI compatibility. A number of small things have changed in ".h" files. On Sat, Feb 12, 2022 at 6:19 PM Chris Vine wrote: > On Sat, 12 Feb 2022 11:40:26 +0100 > Johannes Demel wrote: > > Hi everyone! > > > > You can