MCPcopy 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}
101void
102DopplerDialog::setSigmaV(qreal vel)
103{
104 this->sigmaV = vel;
105
106 this->ui->sigmaFLabel->setText(
107 SuWidgetsHelpers::formatQuantity(vel, 3, "m/s"));
108}
109
110void
111DopplerDialog::setCenterFreq(qreal freq)

Callers 1

onTaskDoneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected