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

Function dbToLin

src/core/ClientFinalLimiter.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8namespace {
9
10float dbToLin(float db) noexcept
11{
12 return std::pow(10.0f, db / 20.0f);
13}
14
15float linToDb(float lin) noexcept
16{

Callers 1

recacheIfDirtyMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected