Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aethersdr/AetherSDR
/ absInt16
Function
absInt16
src/core/TxMicChannelNormalizer.cpp:26–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
float absInt16(int16_t value)
27
{
28
return static_cast<float>(std::abs(static_cast<int>(value))) / 32768.0f;
29
}
30
31
int16_t clampInt16(int value)
32
{
Callers
3
analyzeInt16Mono
Function · 0.85
analyzeInt16Stereo
Function · 0.85
measureInt16StereoLevelBlock
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected