MCPcopy 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
76float linToDb(float lin)
77{
78 return (lin > 1e-9f) ? 20.0f * std::log10(lin) : -180.0f;
79}
80
81float dbToLin(float db)
82{

Callers 4

testLowFreqPassthroughFunction · 0.70
testSibilantAttenuatedFunction · 0.70
testAmountClampFunction · 0.70
testFrequencySteeringFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected