Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
87
float linToDb(float lin)
88
{
89
return (lin > 1e-9f) ? 20.0f * std::log10(lin) : -180.0f;
90
}
91
92
// ── Tests ──────────────────────────────────────────────────────────────
93
Callers
2
testStaticRatio
Function · 0.70
testLimitRatio
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected