Hi George, Can you describe in more detail what you are trying to achieve? If your coefficients are going to be set just at the beginning while starting the flowgraph, why don't you use SciPy or firdes from GNU Radio? If you are interested in C++ library which provides you with some filtering function you might be interested in liquidsdr <https://liquidsdr.org/>: https://liquidsdr.org/ especially here: https://liquidsdr.org/doc/firdes/ Does that help? BR,
Marcin pon., 28 lut 2022 o 22:27 George Edwards <gedwards....@gmail.com> napisaĆ(a): > Hello GNURadio Community, > > I would like a Gnuradio C++ equivalent to SciPy's firls LP filter to find > the filter coefficients for a C++ OOT block I am designing. Also, if there > is a way to incorporate the SciPy firls filter package in a Gnuradio C++ > OOT, I am open to that. > > Thank you! > > Regards, > George >