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