MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / linToDb

Function linToDb

tests/client_comp_test.cpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87float linToDb(float lin)
88{
89 return (lin > 1e-9f) ? 20.0f * std::log10(lin) : -180.0f;
90}
91
92// ── Tests ──────────────────────────────────────────────────────────────
93

Callers 2

testStaticRatioFunction · 0.70
testLimitRatioFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected