Skip to content

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

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

kfr::fir_highpass

Defined at dsp/fir_design.hpp:198