MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / onWindowFunctionChanged

Method onWindowFunctionChanged

Default/FFT/FFTWidget.cpp:1110–1117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1108}
1109
1110void
1111FFTWidget::onWindowFunctionChanged(void)
1112{
1113 auto params = m_mediator->getAnalyzerParams();
1114 params->windowFunction = this->getWindowFunction();
1115
1116 this->updateAnalyzerParams();
1117}
1118
1119void
1120FFTWidget::onTimeStampsChanged(void)

Callers

nothing calls this directly

Calls 3

getWindowFunctionMethod · 0.95
updateAnalyzerParamsMethod · 0.95
getAnalyzerParamsMethod · 0.45

Tested by

no test coverage detected