MCPcopy 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
87float dbToLin(float db)
88{
89 return std::pow(10.0f, db * 0.05f);
90}
91
92// ── Tests ──────────────────────────────────────────────────────────────
93

Callers 8

testGateClampsToRangeFunction · 0.70
testHoldFreezesGainFunction · 0.70
testStereoLinkingFunction · 0.70
testAttackTimingFunction · 0.70
testResetFunction · 0.70
testReturnHysteresisFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected