function fir_bandstop(const univector_ref<T> &, std::type_identity_t<T>, std::type_identity_t<T>, const expression_handle<T> &, 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) {'copydoc': 'kfr::fir_bandstop'}
Defined at dsp/fir_design.hpp:219