Skip to content

function fir_lowpass(const int &, int, const int &, bool) fir

template <typename T>
KFR_INTRINSIC void fir_lowpass(const univector_ref<T>& taps, std::type_identity_t<T> cutoff,
                               const expression_handle<T>& window, bool normalize = true)

kfr::fir_lowpass

Defined at dsp/fir_design.hpp:188