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

Method computeHighCutFreq

Components/MainSpectrum.cpp:644–650  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

642 return lowerSideBand ? -bw / 2 : 0;
643}
644qint32 MainSpectrum::computeHighCutFreq(int bw) const
645{
646 bool upperSideBand =
647 this->filterSkewness == SYMMETRIC || this->filterSkewness == UPPER;
648
649 return upperSideBand ? +bw / 2 : 0;
650}
651
652void
653MainSpectrum::setShowFATs(bool show)

Callers 1

onBookmarkAcceptedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected