MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / agcThresholdMaximumForSlice

Function agcThresholdMaximumForSlice

src/gui/MainWindow_Controllers.cpp:80–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80int agcThresholdMaximumForSlice(const SliceModel* slice)
81{
82 return usesExternalReceiveControls(slice)
83 ? KiwiSdrProtocol::kAgcThresholdMaxDb
84 : 100;
85}
86
87int controllerValueToAgcThreshold(const SliceModel* slice, float value)
88{

Callers 1

Calls 1

Tested by

no test coverage detected