Searched refs:nearest_real_or_complex (Results 1 – 1 of 1) sorted by relevance
/dports/math/kfr/kfr-4.2.1/include/kfr/dsp/ |
H A D | iir_design.hpp | 919 KFR_FUNCTION size_t nearest_real_or_complex(const univector<complex<T>>& list, const complex<T>& va… in nearest_real_or_complex() function 1120 size_t z1_idx = internal::nearest_real_or_complex(filt.z, p1, true); in to_sos() 1130 z1_idx = internal::nearest_real_or_complex(filt.z, p1, false); in to_sos() 1159 size_t z2_idx = internal::nearest_real_or_complex(filt.z, p1, true); in to_sos() 1172 p2_idx = internal::nearest_real_or_complex(filt.z, p1, true); in to_sos() 1193 z2_idx = internal::nearest_real_or_complex(filt.z, p2, true); in to_sos()
|