MCPcopy 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
21float finiteOrZero(float value)
22{
23 return std::isfinite(value) ? value : 0.0f;
24}
25
26float absInt16(int16_t value)
27{

Callers 4

floatToInt16Function · 0.85
analyzeFloat32MonoFunction · 0.85
analyzeFloat32StereoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected