Home
last modified time | relevance | path

Searched refs:expression_short_fir (Results 1 – 2 of 2) sorted by relevance

/dports/math/kfr/kfr-4.2.1/include/kfr/dsp/
H A Dfir.hpp93 struct expression_short_fir : expression_with_arguments<E1> struct
97 expression_short_fir(E1&& e1, const short_fir_state<tapcount, T, U>& state) in expression_short_fir() function
103 KFR_INTRINSIC friend vec<U, N> get_elements(const expression_short_fir& self, cinput_t cinput, in get_elements()
252 KFR_INTRINSIC internal::expression_short_fir<next_poweroftwo(TapCount - 1) + 1, T, value_type_of<E1…
256 …return internal::expression_short_fir<next_poweroftwo(TapCount - 1) + 1, T, value_type_of<E1>, E1>( in short_fir()
267 KFR_INTRINSIC internal::expression_short_fir<next_poweroftwo(TapCount - 1) + 1, T, value_type_of<E1…
272 …return internal::expression_short_fir<next_poweroftwo(TapCount - 1) + 1, T, value_type_of<E1>, E1,… in short_fir()
H A Dfracdelay.hpp37 KFR_INTRINSIC internal::expression_short_fir<2, T, value_type_of<E1>, E1> fracdelay(E1&& e1, T dela… in fracdelay()
42 return internal::expression_short_fir<2, T, value_type_of<E1>, E1>(std::forward<E1>(e1), taps); in fracdelay()