Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aethersdr/AetherSDR
/ formatWaterfallCompressionCommand
Function
formatWaterfallCompressionCommand
src/core/KiwiSdrProtocol.cpp:657–660 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
655
}
656
657
QString formatWaterfallCompressionCommand(bool compressed)
658
{
659
return QStringLiteral(
"SET wf_comp=%1"
).arg(compressed ? 1 : 0);
660
}
661
662
FrameObservation classifySoundFrame(const QByteArray& frame)
663
{
Callers
2
sendWaterfallSetupCommands
Method · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
1
main
Function · 0.68