MCPcopy 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
81float dbToLin(float db)
82{
83 return std::pow(10.0f, db * 0.05f);
84}
85
86// ── Tests ──────────────────────────────────────────────────────────────
87

Callers 6

testBypassFunction · 0.70
testLowFreqPassthroughFunction · 0.70
testSibilantAttenuatedFunction · 0.70
testAmountClampFunction · 0.70
testFrequencySteeringFunction · 0.70
testResetFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected