Home
last modified time | relevance | path

Searched defs:amp_to_dB (Results 1 – 2 of 2) sorted by relevance

/dports/math/kfr/kfr-4.2.1/include/kfr/dsp/
H A Dunits.hpp49 KFR_INTRINSIC TF amp_to_dB(const T& amp) in amp_to_dB() function
64 KFR_INTRINSIC TF amp_to_dB(const T& amp, const T& offset) in amp_to_dB() function
159 KFR_FUNCTION flt_type<T1> amp_to_dB(const T1& x) in amp_to_dB() function
165 KFR_INTRINSIC internal::expression_function<fn::amp_to_dB, E1> amp_to_dB(E1&& x) in amp_to_dB() function
/dports/math/kfr/kfr-4.2.1/tests/
H A Ddsp_test.cpp261 TEST(amp_to_dB) in TEST() argument