Re: Is there a Gnuradio C++ function that is the equivalent of SciPy firls LP filter

2022-03-02 Thread George Edwards
Hi Marcin, Thank you very much! Will study this liquidsdr library to determine how I can incorporate it in my C++ OOT code. Regards, George On Wed, Mar 2, 2022, 1:54 AM Marcin Puchlik wrote: > Hi George, > Can you describe in more detail what you are trying to achieve? > If your coefficients

Re: Is there a Gnuradio C++ function that is the equivalent of SciPy firls LP filter

2022-03-02 Thread GNU Radio, the Free & Open-Source Toolkit for Software Radio
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