Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BatchDrake/SigDigger
/ setSigmaV
Method
setSigmaV
Components/DopplerDialog.cpp:101–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
100
}
101
void
102
DopplerDialog::setSigmaV(qreal vel)
103
{
104
this->sigmaV = vel;
105
106
this->ui->sigmaFLabel->setText(
107
SuWidgetsHelpers::formatQuantity(vel, 3,
"m/s"
));
108
}
109
110
void
111
DopplerDialog::setCenterFreq(qreal freq)
Callers
1
onTaskDone
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected