Skip to content

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

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

kfr::fir_bandstop

Defined at dsp/fir_design.hpp:219