| 740 | } |
| 741 | |
| 742 | size_t SpectrogramSettings::NBins() const |
| 743 | { |
| 744 | // Omit the Nyquist frequency bin |
| 745 | return GetFFTLength() / 2; |
| 746 | } |
| 747 | |
| 748 | NumberScale SpectrogramSettings::GetScale( float minFreqIn, float maxFreqIn ) const |
| 749 | { |
no outgoing calls
no test coverage detected