Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aethersdr/AetherSDR
/ dbToLin
Function
dbToLin
tests/client_gate_test.cpp:87–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
float dbToLin(float db)
88
{
89
return std::pow(10.0f, db * 0.05f);
90
}
91
92
// ── Tests ──────────────────────────────────────────────────────────────
93
Callers
8
testAboveThresholdPassthrough
Function · 0.70
testExpanderBelowThreshold
Function · 0.70
testGateClampsToRange
Function · 0.70
testHoldFreezesGain
Function · 0.70
testStereoLinking
Function · 0.70
testAttackTiming
Function · 0.70
testReset
Function · 0.70
testReturnHysteresis
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected