Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aethersdr/AetherSDR
/ finiteOrZero
Function
finiteOrZero
src/core/TxMicChannelNormalizer.cpp:21–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
float finiteOrZero(float value)
22
{
23
return std::isfinite(value) ? value : 0.0f;
24
}
25
26
float absInt16(int16_t value)
27
{
Callers
4
floatToInt16
Function · 0.85
analyzeFloat32Mono
Function · 0.85
analyzeFloat32Stereo
Function · 0.85
collapseFloat32ToInt16MonoBigEndian
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected