MCPcopy 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
392float dbfs(float linear)
393{
394 return linear > 1e-10f ? 20.0f * std::log10(linear) : -150.0f;
395}
396
397const char* channelModeName(ChannelMode mode)
398{

Calls

no outgoing calls

Tested by

no test coverage detected