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

Method onWfBandwidthChanged

Components/MainSpectrum.cpp:812–819  ·  view source on GitHub ↗

/////////////////////////// Slots /////////////////////////////////////////

Source from the content-addressed store, hash-verified

810
811//////////////////////////////// Slots /////////////////////////////////////////
812void
813MainSpectrum::onWfBandwidthChanged(int min, int max)
814{
815 this->setFilterBandwidth(
816 (this->filterSkewness == SYMMETRIC ? 1 : 2)
817 * static_cast<unsigned int>(max - min));
818 emit bandwidthChanged();
819}
820
821void
822MainSpectrum::onFrequencyChanged(void)

Callers

nothing calls this directly

Calls 1

setFilterBandwidthMethod · 0.95

Tested by

no test coverage detected