Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BatchDrake/SigDigger
/ process
Method
process
App/Application.cpp:43–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
void
44
DeviceDetectWorker::process()
45
{
46
this->instance->detect_devices();
47
emit finished();
48
}
49
50
51
Application::Application(QWidget *parent) : QMainWindow(parent), ui(this)
Callers
13
startSampling
Method · 0.45
onTaskDone
Method · 0.45
onGuessCarrier
Method · 0.45
onSyncCarrier
Method · 0.45
onTriggerHistogram
Method · 0.45
onCalculateDoppler
Method · 0.45
onCostasRecovery
Method · 0.45
onPLLRecovery
Method · 0.45
onCycloAnalysis
Method · 0.45
onQuadDemod
Method · 0.45
onAGC
Method · 0.45
onLPF
Method · 0.45
Calls
1
detect_devices
Method · 0.80
Tested by
no test coverage detected