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

Method computeLowCutFreq

Components/MainSpectrum.cpp:638–643  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

636}
637
638qint32 MainSpectrum::computeLowCutFreq(int bw) const
639{
640 bool lowerSideBand =
641 this->filterSkewness == SYMMETRIC || this->filterSkewness == LOWER;
642 return lowerSideBand ? -bw / 2 : 0;
643}
644qint32 MainSpectrum::computeHighCutFreq(int bw) const
645{
646 bool upperSideBand =

Callers 1

onBookmarkAcceptedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected