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+
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
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
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
~/
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