Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aethersdr/AetherSDR
/ dbToLin
Function
dbToLin
tests/client_deess_test.cpp:81–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
81
float dbToLin(float db)
82
{
83
return std::pow(10.0f, db * 0.05f);
84
}
85
86
// ── Tests ──────────────────────────────────────────────────────────────
87
Callers
6
testBypass
Function · 0.70
testLowFreqPassthrough
Function · 0.70
testSibilantAttenuated
Function · 0.70
testAmountClamp
Function · 0.70
testFrequencySteering
Function · 0.70
testReset
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected