MCPcopy 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
26float absInt16(int16_t value)
27{
28 return static_cast<float>(std::abs(static_cast<int>(value))) / 32768.0f;
29}
30
31int16_t clampInt16(int value)
32{

Callers 3

analyzeInt16MonoFunction · 0.85
analyzeInt16StereoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected