Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
namespace {
9
10
float dbToLin(float db) noexcept
11
{
12
return std::pow(10.0f, db / 20.0f);
13
}
14
15
float linToDb(float lin) noexcept
16
{
Callers
1
recacheIfDirty
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected