Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aethersdr/AetherSDR
/ linToDb
Function
linToDb
tests/client_deess_test.cpp:76–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
float linToDb(float lin)
77
{
78
return (lin > 1e-9f) ? 20.0f * std::log10(lin) : -180.0f;
79
}
80
81
float dbToLin(float db)
82
{
Callers
4
testLowFreqPassthrough
Function · 0.70
testSibilantAttenuated
Function · 0.70
testAmountClamp
Function · 0.70
testFrequencySteering
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected