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

Method getWindowFunction

Default/FFT/FFTWidget.cpp:619–624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

617}
618
619enum Suscan::AnalyzerParams::WindowFunction
620FFTWidget::getWindowFunction(void) const
621{
622 return static_cast<enum Suscan::AnalyzerParams::WindowFunction>(
623 this->ui->windowCombo->currentIndex());
624}
625
626void
627FFTWidget::applySourceInfo(Suscan::AnalyzerSourceInfo const &info)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected