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