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

Function dbToLin

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

Source from the content-addressed store, hash-verified

10constexpr float kTwoPi = 6.283185307179586476f;
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 1

recacheIfDirtyMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected