MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / dbToLin

Function dbToLin

src/core/ClientComp.cpp:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10namespace {
11
12float dbToLin(float db) noexcept
13{
14 return std::pow(10.0f, db * 0.05f);
15}
16
17float linToDb(float lin) noexcept
18{

Callers 2

recacheIfDirtyMethod · 0.70
processMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected