Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aethersdr/AetherSDR
/ dbfs
Function
dbfs
src/core/TxMicChannelNormalizer.cpp:392–395 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
390
}
391
392
float dbfs(float linear)
393
{
394
return linear > 1e-10f ? 20.0f * std::log10(linear) : -150.0f;
395
}
396
397
const char* channelModeName(ChannelMode mode)
398
{
Callers
2
accumulatePcMicMeterInt16Stereo
Method · 0.85
logTxInputChannelDiagnostics
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected