discuss-gnuradio
[Top][All Lists]
Advanced

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

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


From: Vasil Velichkov
Subject: Re: Are there firls and kaiser filter methods for C++ OOT?
Date: Tue, 22 Feb 2022 14:22:32 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.2.0

Hi Marcin,

On 22/02/2022 13.09, Marcin Puchlik via GNU Radio, the Free & Open-Source 
Toolkit for Software Radio wrote:
> I also tried to use *low_pass() *function in my C++ program but with no
> luck. My linker shouts that there is undefined reference to this function
> but headers where recognized.

You need to link your OOT module to gnuradio-filter library - in 
lib/CMakeLists.txt in target_link_libraries() add gnuradio-filter.

    target_link_libraries(gnuradio-test gnuradio::gnuradio-runtime 
gnuradio-filter)

Regards,
Vasil



reply via email to

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