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

Method setFilterBandwidth

Components/MainSpectrum.cpp:563–574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

561}
562
563void
564MainSpectrum::setFilterBandwidth(unsigned int bw)
565{
566 if (this->bandwidth != bw) {
567 int freq = static_cast<int>(bw);
568
569 WATERFALL_CALL(setHiLowCutFrequencies(
570 computeLowCutFreq(freq),
571 computeHighCutFreq(freq)));
572 this->bandwidth = bw;
573 }
574}
575
576void
577MainSpectrum::setFilterSkewness(Skewness skw)

Callers 4

setFilterSkewnessMethod · 0.95
onWfBandwidthChangedMethod · 0.95
onBandwidthChangedMethod · 0.80
setBandwidthMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected